:root {
  --lr26-exh-night: #0b0d1f;
  --lr26-exh-pink: #cd61c5;
  --lr26-exh-ticket: #ff82c5;
  --lr26-exh-ticket-hover: #ff2399;
  --lr26-exh-purple: #5f4dd0;
  --lr26-exh-blue: #2f55f4;
  --lr26-exh-mint: #c4fbef;
  --lr26-exh-coral: #ef6385;
  --lr26-exh-cyan: #46c5dc;
  --lr26-exh-yellow: #ebdf63;
  --lr26-exh-yellow-dark: #b79f00;
  --lr26-exh-soft-purple: #8f80ee;
  --lr26-exh-grey: #b1b3c4;
  --lr26-exh-light: #f7f7fb;
  --lr26-exh-text: #171827;
  --lr26-exh-muted: #6e7284;
  --lr26-exh-line: rgba(247, 247, 251, 0.18);
}

.lr26-exh {
  color: var(--lr26-exh-text);
  font-family: inherit;
  overflow: hidden;
}

.lr26-exh * {
  box-sizing: border-box;
}

.lr26-exh-wrap {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.lr26-exh-hero {
  position: relative;
  min-height: clamp(680px, 90vh, 940px);
  display: flex;
  align-items: flex-end;
  isolation: isolate;
  background: var(--lr26-exh-night);
  color: var(--lr26-exh-light);
}

.lr26-exh-video,
.lr26-exh-video::after {
  position: absolute;
  inset: 0;
}

.lr26-exh-video {
  z-index: -2;
  overflow: hidden;
}

.lr26-exh-video::after {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(11, 13, 31, 0.94), rgba(11, 13, 31, 0.66) 50%, rgba(11, 13, 31, 0.24)),
    linear-gradient(0deg, rgba(11, 13, 31, 0.95), rgba(11, 13, 31, 0.18));
  content: "";
}

.lr26-exh-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lr26-exh-hero__content {
  padding: clamp(110px, 13vw, 170px) 0 clamp(58px, 8vw, 90px);
}

.lr26-exh-brand,
.lr26-exh-kicker,
.lr26-exh-page {
  margin: 0 0 16px;
  color: var(--lr26-exh-mint);
  font-size: clamp(0.92rem, 1.1vw, 1.05rem);
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.lr26-exh-page {
  display: none;
}

.lr26-exh-brand {
  color: rgba(247, 247, 251, 0.76);
}

.lr26-exh h1,
.lr26-exh h2 {
  margin: 0;
  max-width: 1060px;
  font-size: clamp(2.4rem, 5.4vw, 5.8rem);
  line-height: 0.98;
  font-weight: 900;
  letter-spacing: 0;
}

.lr26-exh h2 {
  font-size: clamp(2.2rem, 4.2vw, 4.6rem);
  line-height: 1.02;
}

.lr26-exh h3 {
  margin: 0 0 16px;
  font-size: clamp(1.3rem, 1.8vw, 1.8rem);
  line-height: 1.2;
}

.lr26-exh p {
  max-width: 880px;
  font-size: clamp(1.46rem, 2vw, 1.77rem);
  line-height: 1.65;
}

.lr26-exh-lead {
  margin: 22px 0 0;
  color: rgba(247, 247, 251, 0.86);
  font-size: clamp(1.35rem, 2.2vw, 2rem);
}

.lr26-exh-date,
.lr26-exh-subtitle {
  margin: 16px 0 0;
  color: var(--lr26-exh-mint);
  font-weight: 800;
}

.lr26-exh-section {
  position: relative;
  padding: clamp(86px, 10vw, 150px) 0;
}

.lr26-exh-section--light {
  background: #f7f7fb;
}

.lr26-exh-section--light .lr26-exh-kicker,
.lr26-exh-section--light .lr26-exh-subtitle {
  color: var(--lr26-exh-blue);
}

.lr26-exh-section--dark,
.lr26-exh-section--audience,
.lr26-exh-section--discovery,
.lr26-exh-section--experience,
.lr26-exh-section--final {
  background: var(--lr26-exh-night);
  color: var(--lr26-exh-light);
}

.lr26-exh-section--berlin {
  background:
    linear-gradient(90deg, rgba(11, 13, 31, 0.9), rgba(11, 13, 31, 0.64) 45%, rgba(11, 13, 31, 0.24)),
    url("/images/lr26-deck/estrel-berlin-square.png") center center / cover no-repeat;
  background-attachment: fixed;
  color: var(--lr26-exh-light);
}

.lr26-exh-section--dark p,
.lr26-exh-section--audience p,
.lr26-exh-section--discovery p,
.lr26-exh-section--experience p,
.lr26-exh-section--final p,
.lr26-exh-section--berlin p {
  color: rgba(247, 247, 251, 0.82);
}

.lr26-exh-split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(34px, 6vw, 82px);
  align-items: center;
}

