.example-hero {
  background:
    linear-gradient(90deg, rgba(3, 11, 28, 0.96), rgba(9, 38, 84, 0.94) 70%, rgba(11, 27, 48, 0.98)),
    var(--navy-3);
  color: #fff;
}

.example-hero h1 {
  color: #fff;
}

.example-hero .lead {
  color: rgba(255, 255, 255, 0.8);
}

.example-release-wrap {
  max-width: none;
  padding: 42px max(20px, calc((100vw - var(--subpage-max)) / 2)) 8px;
}

.example-release-board {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(0, 1fr);
  gap: 36px;
  align-items: start;
  max-width: var(--subpage-max);
  margin: 0 auto;
}

.example-document {
  position: relative;
  z-index: 2;
  padding: 22px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 14px 30px rgba(16, 40, 70, 0.07);
}

.example-section {
  position: relative;
  margin-bottom: 8px;
  padding: 8px 9px;
  border-radius: 5px;
  cursor: default;
  transition: background-color 160ms ease, box-shadow 160ms ease, opacity 160ms ease;
}

.example-section:focus-visible {
  outline: 3px solid rgba(242, 138, 46, 0.22);
  outline-offset: 2px;
}

.example-section.is-highlighted {
  background: rgba(242, 138, 46, 0.07);
  box-shadow: 0 0 0 1px rgba(242, 138, 46, 0.22);
}

.annotation-active .example-section:not(.is-highlighted),
.annotation-active .release-plain {
  opacity: 0.48;
}

@keyframes examplePulse {
  0% {
    background: transparent;
    box-shadow: none;
  }

  36% {
    background: rgba(242, 138, 46, 0.08);
    box-shadow: 0 0 0 1px rgba(242, 138, 46, 0.2);
  }

  100% {
    background: transparent;
    box-shadow: none;
  }
}

.example-section.is-pulsing {
  animation: examplePulse 760ms ease-out both;
}

.example-letterhead {
  margin-bottom: 14px;
  padding: 0 0 16px;
  border-bottom: 1px solid #edf1f4;
}

.sample-logo {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 4px;
}

.release-immediate {
  margin: 0;
  color: #596575;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.release-headline {
  max-width: none;
  margin: 0;
  color: #111820;
  font-size: clamp(22px, 2.6vw, 31px);
  line-height: 1.15;
}

.release-subtitle {
  margin: 0;
  color: #526173;
  font-size: 16px;
  line-height: 1.55;
}

.release-body,
.release-quote,
.release-list,
.release-contact {
  color: #2f3a48;
  font-size: 15px;
  line-height: 1.75;
}

.release-body {
  margin: 0;
}

.release-plain {
  margin: 0 0 10px;
  padding: 8px 10px;
  transition: opacity 160ms ease;
}

.release-quote {
  margin: 0;
  padding: 0;
  border: 0;
}

.release-list {
  margin: 0 0 0 20px;
  padding: 0;
}

.release-list li {
  margin-bottom: 7px;
}

.release-list li:last-child {
  margin-bottom: 0;
}

.release-link {
  color: #1d5fbf;
  font-weight: 750;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.release-media {
  margin: 12px 0 14px;
}

.release-media img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #edf1f4;
  border-radius: 6px;
}

.release-media figcaption {
  margin-top: 7px;
  color: #667386;
  font-size: 12px;
  line-height: 1.45;
}

.release-contact {
  margin: 0;
}

.example-annotations {
  position: relative;
  min-height: 100%;
  padding-top: 46px;
}

.annotation-hint {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 16px;
  padding: 8px 10px;
  background: #fff8f1;
  border: 1px solid rgba(242, 138, 46, 0.34);
  border-radius: var(--radius);
  color: var(--orange-2);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.annotation-hint svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.3;
}

.annotation-card {
  width: 100%;
  padding: 10px 12px 11px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 10px 24px rgba(16, 40, 70, 0.045);
  opacity: 0;
  transition: opacity 160ms ease, border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.annotation-card.is-placed {
  opacity: 0.54;
}

.annotation-card.is-highlighted {
  border-color: rgba(242, 138, 46, 0.78);
  box-shadow: 0 14px 28px rgba(242, 138, 46, 0.14);
  opacity: 1;
  transform: translateX(-2px);
}

.annotation-active .annotation-card:not(.is-highlighted) {
  opacity: 0.2;
}

.annotation-card span {
  display: block;
  margin-bottom: 5px;
  color: var(--orange-2);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.annotation-card p {
  margin: 0;
  color: #425166;
  font-size: 13px;
  line-height: 1.5;
}

.example-connector-svg {
  position: fixed;
  inset: 0;
  z-index: 12;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
}

.connector-line {
  stroke: rgba(16, 40, 70, 0.18);
  stroke-dasharray: 3 5;
  stroke-width: 1;
}

.connector-line-active {
  stroke: var(--orange);
  stroke-dasharray: none;
  stroke-width: 1.75;
}

.mobile-note {
  display: none;
}

.example-disclaimer {
  max-width: 820px;
  margin: 24px auto 0;
  color: var(--muted);
  font-size: 12px;
  font-style: italic;
  text-align: center;
}

.example-cta {
  margin-top: 28px;
}

@media (max-width: 900px) {
  .example-release-board {
    grid-template-columns: 1fr;
  }

  .example-release-board {
    gap: 0;
    max-width: 760px;
  }

  .example-annotations,
  .example-connector-svg {
    display: none;
  }

  .example-document {
    padding: 20px;
  }

  .example-section {
    margin-bottom: 14px;
    padding: 0;
    border-bottom: 1px solid #edf1f4;
    border-radius: 0;
  }

  .example-section:last-child {
    border-bottom: 0;
  }

  .mobile-note {
    display: grid;
    gap: 4px;
    margin-top: 12px;
    padding: 12px;
    background: #fff8f1;
    border: 1px solid rgba(242, 138, 46, 0.24);
    border-radius: var(--radius);
  }

  .mobile-note strong {
    color: var(--orange-2);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
  }

  .mobile-note span {
    color: #425166;
    font-size: 13px;
    line-height: 1.55;
  }
}

@media (max-width: 620px) {
  .example-release-wrap {
    padding: 30px 16px 4px;
  }

  .example-document {
    padding: 16px;
  }

  .release-headline {
    font-size: 24px;
  }

  .release-subtitle,
  .release-body,
  .release-quote,
  .release-list,
  .release-contact {
    font-size: 14px;
    line-height: 1.72;
  }

  .release-media {
    margin: 10px 0 12px;
    padding-right: 0;
    padding-left: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .example-section.is-pulsing {
    animation: none;
  }

  .annotation-card,
  .example-section,
  .release-plain {
    transition: none;
  }
}
