.examples-page .nav-links a.active {
  color: #d7e9ff;
}

.examples-hero {
  padding: 140px 0 28px;
}

.examples-hero-shell {
  display: grid;
  gap: 34px;
}

.examples-hero-copy {
  display: grid;
  gap: 14px;
  max-width: 840px;
}

.examples-eyebrow,
.examples-section-eyebrow,
.example-story-kicker {
  margin: 0;
  color: #b7f0f5;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
}

.examples-title {
  font-size: clamp(38px, 5vw, 62px);
  line-height: 0.98;
  letter-spacing: -0.03em;
  margin: 0;
  max-width: 940px;
}

.examples-subtitle {
  margin: 0;
  color: rgba(214, 224, 236, 0.82);
  font-size: clamp(17px, 1.9vw, 21px);
  line-height: 1.6;
  max-width: 760px;
}

.examples-featured-shell[hidden],
.examples-selected[hidden],
.examples-browse[hidden],
.examples-empty[hidden],
.examples-pagination[hidden],
.examples-archive-subfilters[hidden] {
  display: none;
}

.examples-featured-card {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(320px, 0.92fr);
  gap: 24px;
  padding: 28px;
  border-radius: 30px;
  border: 1px solid rgba(125, 208, 255, 0.16);
  background:
    linear-gradient(180deg, rgba(10, 16, 24, 0.92), rgba(6, 11, 18, 0.95)),
    radial-gradient(circle at 100% 0%, rgba(44, 183, 196, 0.16), transparent 38%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 24px 54px rgba(0, 0, 0, 0.28);
}

.examples-featured-copy-card {
  display: grid;
  align-content: start;
  gap: 14px;
}

.examples-featured-title {
  margin: 0;
  font-size: clamp(28px, 3.2vw, 40px);
  line-height: 1.06;
  letter-spacing: -0.03em;
}

.examples-featured-summary {
  margin: 0;
  color: rgba(214, 224, 236, 0.82);
  font-size: 17px;
  line-height: 1.62;
}

.examples-featured-media-link,
.example-story-card-media-link,
.example-card-media-link,
.example-related-media-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.example-story-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  color: rgba(214, 224, 236, 0.72);
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.example-story-meta span {
  position: relative;
}

.example-story-meta span + span::before {
  content: "";
  position: absolute;
  left: -8px;
  top: 50%;
  width: 3px;
  height: 3px;
  border-radius: 999px;
  background: rgba(214, 224, 236, 0.48);
  transform: translateY(-50%);
}

.example-story-meta--centered {
  justify-content: center;
}

.example-story-actions,
.example-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.example-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  background: none;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  font-family: inherit;
  cursor: pointer;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    color 180ms ease,
    box-shadow 180ms ease;
}

.example-cta--primary {
  border: 1px solid rgba(201, 166, 92, 0.52);
  background: linear-gradient(180deg, rgba(205, 170, 99, 0.2), rgba(141, 111, 51, 0.18));
  color: #f7e1ae;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.example-cta--secondary {
  border: 1px solid rgba(125, 208, 255, 0.18);
  background: rgba(10, 17, 26, 0.72);
  color: #d7e9ff;
}

.example-cta:hover,
.example-cta:focus-visible,
.example-inline-link:hover,
.example-inline-link:focus-visible {
  transform: translateY(-1px);
}

.example-cta--primary:hover,
.example-cta--primary:focus-visible {
  color: #fff2cf;
  border-color: rgba(223, 188, 118, 0.7);
}

.example-cta--secondary:hover,
.example-cta--secondary:focus-visible {
  color: #f3f8ff;
  border-color: rgba(125, 208, 255, 0.32);
  background: rgba(12, 20, 30, 0.9);
}