.lr26-exh-split--media {
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
}

.lr26-exh-image {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--lr26-exh-line);
  border-radius: 5px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.28);
}

.lr26-exh-image img {
  display: block;
  width: 100%;
  height: auto;
}

.lr26-exh-proof,
.lr26-exh-yeargrid,
.lr26-exh-featuregrid,
.lr26-exh-statgrid,
.lr26-exh-audiencegrid,
.lr26-exh-peoplegrid,
.lr26-exh-topicgrid,
.lr26-exh-ecosystem,
.lr26-exh-steps,
.lr26-exh-packagegrid {
  display: grid;
  gap: clamp(14px, 2vw, 24px);
  margin: clamp(28px, 4vw, 48px) 0 0;
}

.lr26-exh-proof {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 0;
  list-style: none;
}

.lr26-exh-proof li,
.lr26-exh-featuregrid div,
.lr26-exh-peoplegrid span,
.lr26-exh-topicgrid span,
.lr26-exh-ecosystem span {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 22px;
  border-radius: 5px;
  color: #fff;
  font-size: clamp(1.08rem, 1.35vw, 1.34rem);
  font-weight: 850;
  text-align: center;
}

.lr26-exh-proof li:nth-child(1) { background: var(--lr26-exh-pink); }
.lr26-exh-proof li:nth-child(2) { background: var(--lr26-exh-purple); }
.lr26-exh-proof li:nth-child(3) { background: var(--lr26-exh-blue); }

.lr26-exh-panel,
.lr26-exh-packagegrid article,
.lr26-exh-contact {
  padding: clamp(28px, 3.2vw, 44px);
  border: 1px solid rgba(11, 13, 31, 0.12);
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(11, 13, 31, 0.1);
}

.lr26-exh-section--dark .lr26-exh-panel,
.lr26-exh-section--experience .lr26-exh-panel,
.lr26-exh-section--final .lr26-exh-contact {
  border-color: var(--lr26-exh-line);
  background: rgba(247, 247, 251, 0.06);
  box-shadow: none;
}

.lr26-exh-list {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.lr26-exh-list li {
  position: relative;
  padding-left: 34px;
  font-size: clamp(1.4rem, 1.63vw, 1.58rem);
  font-weight: 750;
  line-height: 1.5;
}

.lr26-exh-list li::before {
  position: absolute;
  top: 0.58em;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--lr26-exh-ticket);
  content: "";
}

.lr26-exh-yeargrid,
.lr26-exh-statgrid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lr26-exh-statgrid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.lr26-exh-yeargrid div,
.lr26-exh-statgrid div,
.lr26-exh-steps div {
  min-height: 170px;
  display: grid;
  align-content: center;
  gap: 14px;
  padding: clamp(22px, 3vw, 36px);
  border-radius: 5px;
  background: var(--lr26-exh-blue);
  color: #fff;
  text-align: center;
}

.lr26-exh-yeargrid div:nth-child(2),
.lr26-exh-statgrid div:nth-child(2),
.lr26-exh-steps div:nth-child(2) {
  background: var(--lr26-exh-purple);
}

.lr26-exh-yeargrid div:nth-child(3),
.lr26-exh-statgrid div:nth-child(3),
.lr26-exh-steps div:nth-child(3) {
  background: var(--lr26-exh-pink);
}

.lr26-exh-statgrid div:nth-child(4),
.lr26-exh-steps div:nth-child(4) {
  background: var(--lr26-exh-cyan);
}

.lr26-exh-yeargrid strong,
.lr26-exh-statgrid strong,
.lr26-exh-steps strong {
  font-size: clamp(2.8rem, 5vw, 5rem);
  line-height: 0.92;
}

.lr26-exh-yeargrid span,
.lr26-exh-statgrid span,
.lr26-exh-steps span {
  font-size: clamp(1.05rem, 1.25vw, 1.22rem);
  font-weight: 800;
}

.lr26-exh-callout,
.lr26-exh-note {
  margin-top: clamp(28px, 4vw, 48px);
  padding: clamp(22px, 3vw, 34px);
  border-left: 6px solid var(--lr26-exh-ticket);
  background: rgba(255, 130, 197, 0.1);
  font-weight: 800;
}

