.examples-page {
  min-width: 320px;
  background-color: var(--void);
}

.examples-page main { overflow: clip; }

.examples-page [id] { scroll-margin-top: 92px; }

.examples-status {
  position: relative;
  z-index: 90;
  display: flex;
  min-height: 35px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-bottom: 1px solid rgba(103, 207, 200, .2);
  padding: 7px 18px;
  background: #0c0f14;
  color: var(--regolith);
  font-size: .7rem;
  line-height: 1.5;
  text-align: center;
}

.examples-status strong {
  color: var(--data);
  font-family: var(--mono);
  font-size: .65rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.examples-nav .nav-inner { justify-content: space-between; }

.examples-hero {
  position: relative;
  isolation: isolate;
  min-height: min(900px, calc(100svh - 105px));
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  padding: clamp(72px, 8vw, 124px) 0 clamp(86px, 10vw, 142px);
}

.examples-hero::before {
  position: absolute;
  z-index: -4;
  inset: 0;
  background:
    radial-gradient(680px 520px at 17% 30%, rgba(217, 75, 61, .10), transparent 72%),
    radial-gradient(760px 560px at 85% 24%, rgba(103, 207, 200, .08), transparent 74%),
    linear-gradient(180deg, rgba(7, 9, 13, .12), rgba(7, 9, 13, .84));
  content: "";
}

.examples-hero::after {
  position: absolute;
  z-index: -3;
  right: -20vw;
  bottom: -37vw;
  width: min(1120px, 92vw);
  aspect-ratio: 1;
  border-radius: 50%;
  background: url("/assets/brand/lunar-horizon.webp") center bottom / 112% auto no-repeat;
  opacity: .28;
  content: "";
  filter: saturate(.72);
}

.examples-orbit {
  position: absolute;
  z-index: -2;
  top: 8%;
  right: 1%;
  width: min(760px, 62vw);
  aspect-ratio: 1.88;
  border: 1px solid rgba(242, 239, 231, .11);
  border-radius: 50%;
  transform: rotate(-13deg);
}

.examples-orbit::after {
  position: absolute;
  top: 48%;
  left: -4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--signal-bright);
  box-shadow: 0 0 24px rgba(239, 109, 92, .75);
  content: "";
}

.examples-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(490px, 1.12fr);
  gap: clamp(52px, 7vw, 108px);
  align-items: center;
}

.examples-hero-copy { position: relative; z-index: 2; }

.examples-hero-copy h1 {
  max-width: 720px;
  margin-bottom: 27px;
  font-size: clamp(3.7rem, 7.2vw, 7.2rem);
  line-height: .91;
}

.examples-lede {
  max-width: 650px;
  margin-bottom: 34px;
  color: var(--moon-soft);
  font-size: clamp(1.08rem, 1.55vw, 1.3rem);
  line-height: 1.62;
}

.examples-hero-actions,
.examples-final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.examples-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  border: 1px solid var(--line-strong);
  border-radius: 9px;
  padding: 11px 16px;
  font-size: .82rem;
  font-weight: 780;
  line-height: 1.25;
  text-decoration: none;
  transition: border-color .18s ease, background .18s ease, color .18s ease, transform .18s ease;
}

.examples-button:hover { transform: translateY(-2px); }

.examples-button--light {
  border-color: var(--moon);
  background: var(--moon);
  color: var(--void);
}