.example-inline-link {
  color: #b7f0f5;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}

.example-inline-link--muted {
  color: rgba(214, 224, 236, 0.7);
}

.example-inline-link:hover,
.example-inline-link:focus-visible {
  color: #f3f8ff;
}

.example-media-tile {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(12, 18, 28, 0.94), rgba(6, 10, 16, 0.94)),
    radial-gradient(circle at 100% 0%, rgba(44, 183, 196, 0.14), transparent 42%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 20px 44px rgba(0, 0, 0, 0.28);
}

.example-media-tile--feature,
.example-media-tile--detail {
  aspect-ratio: 1 / 1;
}

.example-media-tile--feature.example-media-tile--video {
  aspect-ratio: auto;
}

.example-media-tile--feature.example-media-tile--video .example-video-player {
  height: auto;
}

.example-media-tile--feature.example-media-tile--video .example-video-stage {
  aspect-ratio: 1 / 1;
}

.example-media-tile--detail.example-media-tile--video {
  aspect-ratio: auto;
  overflow: visible;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.example-media-tile--detail.example-media-tile--video .example-video-player {
  height: auto;
  gap: 14px;
}

.example-media-tile--detail.example-media-tile--video .example-video-stage {
  aspect-ratio: var(--example-detail-video-aspect, 1 / 1);
  border-radius: 24px;
  background: #04070b;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 20px 44px rgba(0, 0, 0, 0.28);
}

.example-media-tile--detail.example-media-tile--video .example-media-video {
  object-fit: contain;
  object-position: center center;
}

.example-media-tile--detail.example-media-tile--video .example-video-controls {
  border-top: 0;
  border-radius: 18px;
  border: 1px solid rgba(125, 208, 255, 0.14);
  background: rgba(6, 10, 16, 0.92);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 12px 30px rgba(0, 0, 0, 0.22);
}

.example-media-tile--square {
  aspect-ratio: 1 / 1;
  border-radius: 22px;
}

.example-media-tile--square.example-media-tile--video {
  aspect-ratio: auto;
}

.example-media-tile--square.example-media-tile--video .example-video-stage {
  aspect-ratio: 1 / 1;
}

.example-media-tile--square .example-media-image,
.example-media-tile--square .example-media-video,
.example-related-card .example-media-image,
.example-related-card .example-media-video {
  object-fit: cover;
  object-position: center top;
}

.example-media-image,
.example-media-video,
.example-media-embed {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #04070b;
}

.example-media-embed {
  border: 0;
}

.example-media-tile--video {
  cursor: pointer;
}

.example-video-player {
  position: relative;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
}

.example-video-stage {
  position: relative;
  min-height: 0;
  overflow: hidden;
}

.example-video-overlay {
  position: absolute;
  left: 50%;
  top: 50%;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 22px;
  border: 1px solid rgba(215, 233, 255, 0.22);
  border-radius: 999px;
  background: rgba(7, 11, 18, 0.78);
  color: #f3f8ff;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transform: translate(-50%, -50%);
  transition:
    opacity 180ms ease,
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
  z-index: 2;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  user-select: none;
}

.example-video-overlay:hover,
.example-video-overlay:focus-visible {
  border-color: rgba(215, 233, 255, 0.42);
  background: rgba(10, 16, 24, 0.9);
}

.example-video-overlay-icon {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid currentColor;
}

.example-video-overlay-icon,
.example-video-overlay-label,
.example-video-control-icon,
.example-video-control-icon svg {
  pointer-events: none;
}

.example-video-player.is-playing .example-video-overlay {
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -46%);
}

.example-video-controls {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  padding: 12px 14px;
  border-top: 1px solid rgba(125, 208, 255, 0.14);
  background: rgba(6, 10, 16, 0.92);
  z-index: 1;
}

.example-media-tile--square .example-video-controls,
.example-related-card .example-video-controls {
  gap: 10px;
  padding: 10px 12px;
}

.example-video-control-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  border: 0;
  padding: 0;
  background: none;
  color: #f3f8ff;
  font: inherit;
  cursor: pointer;
  border-radius: 999px;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  user-select: none;
}