.lr26-exh-featuregrid,
.lr26-exh-peoplegrid,
.lr26-exh-topicgrid,
.lr26-exh-ecosystem {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lr26-exh-featuregrid div:nth-child(1),
.lr26-exh-peoplegrid span:nth-child(1),
.lr26-exh-topicgrid span:nth-child(1),
.lr26-exh-ecosystem span:nth-child(1) {
  background: var(--lr26-exh-mint);
  color: var(--lr26-exh-night);
}

.lr26-exh-featuregrid div:nth-child(2),
.lr26-exh-peoplegrid span:nth-child(2),
.lr26-exh-topicgrid span:nth-child(2),
.lr26-exh-ecosystem span:nth-child(2) {
  background: var(--lr26-exh-pink);
}

.lr26-exh-featuregrid div:nth-child(3),
.lr26-exh-peoplegrid span:nth-child(3),
.lr26-exh-topicgrid span:nth-child(3),
.lr26-exh-ecosystem span:nth-child(3) {
  background: var(--lr26-exh-coral);
}

.lr26-exh-featuregrid div:nth-child(4),
.lr26-exh-peoplegrid span:nth-child(4),
.lr26-exh-topicgrid span:nth-child(4),
.lr26-exh-ecosystem span:nth-child(4) {
  background: var(--lr26-exh-purple);
}

.lr26-exh-peoplegrid span:nth-child(5),
.lr26-exh-topicgrid span:nth-child(5),
.lr26-exh-ecosystem span:nth-child(5) {
  background: var(--lr26-exh-blue);
}

.lr26-exh-peoplegrid span:nth-child(6),
.lr26-exh-topicgrid span:nth-child(6),
.lr26-exh-ecosystem span:nth-child(6) {
  background: var(--lr26-exh-cyan);
}

.lr26-exh-peoplegrid span:nth-child(7),
.lr26-exh-topicgrid span:nth-child(7) {
  background: var(--lr26-exh-yellow);
  color: var(--lr26-exh-night);
}

.lr26-exh-peoplegrid span:nth-child(8),
.lr26-exh-topicgrid span:nth-child(8) {
  background: var(--lr26-exh-soft-purple);
}

.lr26-exh-peoplegrid span:nth-child(9),
.lr26-exh-topicgrid span:nth-child(9) {
  background: var(--lr26-exh-grey);
}

.lr26-exh-peoplegrid span:nth-child(10),
.lr26-exh-topicgrid span:nth-child(10),
.lr26-exh-topicgrid span:nth-child(11),
.lr26-exh-topicgrid span:nth-child(12) {
  background: var(--lr26-exh-blue);
}

.lr26-exh-audiencegrid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lr26-exh-audiencegrid div {
  min-height: clamp(176px, 18vw, 240px);
  display: grid;
  align-content: center;
  gap: 18px;
  padding: clamp(24px, 3vw, 38px);
  border-radius: 5px;
  color: #fff;
  text-align: center;
}

.lr26-exh-audiencegrid div:nth-child(1) { background: var(--lr26-exh-mint); color: var(--lr26-exh-night); }
.lr26-exh-audiencegrid div:nth-child(2) { background: var(--lr26-exh-pink); }
.lr26-exh-audiencegrid div:nth-child(3) { background: var(--lr26-exh-coral); }
.lr26-exh-audiencegrid div:nth-child(4) { background: var(--lr26-exh-purple); }
.lr26-exh-audiencegrid div:nth-child(5) { background: var(--lr26-exh-blue); }
.lr26-exh-audiencegrid div:nth-child(6) { background: var(--lr26-exh-cyan); }
.lr26-exh-audiencegrid div:nth-child(7) { background: var(--lr26-exh-yellow); color: var(--lr26-exh-night); }
.lr26-exh-audiencegrid div:nth-child(8) { background: var(--lr26-exh-soft-purple); }
.lr26-exh-audiencegrid div:nth-child(9) { background: var(--lr26-exh-grey); }

.lr26-exh-audiencegrid strong {
  font-size: clamp(3rem, 6vw, 5.8rem);
  line-height: 0.9;
}

.lr26-exh-audiencegrid span {
  font-size: clamp(1.15rem, 1.5vw, 1.42rem);
  font-weight: 850;
}

.lr26-exh-steps,
.lr26-exh-packagegrid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.lr26-exh-packagegrid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lr26-exh-packagegrid p {
  color: var(--lr26-exh-muted);
  font-size: clamp(1.4rem, 1.63vw, 1.58rem);
}

.lr26-exh-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 34px;
}