.examples-button--light:hover { background: #fff; }

.examples-button--quiet { background: rgba(7, 9, 13, .68); color: var(--moon); }

.examples-button--quiet:hover {
  border-color: var(--data);
  background: rgba(103, 207, 200, .07);
  color: var(--data);
}

.examples-fine {
  max-width: 650px;
  margin: 20px 0 0;
  border-left: 1px solid var(--line-strong);
  padding-left: 14px;
  color: var(--dim);
  font-family: var(--mono);
  font-size: .61rem;
  line-height: 1.65;
}

.examples-fine strong { color: var(--signal-bright); letter-spacing: .08em; }

.examples-stack {
  position: relative;
  min-height: 550px;
  perspective: 1300px;
}

.stack-card {
  position: absolute;
  width: min(88%, 590px);
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(242, 239, 231, .24);
  border-radius: 13px;
  background: #0b0d11;
  box-shadow: 0 35px 90px rgba(0, 0, 0, .55);
}

.stack-card::before {
  display: block;
  height: 27px;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 15px 50%, #ef6d5c 0 3px, transparent 3.6px),
    radial-gradient(circle at 27px 50%, #d5b783 0 3px, transparent 3.6px),
    radial-gradient(circle at 39px 50%, #67cfc8 0 3px, transparent 3.6px),
    #101319;
  content: "";
}

.stack-card img { width: 100%; height: auto; }

.stack-card--one {
  z-index: 3;
  top: 15%;
  left: 1%;
  transform: rotate(-3deg) translateZ(50px);
}

.stack-card--two {
  z-index: 2;
  top: 2%;
  right: -8%;
  transform: rotate(4deg) scale(.83);
  opacity: .88;
}

.stack-card--three {
  z-index: 1;
  right: -1%;
  bottom: -1%;
  transform: rotate(1deg) scale(.76);
  opacity: .7;
}

.demo-stamp {
  position: absolute;
  z-index: 2;
  top: 38px;
  right: 12px;
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 4px;
  padding: 4px 7px;
  background: rgba(7, 9, 13, .9);
  color: #fff;
  font-family: var(--mono);
  font-size: .55rem;
  font-weight: 800;
  letter-spacing: .13em;
}

.examples-disclosure {
  border-bottom: 1px solid var(--line);
  padding: clamp(40px, 5vw, 64px) 0;
  background: #0b0e12;
}

.disclosure-grid {
  display: grid;
  grid-template-columns: minmax(180px, .35fr) minmax(0, 1.25fr);
  gap: clamp(38px, 6vw, 90px);
}

.disclosure-label {
  margin: 5px 0 0;
  color: var(--data);
  font-family: var(--mono);
  font-size: .67rem;
  font-weight: 720;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.disclosure-label span { margin-right: 7px; }

.disclosure-grid h2 { margin-bottom: 12px; font-size: clamp(1.8rem, 3vw, 2.65rem); }

.disclosure-grid div p {
  max-width: 900px;
  margin: 0;
  color: var(--regolith);
  font-size: .95rem;
  line-height: 1.72;
}

.examples-index { padding: clamp(86px, 10vw, 145px) 0 clamp(72px, 8vw, 112px); }

.examples-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, .55fr);
  gap: 48px;
  align-items: end;
  margin-bottom: clamp(45px, 6vw, 74px);
}

.examples-section-head h2 { margin: 0; }

.examples-section-head > p {
  margin: 0 0 7px;
  border-left: 1px solid var(--line-strong);
  padding-left: 18px;
  color: var(--regolith);
  font-size: .92rem;
}

.journey-jump {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-block: 1px solid var(--line);
}

.journey-jump a {
  display: grid;
  min-height: 152px;
  padding: 25px 28px;
  align-content: end;
  border-left: 1px solid var(--line);
  color: var(--moon);
  text-decoration: none;
  transition: background .2s ease, color .2s ease;
}

.journey-jump a:last-child { border-right: 1px solid var(--line); }

.journey-jump a:hover { background: rgba(255, 255, 255, .035); }

.journey-jump span {
  margin-bottom: auto;
  color: var(--signal-bright);
  font-family: var(--mono);
  font-size: .61rem;
  letter-spacing: .1em;
}

.journey-jump strong { font-size: 1rem; }

.journey-jump small { margin-top: 3px; color: var(--dim); font-size: .7rem; }

.journey {
  position: relative;
  border-top: 1px solid var(--line);
  padding: clamp(88px, 10vw, 150px) 0;
  background: var(--void);
}

.journey::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
}

.journey--signal::before {
  background: radial-gradient(780px 480px at 84% 16%, rgba(103, 207, 200, .07), transparent 72%);
}

.journey--ember { background: #0b0d10; }

.journey--ember::before {
  background: radial-gradient(820px 500px at 10% 18%, rgba(217, 75, 61, .07), transparent 72%);
}

.journey--groove::before {
  background: radial-gradient(800px 540px at 88% 17%, rgba(213, 183, 131, .065), transparent 73%);
}

.journey-header {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr) minmax(300px, .62fr);
  gap: clamp(25px, 4vw, 55px);
  align-items: start;
  margin-bottom: clamp(54px, 7vw, 90px);
}

.journey-number {
  border-top: 1px solid var(--line-strong);
  padding-top: 12px;
  color: var(--dim);
  font-family: var(--mono);
  font-size: .72rem;
  letter-spacing: .12em;
}

.journey-kicker {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
  color: var(--dim);
  font-family: var(--mono);
  font-size: .6rem;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.demo-pill {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  border: 1px solid rgba(239, 109, 92, .65);
  border-radius: 4px;
  padding: 3px 7px;
  color: var(--signal-bright);
  font-weight: 800;
  letter-spacing: .12em;
}

.journey-title-block h2 {
  max-width: 760px;
  margin-bottom: 17px;
  font-size: clamp(2.6rem, 5vw, 5rem);
  line-height: .98;
}

.journey-title-block > p {
  max-width: 760px;
  margin: 0;
  color: var(--regolith);
  font-size: 1rem;
  line-height: 1.68;
}

.starting-fragment {
  margin: 44px 0 0;
  border-left: 1px solid var(--line-strong);
  padding: 3px 0 3px 20px;
}

.starting-fragment span {
  display: block;
  margin-bottom: 10px;
  color: var(--dim);
  font-family: var(--mono);
  font-size: .58rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.starting-fragment p {
  margin: 0;
  color: var(--moon-soft);
  font-size: clamp(1rem, 1.45vw, 1.18rem);
  font-style: normal;
  line-height: 1.55;
}

.app-proof-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(350px, .66fr);
  gap: clamp(42px, 7vw, 100px);
  align-items: start;
}

.proof-tabs {
  border-block: 1px solid var(--line);
}

.proof-tabs button {
  display: grid;
  width: 100%;
  min-height: 132px;
  grid-template-columns: 45px minmax(0, 1fr);
  gap: 17px;
  align-items: start;
  border: 0;
  border-bottom: 1px solid var(--line);
  padding: 25px 22px;
  background: transparent;
  color: var(--moon);
  text-align: left;
  cursor: pointer;
  transition: background .18s ease, color .18s ease, padding .18s ease;
}

.proof-tabs button:last-child { border-bottom: 0; }

.proof-tabs button:hover { background: rgba(255, 255, 255, .025); }

.proof-tabs button[aria-selected="true"] {
  padding-left: 30px;
  background: linear-gradient(90deg, rgba(103, 207, 200, .09), rgba(103, 207, 200, .015));
  box-shadow: inset 2px 0 0 var(--data);
}

.proof-step {
  color: var(--dim);
  font-family: var(--mono);
  font-size: .64rem;
  letter-spacing: .08em;
}

.proof-tabs button[aria-selected="true"] .proof-step { color: var(--data); }

.proof-tabs strong {
  display: block;
  margin: -3px 0 6px;
  font-size: 1.12rem;
  letter-spacing: -.02em;
}

.proof-tabs small {
  display: block;
  max-width: 550px;
  color: var(--dim);
  font-size: .72rem;
  line-height: 1.55;
}

.app-device {
  position: sticky;
  top: 96px;
  width: min(100%, 430px);
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(242, 239, 231, .28);
  border-radius: 33px;
  padding: 7px;
  background: #020305;
  box-shadow: 0 38px 100px rgba(0, 0, 0, .56);
}

.device-top {
  position: relative;
  display: flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  background: #080a0e;
}

.device-top span,
.device-top i {
  position: absolute;
  top: 14px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--signal-bright);
}

.device-top span { left: 14px; }
.device-top i { right: 14px; background: var(--data); }

.device-top small {
  color: #8e9299;
  font-family: var(--mono);
  font-size: .48rem;
  letter-spacing: .08em;
}

.device-screen {
  overflow: hidden;
  border-radius: 0 0 25px 25px;
  background: #090a0d;
}

.device-figure { margin: 0; }

.device-screen img {
  width: 100%;
  height: auto;
  opacity: 1;
  transition: opacity .16s ease;
}

.device-screen img.is-changing { opacity: .2; }

.app-device figcaption {
  border-top: 1px solid rgba(255, 255, 255, .1);
  padding: 16px 15px 17px;
  color: var(--regolith);
  font-size: .68rem;
  line-height: 1.6;
}

.assembled-proof {
  display: grid;
  grid-template-columns: minmax(330px, .62fr) minmax(0, 1.38fr);
  gap: clamp(42px, 7vw, 96px);
  align-items: center;
}

.assembled-proof--reverse { grid-template-columns: minmax(0, 1.38fr) minmax(330px, .62fr); }

.assembled-proof--reverse .decision-chain { order: 2; }

.decision-chain {
  margin: 0;
  border-block: 1px solid var(--line);
  padding: 0;
  list-style: none;
  counter-reset: proof-decision;
}

.decision-chain li {
  position: relative;
  border-bottom: 1px solid var(--line);
  padding: 24px 8px 24px 0;
}

.decision-chain li:last-child { border-bottom: 0; }

.decision-chain span {
  display: block;
  margin-bottom: 7px;
  color: var(--signal-bright);
  font-family: var(--mono);
  font-size: .58rem;
  font-weight: 760;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.journey--groove .decision-chain span { color: var(--amber); }

.decision-chain strong {
  display: block;
  margin-bottom: 6px;
  color: var(--moon);
  font-size: 1.05rem;
  letter-spacing: -.015em;
}

.decision-chain p {
  max-width: 480px;
  margin: 0;
  color: var(--dim);
  font-size: .75rem;
  line-height: 1.6;
}

.browser-proof {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(242, 239, 231, .25);
  border-radius: 16px;
  background: #080a0d;
  box-shadow: 0 40px 100px rgba(0, 0, 0, .5);
}

.browser-proof::after {
  position: absolute;
  inset: 31px 0 auto;
  height: 58%;
  pointer-events: none;
  background: linear-gradient(110deg, rgba(255, 255, 255, .13), transparent 22%);
  content: "";
  opacity: .17;
}

.browser-bar {
  display: flex;
  min-height: 34px;
  align-items: center;
  gap: 7px;
  border-bottom: 1px solid var(--line);
  padding: 0 12px;
  background: #11141a;
}

.browser-bar span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #4b4e55;
}

.browser-bar span:first-child { background: var(--signal-bright); }
.browser-bar span:nth-child(2) { background: var(--amber); }
.browser-bar span:nth-child(3) { background: var(--data); }

.browser-bar small {
  margin-left: 6px;
  color: var(--dim);
  font-family: var(--mono);
  font-size: .5rem;
  letter-spacing: .06em;
}

.browser-bar b {
  margin-left: auto;
  border: 1px solid rgba(239, 109, 92, .6);
  border-radius: 3px;
  padding: 2px 5px;
  color: var(--signal-bright);
  font-family: var(--mono);
  font-size: .48rem;
  letter-spacing: .1em;
}

.browser-proof img { width: 100%; height: auto; }

.browser-proof figcaption {
  border-top: 1px solid var(--line);
  padding: 15px 18px 17px;
  color: var(--dim);
  font-family: var(--mono);
  font-size: .57rem;
  line-height: 1.55;
}

.journey-handoff {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 35px;
  align-items: center;
  margin-top: clamp(55px, 7vw, 88px);
  border-block: 1px solid var(--line);
  padding: 25px 0;
}

.journey-handoff p {
  max-width: 680px;
  margin: 0;
  color: var(--regolith);
  font-size: .84rem;
}

.journey-handoff p strong { color: var(--moon); }

.journey-handoff > div {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px 20px;
}

.journey-handoff a {
  color: var(--data);
  font-size: .76rem;
  font-weight: 760;
  text-underline-offset: 5px;
}

.journey--ember .journey-handoff a { color: var(--signal-bright); }
.journey--groove .journey-handoff a { color: var(--amber); }

.truth-section {
  border-block: 1px solid var(--line);
  padding: clamp(88px, 11vw, 156px) 0;
  background:
    radial-gradient(800px 520px at 10% 16%, rgba(103, 207, 200, .06), transparent 74%),
    #0a0d11;
}

.truth-grid {
  display: grid;
  grid-template-columns: minmax(300px, .7fr) minmax(0, 1.3fr);
  gap: clamp(48px, 8vw, 110px);
  align-items: start;
}

.truth-grid header { position: sticky; top: 110px; }

.truth-grid header h2 { font-size: clamp(2.5rem, 4.8vw, 4.8rem); }

.truth-grid header > p:last-child {
  max-width: 560px;
  color: var(--regolith);
  font-size: 1rem;
}

.truth-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  background: rgba(7, 9, 13, .72);
}