.example-video-control-sound {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  border: 0;
  padding: 0;
  background: none;
  color: rgba(214, 224, 236, 0.84);
  cursor: pointer;
  white-space: nowrap;
  border-radius: 999px;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  user-select: none;
}

.example-video-control-toggle:hover,
.example-video-control-toggle:focus-visible,
.example-video-control-sound:hover,
.example-video-control-sound:focus-visible {
  color: #b7f0f5;
  background: rgba(255, 255, 255, 0.05);
}

.example-video-control-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
}

.example-video-control-icon--sound {
  width: 18px;
  height: 18px;
}

.example-video-control-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.example-video-seek {
  flex: 1 1 240px;
  min-width: 0;
  margin: 0;
  accent-color: #c9a65c;
  touch-action: none;
}

.example-video-time {
  min-width: 72px;
  margin-left: auto;
  color: rgba(214, 224, 236, 0.82);
  font-size: 13px;
  text-align: right;
  letter-spacing: 0.04em;
}

.example-media-placeholder {
  display: grid;
  place-items: center;
  gap: 8px;
  width: 100%;
  height: 100%;
  min-height: 100%;
  padding: 24px;
  background:
    linear-gradient(180deg, rgba(9, 14, 22, 0.96), rgba(5, 8, 13, 0.98)),
    radial-gradient(circle at 100% 0%, rgba(44, 183, 196, 0.12), transparent 42%);
}

.example-media-placeholder-brand {
  color: rgba(215, 233, 255, 0.72);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 700;
}

.example-media-placeholder-copy {
  color: #f3f8ff;
  font-size: 15px;
  line-height: 1.4;
  text-align: center;
}

.examples-selected,
.examples-browse,
.examples-feed,
.example-detail-section {
  padding: 18px 0 72px;
}

.examples-section-head {
  display: grid;
  gap: 10px;
  margin-bottom: 24px;
}

.examples-section-head h2 {
  margin: 0;
  font-size: clamp(28px, 3.4vw, 40px);
  line-height: 1.06;
  letter-spacing: -0.03em;
}

.examples-section-head p:last-child {
  margin: 0;
  color: rgba(214, 224, 236, 0.78);
  max-width: 720px;
}

.examples-section-head--compact {
  gap: 8px;
  margin-bottom: 18px;
}

.examples-section-head--archive {
  margin-bottom: 8px;
}

.examples-section-head--centered {
  justify-items: center;
  text-align: center;
}

.examples-selected-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.example-story-card,
.example-card,
.example-related-card {
  display: grid;
  gap: 14px;
  align-content: start;
}

.example-story-card-content,
.example-card-content,
.example-related-content {
  display: grid;
  gap: 10px;
}

.example-story-card-content h3,
.example-card-content h3,
.example-related-content h3 {
  margin: 0;
  font-size: clamp(20px, 2vw, 24px);
  line-height: 1.14;
  letter-spacing: -0.02em;
}

.example-story-card-content h3 a,
.example-card-content h3 a,
.example-related-content h3 a {
  color: inherit;
  text-decoration: none;
}

.example-story-card-content h3 a:hover,
.example-story-card-content h3 a:focus-visible,
.example-card-content h3 a:hover,
.example-card-content h3 a:focus-visible,
.example-related-content h3 a:hover,
.example-related-content h3 a:focus-visible {
  color: #d7e9ff;
}

.example-story-card-content p,
.example-card-content p {
  margin: 0;
  color: rgba(214, 224, 236, 0.78);
  font-size: 15px;
  line-height: 1.56;
}

.example-story-card-footer,
.example-card-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 16px;
  padding-top: 2px;
}

.examples-browse-shell {
  display: grid;
  gap: 18px;
}