.lr26-exh-actions--center {
  justify-content: center;
}

.lr26-exh-btn {
  display: inline-flex;
  min-height: 64px;
  align-items: center;
  justify-content: center;
  padding: 19px 34px;
  border: none;
  border-radius: 5px;
  color: #fff;
  font-size: clamp(1.05rem, 1.2vw, 1.22rem);
  font-weight: 850;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 180ms ease, background-color 0.4s ease, color 0.4s ease;
}

.lr26-exh-btn:hover,
.lr26-exh-btn:focus-visible {
  transform: translateY(-2px);
  color: #fff;
  text-decoration: none;
}

.lr26-exh-btn--primary {
  background: var(--lr26-exh-yellow-dark);
}

.lr26-exh-btn--primary:hover,
.lr26-exh-btn--primary:focus-visible {
  background: var(--lr26-exh-pink);
}

.lr26-exh-btn--ticket {
  background: var(--lr26-exh-ticket);
}

.lr26-exh-btn--ticket:hover,
.lr26-exh-btn--ticket:focus-visible {
  background: var(--lr26-exh-ticket-hover);
}

.lr26-exh-btn--ghost {
  border: 1px solid rgba(247, 247, 251, 0.34);
  background: rgba(247, 247, 251, 0.08);
}

.lr26-exh-section--final {
  text-align: center;
}

.lr26-exh-section--final p,
.lr26-exh-section--final h2 {
  margin-left: auto;
  margin-right: auto;
}

.lr26-exh-section--final a:not(.lr26-exh-btn) {
  color: var(--lr26-exh-ticket);
  font-weight: 850;
  text-decoration: none;
}

.lr26-exh-contact {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: clamp(18px, 3vw, 30px);
  width: min(720px, 100%);
  align-items: center;
  margin: clamp(34px, 5vw, 56px) auto 0;
  text-align: left;
}

.lr26-exh-contact img {
  width: clamp(112px, 14vw, 156px);
  aspect-ratio: 1;
  border: 1px solid rgba(247, 247, 251, 0.24);
  border-radius: 5px;
  background: #fff;
  object-fit: cover;
}

.lr26-exh-contact__label {
  margin: 0 0 8px;
  color: var(--lr26-exh-mint);
  font-size: clamp(0.88rem, 1vw, 1rem);
  font-weight: 850;
  text-transform: uppercase;
}

.lr26-exh-contact h3 {
  margin: 0;
}

.lr26-exh-contact p {
  margin: 8px 0 0;
}