.truth-columns section { min-height: 430px; padding: clamp(28px, 4vw, 44px); }

.truth-columns section + section { border-left: 1px solid var(--line); }

.truth-icon {
  display: inline-grid;
  width: 32px;
  height: 32px;
  margin-bottom: 54px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-family: var(--mono);
  font-size: .85rem;
}

.truth-icon--yes { color: var(--data); }
.truth-icon--no { color: var(--signal-bright); }

.truth-columns h3 { margin-bottom: 22px; font-size: 1.35rem; }

.truth-columns ul { margin: 0; padding: 0; list-style: none; }

.truth-columns li {
  position: relative;
  border-top: 1px solid var(--line);
  padding: 12px 0 12px 18px;
  color: var(--regolith);
  font-size: .75rem;
  line-height: 1.5;
}

.truth-columns li::before {
  position: absolute;
  top: 17px;
  left: 1px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--data);
  content: "";
}

.truth-columns section + section li::before { background: var(--signal-bright); }

.examples-final {
  position: relative;
  isolation: isolate;
  min-height: 690px;
  overflow: hidden;
  padding: clamp(110px, 13vw, 185px) 0 235px;
  text-align: center;
}

.examples-final::before {
  position: absolute;
  z-index: -2;
  inset: 0;
  background: linear-gradient(180deg, var(--void), rgba(7, 9, 13, .58) 65%, rgba(7, 9, 13, .06));
  content: "";
}