.examples-browse-chips,
.examples-archive-filters,
.examples-archive-subfilters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.examples-browse-chip,
.examples-archive-filter,
.examples-archive-subfilter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(125, 208, 255, 0.14);
  background: rgba(10, 17, 26, 0.62);
  color: rgba(214, 224, 236, 0.76);
  text-decoration: none;
  font-size: 14px;
  transition:
    border-color 180ms ease,
    background 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.examples-browse-chip {
  cursor: pointer;
}

.examples-browse-chip:hover,
.examples-browse-chip:focus-visible,
.examples-archive-filter:hover,
.examples-archive-filter:focus-visible,
.examples-archive-subfilter:hover,
.examples-archive-subfilter:focus-visible {
  color: #f3f8ff;
  border-color: rgba(125, 208, 255, 0.3);
  background: rgba(12, 20, 30, 0.86);
  transform: translateY(-1px);
}

.examples-browse-chip.is-active,
.examples-archive-filter.is-active,
.examples-archive-subfilter.is-active {
  color: #f3f8ff;
  border-color: rgba(125, 208, 255, 0.36);
  background:
    linear-gradient(180deg, rgba(12, 18, 28, 0.9), rgba(8, 13, 20, 0.92)),
    radial-gradient(circle at 100% 0%, rgba(44, 183, 196, 0.12), transparent 42%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.examples-feed {
  padding-top: 8px;
}

.examples-archive-header {
  display: grid;
  gap: 14px;
  margin-bottom: 24px;
}

.examples-archive-summary {
  color: rgba(214, 224, 236, 0.76);
  font-size: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.examples-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px 18px;
}

.examples-empty {
  padding: 24px 0;
  color: rgba(214, 224, 236, 0.7);
  font-size: 16px;
}

.examples-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid rgba(125, 208, 255, 0.12);
}

.examples-pagination-link,
.examples-pagination-status {
  color: rgba(214, 224, 236, 0.76);
  font-size: 14px;
}

.examples-pagination-link {
  text-decoration: none;
}

.examples-pagination-link:hover,
.examples-pagination-link:focus-visible {
  color: #f3f8ff;
}

.examples-pagination-link.is-disabled {
  opacity: 0.38;
}

.example-detail-shell {
  min-height: 56vh;
  padding-top: 28px;
  padding-bottom: 92px;
}

.example-detail-page {
  position: relative;
  isolation: isolate;
  display: grid;
  gap: 60px;
  padding: 18px 0 24px;
}

.example-detail-page::before {
  content: "";
  position: absolute;
  inset: 24px 10% auto;
  height: 320px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 0%, rgba(102, 201, 228, 0.1), transparent 58%),
    radial-gradient(circle at 20% 30%, rgba(255, 215, 140, 0.04), transparent 38%);
  filter: blur(10px);
  opacity: 0.75;
  pointer-events: none;
  z-index: -1;
}

.example-detail-head {
  display: grid;
  gap: 18px;
  justify-items: center;
  text-align: center;
  max-width: min(100%, 1080px);
  margin: 0 auto;
  padding: 30px 0 8px;
}

.example-detail-back-link {
  display: inline-flex;
  align-items: center;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.example-detail-head .example-story-meta {
  gap: 10px 16px;
  color: rgba(214, 224, 236, 0.58);
}

.example-detail-title {
  font-size: clamp(48px, 6.2vw, 84px);
  line-height: 0.94;
  max-width: 1120px;
  text-wrap: balance;
}

.example-detail-summary {
  max-width: 820px;
  color: rgba(224, 232, 241, 0.9);
  font-size: clamp(19px, 2.2vw, 24px);
  line-height: 1.72;
  font-weight: 500;
  text-wrap: pretty;
}

.example-detail-media {
  position: relative;
  width: min(100%, 920px);
  margin: 0 auto;
  padding: 20px;
}

.example-detail-media::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 34px;
  border: 1px solid rgba(125, 208, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(10, 15, 23, 0.72), rgba(7, 11, 17, 0.82)),
    radial-gradient(circle at 50% 0%, rgba(44, 183, 196, 0.08), transparent 52%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 24px 58px rgba(0, 0, 0, 0.3);
  pointer-events: none;
}

.example-detail-media > * {
  position: relative;
  z-index: 1;
}

.example-detail-copy {
  position: relative;
  display: grid;
  gap: 26px;
  width: min(100%, 720px);
  margin: 0 auto;
  padding-top: 42px;
}

.example-detail-copy::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: min(100%, 620px);
  height: 1px;
  background: linear-gradient(90deg, rgba(125, 208, 255, 0), rgba(125, 208, 255, 0.22), rgba(125, 208, 255, 0));
  transform: translateX(-50%);
}