.lr26-exh-reveal {
  opacity: 0;
  transform: translateY(44px) scale(0.98);
  transition: opacity 700ms ease, transform 700ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.lr26-exh-reveal.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.lr26-exh-reveal.is-visible .lr26-exh-audiencegrid div,
.lr26-exh-reveal.is-visible .lr26-exh-proof li,
.lr26-exh-reveal.is-visible .lr26-exh-topicgrid span,
.lr26-exh-reveal.is-visible .lr26-exh-steps div {
  animation: lr26-exh-pop 720ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.lr26-exh-reveal.is-visible .lr26-exh-audiencegrid div:nth-child(2),
.lr26-exh-reveal.is-visible .lr26-exh-proof li:nth-child(2),
.lr26-exh-reveal.is-visible .lr26-exh-topicgrid span:nth-child(2),
.lr26-exh-reveal.is-visible .lr26-exh-steps div:nth-child(2) {
  animation-delay: 90ms;
}

.lr26-exh-reveal.is-visible .lr26-exh-audiencegrid div:nth-child(3),
.lr26-exh-reveal.is-visible .lr26-exh-proof li:nth-child(3),
.lr26-exh-reveal.is-visible .lr26-exh-topicgrid span:nth-child(3),
.lr26-exh-reveal.is-visible .lr26-exh-steps div:nth-child(3) {
  animation-delay: 180ms;
}

@keyframes lr26-exh-pop {
  from {
    opacity: 0;
    transform: translateY(28px) rotateX(12deg) scale(0.92);
  }
  to {
    opacity: 1;
    transform: translateY(0) rotateX(0deg) scale(1);
  }
}

@media (max-width: 980px) {
  .lr26-exh-split,
  .lr26-exh-split--media {
    grid-template-columns: 1fr;
  }

  .lr26-exh-proof,
  .lr26-exh-yeargrid,
  .lr26-exh-statgrid,
  .lr26-exh-audiencegrid,
  .lr26-exh-featuregrid,
  .lr26-exh-peoplegrid,
  .lr26-exh-topicgrid,
  .lr26-exh-ecosystem,
  .lr26-exh-steps,
  .lr26-exh-packagegrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lr26-exh-section--berlin {
    background-attachment: scroll;
  }

  .lr26-exh-video {
    display: none;
  }
}

@media (max-width: 720px) {
  .lr26-exh-wrap {
    width: min(100% - 24px, 1180px);
  }

  .lr26-exh-hero {
    min-height: 700px;
    background:
      linear-gradient(0deg, rgba(11, 13, 31, 0.94), rgba(11, 13, 31, 0.5)),
      url("/images/lr26-deck/estrel-berlin-square.png") center top / cover no-repeat;
  }

  .lr26-exh-proof,
  .lr26-exh-yeargrid,
  .lr26-exh-statgrid,
  .lr26-exh-audiencegrid,
  .lr26-exh-featuregrid,
  .lr26-exh-peoplegrid,
  .lr26-exh-topicgrid,
  .lr26-exh-ecosystem,
  .lr26-exh-steps {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .lr26-exh-proof li,
  .lr26-exh-yeargrid div,
  .lr26-exh-statgrid div,
  .lr26-exh-audiencegrid div,
  .lr26-exh-featuregrid div,
  .lr26-exh-peoplegrid span,
  .lr26-exh-topicgrid span,
  .lr26-exh-ecosystem span,
  .lr26-exh-steps div {
    position: relative;
    min-height: 0;
    justify-content: flex-start;
    padding: 7px 0 7px 30px;
    border: 0;
    border-radius: 0;
    background: transparent !important;
    box-shadow: none;
    color: currentColor;
    font-size: clamp(1.12rem, 4vw, 1.35rem);
    font-weight: 850;
    line-height: 1.35;
    text-align: left;
  }

  .lr26-exh-yeargrid div,
  .lr26-exh-statgrid div,
  .lr26-exh-audiencegrid div,
  .lr26-exh-steps div {
    display: block;
  }

  .lr26-exh-proof li::before,
  .lr26-exh-yeargrid div::before,
  .lr26-exh-statgrid div::before,
  .lr26-exh-audiencegrid div::before,
  .lr26-exh-featuregrid div::before,
  .lr26-exh-peoplegrid span::before,
  .lr26-exh-topicgrid span::before,
  .lr26-exh-ecosystem span::before,
  .lr26-exh-steps div::before {
    position: absolute;
    top: 0.9em;
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--lr26-exh-dot, var(--lr26-exh-pink));
    content: "";
  }

  .lr26-exh-proof li:nth-child(1),
  .lr26-exh-audiencegrid div:nth-child(2),
  .lr26-exh-featuregrid div:nth-child(2),
  .lr26-exh-peoplegrid span:nth-child(2),
  .lr26-exh-topicgrid span:nth-child(2),
  .lr26-exh-ecosystem span:nth-child(2),
  .lr26-exh-yeargrid div:nth-child(3),
  .lr26-exh-statgrid div:nth-child(3),
  .lr26-exh-steps div:nth-child(3) {
    --lr26-exh-dot: var(--lr26-exh-pink);
  }

  .lr26-exh-proof li:nth-child(2),
  .lr26-exh-audiencegrid div:nth-child(4),
  .lr26-exh-featuregrid div:nth-child(4),
  .lr26-exh-peoplegrid span:nth-child(4),
  .lr26-exh-topicgrid span:nth-child(4),
  .lr26-exh-ecosystem span:nth-child(4),
  .lr26-exh-yeargrid div:nth-child(2),
  .lr26-exh-statgrid div:nth-child(2),
  .lr26-exh-steps div:nth-child(2) {
    --lr26-exh-dot: var(--lr26-exh-purple);
  }

  .lr26-exh-proof li:nth-child(3),
  .lr26-exh-audiencegrid div:nth-child(5),
  .lr26-exh-peoplegrid span:nth-child(5),
  .lr26-exh-topicgrid span:nth-child(5),
  .lr26-exh-topicgrid span:nth-child(10),
  .lr26-exh-topicgrid span:nth-child(11),
  .lr26-exh-topicgrid span:nth-child(12),
  .lr26-exh-ecosystem span:nth-child(5),
  .lr26-exh-yeargrid div:nth-child(1),
  .lr26-exh-statgrid div:nth-child(1),
  .lr26-exh-steps div:nth-child(1) {
    --lr26-exh-dot: var(--lr26-exh-blue);
  }

  .lr26-exh-audiencegrid div:nth-child(1),
  .lr26-exh-featuregrid div:nth-child(1),
  .lr26-exh-peoplegrid span:nth-child(1),
  .lr26-exh-topicgrid span:nth-child(1),
  .lr26-exh-ecosystem span:nth-child(1) {
    --lr26-exh-dot: var(--lr26-exh-mint);
  }

  .lr26-exh-audiencegrid div:nth-child(3),
  .lr26-exh-featuregrid div:nth-child(3),
  .lr26-exh-peoplegrid span:nth-child(3),
  .lr26-exh-topicgrid span:nth-child(3),
  .lr26-exh-ecosystem span:nth-child(3) {
    --lr26-exh-dot: var(--lr26-exh-coral);
  }

  .lr26-exh-audiencegrid div:nth-child(6),
  .lr26-exh-peoplegrid span:nth-child(6),
  .lr26-exh-topicgrid span:nth-child(6),
  .lr26-exh-ecosystem span:nth-child(6),
  .lr26-exh-statgrid div:nth-child(4),
  .lr26-exh-steps div:nth-child(4) {
    --lr26-exh-dot: var(--lr26-exh-cyan);
  }

  .lr26-exh-audiencegrid div:nth-child(7),
  .lr26-exh-peoplegrid span:nth-child(7),
  .lr26-exh-topicgrid span:nth-child(7) {
    --lr26-exh-dot: var(--lr26-exh-yellow);
  }

  .lr26-exh-audiencegrid div:nth-child(8),
  .lr26-exh-peoplegrid span:nth-child(8),
  .lr26-exh-topicgrid span:nth-child(8) {
    --lr26-exh-dot: var(--lr26-exh-soft-purple);
  }

  .lr26-exh-audiencegrid div:nth-child(9),
  .lr26-exh-peoplegrid span:nth-child(9),
  .lr26-exh-topicgrid span:nth-child(9) {
    --lr26-exh-dot: var(--lr26-exh-grey);
  }

  .lr26-exh-yeargrid strong,
  .lr26-exh-statgrid strong,
  .lr26-exh-steps strong,
  .lr26-exh-audiencegrid strong,
  .lr26-exh-yeargrid span,
  .lr26-exh-statgrid span,
  .lr26-exh-steps span,
  .lr26-exh-audiencegrid span {
    display: inline;
    color: currentColor;
    font-size: clamp(1.12rem, 4vw, 1.35rem);
    line-height: 1.35;
  }

  .lr26-exh-yeargrid strong::after,
  .lr26-exh-statgrid strong::after,
  .lr26-exh-steps strong::after,
  .lr26-exh-audiencegrid strong::after {
    content: " ";
  }

  .lr26-exh-section--light .lr26-exh-featuregrid div,
  .lr26-exh-section--light .lr26-exh-peoplegrid span,
  .lr26-exh-section--light .lr26-exh-ecosystem span,
  .lr26-exh-section--light .lr26-exh-packagegrid article {
    color: var(--lr26-exh-text);
  }

  .lr26-exh-packagegrid {
    grid-template-columns: 1fr;
  }

  .lr26-exh-actions,
  .lr26-exh-actions--center {
    align-items: stretch;
    flex-direction: column;
  }

  .lr26-exh-btn {
    width: 100%;
  }

  .lr26-exh-list {
    gap: 10px;
  }

  .lr26-exh-list li {
    padding: 7px 0 7px 30px;
    font-size: clamp(1.12rem, 4vw, 1.35rem);
    line-height: 1.35;
  }

  .lr26-exh-list li::before {
    top: 0.9em;
  }

  .lr26-exh-contact {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lr26-exh-reveal,
  .lr26-exh-btn {
    transition: none;
  }

  .lr26-exh-reveal {
    opacity: 1;
    transform: none;
  }

  .lr26-exh-reveal.is-visible .lr26-exh-audiencegrid div,
  .lr26-exh-reveal.is-visible .lr26-exh-proof li,
  .lr26-exh-reveal.is-visible .lr26-exh-topicgrid span,
  .lr26-exh-reveal.is-visible .lr26-exh-steps div {
    animation: none;
  }

  .lr26-exh-video {
    display: none;
  }
}