.examples-final-horizon {
  position: absolute;
  z-index: -3;
  inset: 0;
  background: url("/assets/brand/lunar-horizon.webp") center bottom / min(1500px, 130vw) auto no-repeat;
  opacity: .54;
}

.examples-final-inner h2 {
  margin-bottom: 25px;
  font-size: clamp(3.1rem, 7vw, 6.4rem);
  line-height: .96;
}

.examples-final-inner > p:not(.eyebrow):not(.examples-final-note) {
  max-width: 660px;
  margin: 0 auto 34px;
  color: var(--moon-soft);
  font-size: 1.05rem;
}

.examples-final-actions { justify-content: center; }

.examples-final-note {
  margin: 19px 0 0;
  color: var(--dim);
  font-family: var(--mono);
  font-size: .59rem;
}

.examples-footer { border-top-color: rgba(255, 255, 255, .12); }

.reveal { opacity: 1; transform: none; }

.examples-page.is-enhanced .reveal:not(.is-visible) {
  opacity: 0;
  transform: translateY(18px);
}

.examples-page.is-enhanced .reveal {
  transition: opacity .55s ease, transform .55s ease;
}

@media (max-width: 1080px) {
  .examples-hero-grid { grid-template-columns: minmax(0, .95fr) minmax(420px, 1.05fr); gap: 42px; }
  .examples-stack { min-height: 475px; }
  .journey-header { grid-template-columns: 60px minmax(0, 1fr); }
  .starting-fragment { grid-column: 2; margin-top: 0; }
  .app-proof-grid { grid-template-columns: minmax(0, 1fr) minmax(330px, .74fr); gap: 45px; }
  .assembled-proof,
  .assembled-proof--reverse { grid-template-columns: minmax(290px, .63fr) minmax(0, 1.37fr); gap: 48px; }
  .assembled-proof--reverse .decision-chain { order: initial; }
  .truth-grid { grid-template-columns: 1fr; }
  .truth-grid header { position: static; }
  .truth-grid header h2 { max-width: 790px; }
}