.example-body {
  display: grid;
  gap: 24px;
}

.example-body p {
  margin: 0;
  color: rgba(224, 232, 240, 0.86);
  font-size: 18px;
  line-height: 1.84;
}

.example-body h2,
.example-body h3 {
  margin: 0;
  color: #f8fafc;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.example-body h2 {
  font-size: clamp(30px, 3.6vw, 42px);
  padding-top: 20px;
}

.example-body h3 {
  font-size: clamp(23px, 2.8vw, 30px);
  padding-top: 14px;
}

.example-body ul {
  margin: 0;
  padding-left: 24px;
  color: rgba(220, 228, 236, 0.84);
  display: grid;
  gap: 12px;
}

.example-body li {
  font-size: 18px;
  line-height: 1.8;
}

.example-body blockquote {
  margin: 0;
  padding: 20px 22px;
  border-left: 2px solid rgba(112, 211, 233, 0.72);
  border-radius: 0 18px 18px 0;
  background:
    linear-gradient(180deg, rgba(18, 26, 36, 0.58), rgba(14, 21, 30, 0.64)),
    radial-gradient(circle at 0 0, rgba(112, 211, 233, 0.08), transparent 42%);
  color: rgba(232, 240, 248, 0.88);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.example-body blockquote p {
  color: inherit;
}

.example-body a {
  color: #93ddf1;
  text-decoration: underline;
  text-decoration-color: rgba(147, 221, 241, 0.48);
  text-underline-offset: 0.14em;
}

.example-body strong {
  color: #f8fafc;
  font-weight: 700;
}

.example-source-line {
  padding-top: 18px;
  border-top: 1px solid rgba(125, 208, 255, 0.12);
  color: rgba(214, 224, 236, 0.6);
  font-size: 13px;
  line-height: 1.7;
}

.example-detail-player-note {
  color: rgba(214, 224, 236, 0.5);
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.example-article-nav {
  width: min(100%, 980px);
  margin: 8px auto 0;
  padding-top: 12px;
}

.example-article-nav-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  padding: 26px 28px;
  border: 1px solid rgba(125, 208, 255, 0.12);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(9, 14, 22, 0.66), rgba(6, 10, 16, 0.82)),
    radial-gradient(circle at 100% 0%, rgba(44, 183, 196, 0.08), transparent 42%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 18px 40px rgba(0, 0, 0, 0.22);
}

.example-article-nav-link,
.example-archive-back-link {
  color: rgba(214, 236, 248, 0.8);
  text-decoration: none;
  font-size: 14px;
  line-height: 1.4;
}

.example-article-nav-link.is-center {
  justify-self: center;
  color: #b7f0f5;
}

.example-article-nav-link.is-next {
  justify-self: end;
  text-align: right;
}

.example-article-nav-link.is-disabled {
  opacity: 0.36;
  pointer-events: none;
}

.example-article-nav-link:hover,
.example-article-nav-link:focus-visible,
.example-archive-back-link:hover,
.example-archive-back-link:focus-visible {
  color: #f3f8ff;
}

.example-related {
  display: grid;
  width: min(100%, 1140px);
  margin: 0 auto;
  gap: 28px;
  padding-top: 44px;
  border-top: 1px solid rgba(125, 208, 255, 0.1);
}

.example-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.example-related-card {
  padding: 20px;
  border-radius: 28px;
  border: 1px solid rgba(125, 208, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(9, 14, 22, 0.8), rgba(6, 11, 18, 0.92)),
    radial-gradient(circle at 100% 0%, rgba(44, 183, 196, 0.1), transparent 38%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 22px 44px rgba(0, 0, 0, 0.24);
}

.example-related-card .example-media-tile {
  border-radius: 20px;
}

.example-related-content {
  padding-top: 8px;
}

@media (max-width: 1080px) {
  .examples-selected-grid,
  .examples-grid,
  .example-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .example-detail-shell {
    padding-top: 18px;
    padding-bottom: 72px;
  }

  .example-detail-page {
    gap: 44px;
    padding-top: 8px;
  }

  .example-detail-head {
    gap: 15px;
    padding-top: 18px;
  }

  .example-detail-media {
    width: min(100%, 100%);
    padding: 12px;
  }

  .example-detail-copy {
    width: min(100%, 680px);
    padding-top: 32px;
    gap: 22px;
  }

  .example-body {
    gap: 20px;
  }

  .example-body p,
  .example-body li {
    font-size: 17px;
    line-height: 1.78;
  }

  .example-body h2 {
    padding-top: 14px;
  }

  .example-article-nav-row {
    padding: 22px;
  }

  .example-related {
    padding-top: 34px;
    gap: 22px;
  }

  .examples-featured-card {
    grid-template-columns: 1fr;
    padding: 22px;
  }

  .examples-selected,
  .examples-browse,
  .examples-feed,
  .example-detail-section {
    padding-bottom: 54px;
  }

  .examples-selected-grid,
  .examples-grid,
  .example-related-grid {
    grid-template-columns: 1fr;
  }

  .examples-pagination {
    flex-direction: column;
    align-items: flex-start;
  }

  .example-article-nav-row {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .example-article-nav-link.is-center,
  .example-article-nav-link.is-next {
    justify-self: start;
    text-align: left;
  }
}

@media (max-width: 560px) {
  .example-detail-title {
    font-size: clamp(40px, 12vw, 54px);
  }

  .example-detail-summary {
    font-size: 18px;
    line-height: 1.68;
  }

  .example-detail-media {
    padding: 10px;
  }

  .example-detail-copy {
    width: 100%;
    padding-top: 28px;
  }

  .example-body p,
  .example-body li {
    font-size: 16.5px;
  }

  .example-body h2 {
    font-size: 30px;
  }

  .example-body h3 {
    font-size: 24px;
  }

  .example-related-card,
  .example-article-nav-row {
    border-radius: 24px;
  }
}


/* ===== Redesign additions (presentation only) ===== */
.examples-hero-actions { margin-top: 26px; display: flex; gap: 14px; flex-wrap: wrap; }


/* =====================================================================
   Redesign alignment layer (matches the new homepage design language).
   Presentation only — no DOM hooks, IDs or behaviour touched.
   ===================================================================== */

/* Tokens: flat near-black, 12px radii, white hairlines, #32c5fd accent */

/* Hero */
.examples-eyebrow,
.examples-section-eyebrow,
.example-story-kicker {
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.14em;
}
.examples-title {
  font-weight: 900;
  line-height: 1.06;
  letter-spacing: -0.02em;
  color: #ffffff;
}
.examples-subtitle {
  color: rgba(255, 255, 255, 0.86);
}

/* Section boundaries: homepage hairline rules */
.examples-selected::before,
.examples-browse::before,
.examples-feed::before {
  content: "";
  display: block;
  width: min(1200px, calc(100% - 48px));
  height: 1px;
  margin: 0 auto 54px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.16) 18%, rgba(255, 255, 255, 0.16) 82%, transparent);
}
.example-detail-section::before { content: none; }

/* Section heads */
.examples-section-head h2 {
  font-size: clamp(32px, 4.2vw, 48px);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #ffffff;
}
.examples-section-head p:last-child {
  color: rgba(255, 255, 255, 0.86);
  font-size: 17px;
  line-height: 1.6;
}

/* Featured story: flat panel, homepage media treatment */
.examples-featured-card {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
  gap: 40px;
  align-items: start;
}
.examples-featured-copy-card { padding-top: 6px; }
.examples-featured-title {
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #ffffff;
}
.examples-featured-summary {
  color: rgba(255, 255, 255, 0.86);
  font-size: 18px;
}

/* Media tiles: 12px, 1px white/10%, flat black, single deep shadow */
.example-media-tile,
.example-media-tile--square,
.example-related-card .example-media-tile {
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #000;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.5);
}
.example-media-tile--detail {
  border: 0;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
}
.example-media-tile--detail.example-media-tile--video .example-video-stage {
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #000;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.5);
}
.example-media-tile--detail.example-media-tile--video .example-video-controls {
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(4, 8, 13, 0.92);
}

/* Kill glass glows and frames */
.example-detail-page::before,
.example-detail-media::before,
.example-detail-copy::before {
  display: none;
}

/* Meta lines */
.example-story-meta {
  color: rgba(255, 255, 255, 0.55);
  font-size: 13px;
  letter-spacing: 0.1em;
}
.example-story-meta span + span::before {
  background: rgba(255, 255, 255, 0.35);
}

/* Card copy + links */
.example-story-card-content p,
.example-card-content p,
.example-related-content p {
  color: rgba(255, 255, 255, 0.72);
}
.example-story-card-content h3 a:hover,
.example-story-card-content h3 a:focus-visible,
.example-card-content h3 a:hover,
.example-card-content h3 a:focus-visible,
.example-related-content h3 a:hover,
.example-related-content h3 a:focus-visible {
  color: #32c5fd;
}
.example-inline-link {
  color: #32c5fd;
}
.example-inline-link:hover,
.example-inline-link:focus-visible {
  color: #6fd7ff;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.example-inline-link--muted {
  color: rgba(255, 255, 255, 0.6);
}

/* CTAs: homepage button language (squared, accent gradient / ghost) */
.example-cta {
  border-radius: 10px;
}
.example-cta--primary {
  border: 0;
  background: linear-gradient(135deg, #45dce8, #25b8ff);
  color: #06121a;
  box-shadow: none;
}
.example-cta--primary:hover,
.example-cta--primary:focus-visible {
  background: linear-gradient(135deg, #5ce4ee, #3cc3ff);
  color: #06121a;
  transform: translateY(-1px);
}
.example-cta--secondary {
  border: 1px solid rgba(255, 255, 255, 0.26);
  background: transparent;
  color: #ffffff;
}
.example-cta--secondary:hover,
.example-cta--secondary:focus-visible {
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.04);
}

/* Chips and filters: neutral pills, accent-filled active state */
.examples-browse-chip,
.examples-archive-filter,
.examples-archive-subfilter {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: transparent;
  color: rgba(255, 255, 255, 0.72);
  box-shadow: none;
}
.examples-browse-chip:hover,
.examples-browse-chip:focus-visible,
.examples-archive-filter:hover,
.examples-archive-filter:focus-visible,
.examples-archive-subfilter:hover,
.examples-archive-subfilter:focus-visible {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: none;
}
.examples-browse-chip.is-active,
.examples-archive-filter.is-active,
.examples-archive-subfilter.is-active {
  color: #04121b;
  border-color: transparent;
  background: #32c5fd;
  box-shadow: none;
}

/* Archive summary, empty state, pagination */
.examples-archive-summary { color: rgba(255, 255, 255, 0.55); }
.examples-empty { color: rgba(255, 255, 255, 0.72); }
.examples-pagination-link,
.examples-pagination-status { color: rgba(255, 255, 255, 0.6); }
.examples-pagination-link:hover,
.examples-pagination-link:focus-visible { color: #32c5fd; }

/* Detail page */
.example-detail-back-link { color: rgba(255, 255, 255, 0.6); }
.example-detail-back-link:hover,
.example-detail-back-link:focus-visible { color: #32c5fd; }
.example-detail-summary { color: rgba(255, 255, 255, 0.86); }
.example-detail-copy blockquote,
.example-detail-copy .example-article-quote {
  border-left: 2px solid rgba(50, 197, 253, 0.8);
  border-radius: 0 12px 12px 0;
  background: rgba(255, 255, 255, 0.03);
}
.example-article-nav-row {
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.02);
}
.example-article-nav-link,
.example-archive-back-link { color: rgba(255, 255, 255, 0.65); }
.example-article-nav-link.is-center { color: #32c5fd; }
.example-article-nav-link:hover,
.example-article-nav-link:focus-visible,
.example-archive-back-link:hover,
.example-archive-back-link:focus-visible { color: #32c5fd; }
.example-related-card {
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.02);
  box-shadow: none;
}

@media (max-width: 900px) {
  .examples-featured-card { gap: 24px; }
}

/* Detail head: left-aligned, homepage hero scale */
.example-detail-head {
  justify-items: start;
  text-align: left;
}
.example-detail-head .example-story-meta--centered {
  justify-content: flex-start;
}
.example-detail-title {
  font-size: clamp(40px, 5vw, 64px);
  font-weight: 900;
  line-height: 1.06;
  letter-spacing: -0.02em;
  color: #ffffff;
}

/* Video controls: single row, accent-blue scrubber (was legacy gold) */
.example-video-controls { flex-wrap: nowrap; }
.example-video-seek { accent-color: #32c5fd; flex: 1 1 120px; }
.example-video-time { color: rgba(255, 255, 255, 0.6); white-space: nowrap; }
.example-video-control-toggle:hover,
.example-video-control-toggle:focus-visible,
.example-video-control-sound:hover,
.example-video-control-sound:focus-visible { color: #ffffff; background: rgba(255, 255, 255, 0.06); }

/* One filled CTA per view: featured "Read story" becomes a text link */
.examples-featured-card .example-cta--primary {
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  color: #32c5fd;
  font-size: 15px;
}
.examples-featured-card .example-cta--primary:hover,
.examples-featured-card .example-cta--primary:focus-visible {
  background: none;
  color: #6fd7ff;
  text-decoration: underline;
  text-underline-offset: 3px;
  transform: none;
}

/* Hero eyebrow removed (hook #examples-hero-eyebrow kept for examples.js) */
#examples-hero-eyebrow { display: none; }

/* De-busying: one archive, not three showcases */
#examples-selected-section { display: none; }
.examples-browse .examples-section-head { display: none; }
.examples-browse { padding-bottom: 8px; }
#examples-archive-section { padding-top: 24px; }

/* Chips: square, hairline, flat active — match the flat design language */
.examples-browse-chip,
.examples-archive-filter,
.examples-archive-subfilter {
  border-radius: 2px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: none;
  color: rgba(255, 255, 255, 0.6);
  padding: 8px 14px;
  font-size: 13px;
  letter-spacing: 0.01em;
}
.examples-browse-chip:hover,
.examples-archive-filter:hover,
.examples-archive-subfilter:hover {
  border-color: rgba(255, 255, 255, 0.34);
  color: #ffffff;
  background: none;
}
.examples-browse-chip.is-active,
.examples-archive-filter.is-active,
.examples-archive-subfilter.is-active {
  border-color: #32c5fd;
  background: rgba(50, 197, 253, 0.12);
  color: #7edbff;
}

/* Chips belong to the archive: no hairline between them and it, no duplicate summary line */
.examples-feed::before { content: none; }
#examples-archive-summary { display: none; }
#examples-archive-section { padding-top: 4px; }