@media (max-width: 820px) {
  .examples-status span:last-child { display: none; }
  .examples-hero { min-height: 0; padding-top: 70px; }
  .examples-hero-grid { grid-template-columns: 1fr; }
  .examples-hero-copy { max-width: 680px; }
  .examples-stack { width: min(100%, 650px); min-height: 510px; margin-inline: auto; }
  .disclosure-grid,
  .examples-section-head { grid-template-columns: 1fr; gap: 20px; }
  .examples-section-head > p { max-width: 660px; }
  .journey-jump { grid-template-columns: 1fr; border-bottom: 0; }
  .journey-jump a { min-height: 112px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .journey-header { grid-template-columns: 45px minmax(0, 1fr); }
  .app-proof-grid { grid-template-columns: 1fr; }
  .proof-tabs { display: grid; grid-template-columns: 1fr 1fr; }
  .proof-tabs button { min-height: 138px; border-right: 1px solid var(--line); }
  .proof-tabs button:nth-child(2n) { border-right: 0; }
  .proof-tabs button:nth-last-child(-n+2) { border-bottom: 0; }
  .proof-tabs button[aria-selected="true"] { padding-left: 22px; box-shadow: inset 0 2px 0 var(--data); }
  .app-device { position: static; }
  .assembled-proof,
  .assembled-proof--reverse { grid-template-columns: 1fr; }
  .assembled-proof .browser-proof { grid-row: 1; }
  .decision-chain { display: grid; grid-template-columns: 1fr 1fr; }
  .decision-chain li { padding-right: 24px; }
  .decision-chain li:nth-child(odd) { border-right: 1px solid var(--line); }
  .decision-chain li:nth-child(even) { padding-left: 24px; }
  .decision-chain li:nth-last-child(-n+2) { border-bottom: 0; }
  .journey-handoff { grid-template-columns: 1fr; }
  .journey-handoff > div { justify-content: flex-start; }
}

@media (max-width: 580px) {
  .examples-hero { padding-top: 54px; padding-bottom: 72px; }
  .examples-hero-copy h1 { font-size: clamp(3rem, 15vw, 4.5rem); }
  .examples-lede { font-size: 1rem; }
  .examples-hero-actions { display: grid; }
  .examples-button { width: 100%; }
  .examples-stack { min-height: 350px; margin-top: 10px; }
  .stack-card { width: 90%; border-radius: 9px; }
  .stack-card::before { height: 20px; }
  .stack-card--one { top: 16%; left: -3%; }
  .stack-card--two { top: 0; right: -13%; }
  .stack-card--three { right: -3%; bottom: -2%; }
  .demo-stamp { top: 27px; right: 7px; font-size: .46rem; }
  .examples-index { padding-top: 75px; }
  .journey-jump a { padding: 21px 20px; }
  .journey { padding: 78px 0; }
  .journey-header { grid-template-columns: 1fr; gap: 15px; }
  .journey-number { width: 45px; }
  .starting-fragment { grid-column: auto; margin-top: 10px; }
  .journey-title-block h2 { font-size: clamp(2.55rem, 13vw, 3.8rem); }
  .proof-tabs { grid-template-columns: 1fr; }
  .proof-tabs button,
  .proof-tabs button:nth-child(2n),
  .proof-tabs button:nth-last-child(-n+2) { min-height: 116px; border-right: 0; border-bottom: 1px solid var(--line); }
  .proof-tabs button:last-child { border-bottom: 0; }
  .proof-tabs button[aria-selected="true"] { padding-left: 25px; box-shadow: inset 2px 0 0 var(--data); }
  .app-device { border-radius: 25px; padding: 5px; }
  .device-screen { border-radius: 0 0 19px 19px; }
  .decision-chain { display: block; }
  .decision-chain li,
  .decision-chain li:nth-child(odd),
  .decision-chain li:nth-child(even),
  .decision-chain li:nth-last-child(-n+2) { border-right: 0; border-bottom: 1px solid var(--line); padding: 22px 0; }
  .decision-chain li:last-child { border-bottom: 0; }
  .browser-proof { border-radius: 10px; }
  .browser-proof figcaption { font-size: .54rem; }
  .truth-columns { grid-template-columns: 1fr; }
  .truth-columns section { min-height: 0; }
  .truth-columns section + section { border-top: 1px solid var(--line); border-left: 0; }
  .truth-icon { margin-bottom: 38px; }
  .examples-final { min-height: 620px; padding: 92px 0 185px; }
  .examples-final-actions { display: grid; }
}

@media (prefers-reduced-motion: reduce) {
  .examples-page.is-enhanced .reveal,
  .examples-page.is-enhanced .reveal:not(.is-visible) { opacity: 1; transform: none; transition: none; }
  .device-screen img { transition: none; }
}

@media (forced-colors: active) {
  .stack-card,
  .app-device,
  .browser-proof,
  .truth-columns { box-shadow: none; }
  .demo-stamp,
  .demo-pill,
  .browser-bar b { border: 1px solid CanvasText; }
}
