.story-band {
  position: relative;
  padding: 8rem 0;
  overflow: hidden;
  isolation: isolate;
  scroll-margin-top: 74px;
}

.story-inner {
  width: min(var(--max), calc(100% - 36px));
  margin: 0 auto;
}

.story-band h2,
.story-close h2 {
  max-width: 12ch;
  margin: 1rem 0 0;
  font-size: clamp(2.75rem, 4.6vw, 4.35rem);
  line-height: .98;
}

.story-lead {
  max-width: 39rem;
  margin: 1.6rem 0 0;
  color: #aaa095;
  font-size: clamp(1.05rem, 1.5vw, 1.22rem);
  line-height: 1.58;
}

.story-head {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  align-items: end;
  gap: clamp(2.5rem, 7vw, 6rem);
  margin-bottom: 4.8rem;
}

.story-head .story-lead {
  justify-self: end;
}

.story-light {
  color: #26221e;
  background: #f3f0ea;
}

.story-light .eyebrow {
  color: #b4532f;
}

.story-light .story-lead {
  color: #676057;
}

.story-dark {
  color: #f1ebe2;
  background: #171310;
}

.story-documents {
  color: #f2eee7;
  background: #191512;
}

.story-documents .eyebrow {
  color: #ffc53d;
}

.story-documents::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 138, 61, .08), transparent 28%),
    linear-gradient(rgba(255, 197, 61, .035) 1px, transparent 1px);
  background-size: auto, 100% 88px;
  content: "";
}

.story-documents .story-lead {
  color: #bdb4a7;
}

.story-bridge-grid {
  display: grid;
  grid-template-columns: minmax(260px, 340px) 1fr;
  align-items: center;
  gap: clamp(2.5rem, 7vw, 6rem);
}

.story-phone {
  position: relative;
  overflow: hidden;
  border: 1px solid #433a32;
  border-radius: 30px;
  background: #151210;
  box-shadow: 0 34px 80px rgba(28, 23, 19, .2);
}

.story-phone::before {
  position: absolute;
  top: 8px;
  left: 50%;
  z-index: 2;
  width: 66px;
  height: 16px;
  border-radius: 20px;
  background: #080706;
  content: "";
  transform: translateX(-50%);
}

.story-phone img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.story-capture {
  width: min(310px, 100%);
  height: 600px;
  margin: 0 auto;
}

.story-entry-list {
  border-top: 1px solid #cec7bd;
}

.story-entry {
  display: grid;
  grid-template-columns: 46px 1fr auto;
  align-items: center;
  gap: 1.2rem;
  min-height: 112px;
  border-bottom: 1px solid #cec7bd;
}

.story-entry-index {
  color: #968d82;
  font-family: "Bricolage", sans-serif;
  font-size: .82rem;
}

.story-entry h3 {
  margin: 0;
  color: #26221e;
  font-size: 1.55rem;
}

.story-entry p {
  margin: .35rem 0 0;
  color: #676057;
  line-height: 1.45;
}

.story-entry-arrow {
  color: #b4532f;
  font-size: 1.5rem;
}

.story-record-grid {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(500px, 1.08fr);
  align-items: center;
  gap: clamp(3rem, 7vw, 6.5rem);
}

.story-record-copy h2 {
  max-width: 10ch;
}

.story-facts {
  margin-top: 2.8rem;
  border-top: 1px solid #39312b;
}

.story-fact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.12rem 0;
  border-bottom: 1px solid #39312b;
}

.story-fact span {
  color: #a79e92;
}

.story-fact strong {
  color: #eee6dc;
  font-size: .82rem;
}

.story-record-stage {
  position: relative;
  height: 720px;
}

.story-record-stage .story-phone:first-child {
  position: absolute;
  top: 70px;
  left: 0;
  width: 292px;
  height: 630px;
  transform: rotate(-4deg);
}

.story-record-stage .story-phone:last-child {
  position: absolute;
  top: 0;
  right: 0;
  width: 320px;
  height: 690px;
  transform: rotate(3deg);
}

.story-agenda-grid {
  display: grid;
  grid-template-columns: minmax(490px, 1.08fr) minmax(0, .92fr);
  align-items: center;
  gap: clamp(3.5rem, 8vw, 7rem);
}

.story-agenda-stage {
  position: relative;
  min-height: 710px;
}

.story-agenda-stage::before {
  position: absolute;
  top: 12%;
  left: 0;
  width: 88%;
  height: 76%;
  border: 1px solid #d1cbc2;
  background: #e8e4dd;
  content: "";
}

.story-agenda-phone {
  position: absolute;
  top: 0;
  left: 14%;
  width: 320px;
  height: 690px;
  transform: rotate(-2deg);
}

.story-calendar-note {
  position: absolute;
  top: 164px;
  right: 0;
  width: 188px;
  padding: 1.25rem;
  border: 1px solid #c9c2b8;
  background: #fff;
  box-shadow: 0 18px 44px rgba(48, 40, 34, .12);
}

.story-google-mark {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #4285f4;
  font-weight: 650;
}

.story-calendar-note strong {
  display: block;
  margin-top: 1rem;
  color: #26221e;
  font-family: "Bricolage", sans-serif;
}

.story-calendar-note span:last-child {
  display: block;
  margin-top: .4rem;
  color: #676057;
  font-size: .8rem;
  line-height: 1.4;
}

.story-agenda-copy h2 {
  max-width: 10ch;
}

.story-agenda-facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 2.8rem;
  border-top: 1px solid #d1cbc2;
}

.story-agenda-fact {
  padding: 1.4rem 1.3rem 0 0;
}

.story-agenda-fact + .story-agenda-fact {
  padding-left: 1.3rem;
  border-left: 1px solid #d1cbc2;
}

.story-agenda-fact strong {
  display: block;
  color: #26221e;
  font-family: "Bricolage", sans-serif;
  font-size: 1.25rem;
}

.story-agenda-fact span {
  display: block;
  margin-top: .55rem;
  color: #676057;
  font-size: .88rem;
  line-height: 1.45;
}

.story-doc-stage {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.1rem;
  height: 650px;
}

.story-doc-window {
  display: grid;
  grid-template-rows: minmax(0, 1fr) 72px;
  min-width: 0;
  overflow: hidden;
  border: 1px solid #3c3029;
  background: #141210;
  box-shadow: 0 30px 70px rgba(0, 0, 0, .28);
}

.story-doc-window:first-child {
  margin-top: 64px;
}

.story-doc-window:last-child {
  margin-bottom: 64px;
}

.story-doc-window img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: top;
}

.story-doc-window figcaption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0 1.4rem;
  border-top: 1px solid #3c3029;
  background: #1f1915;
}

.story-doc-window strong {
  font-family: "Bricolage", sans-serif;
  font-size: 1.25rem;
}

.story-doc-window span {
  color: #c0b5aa;
  font-size: .76rem;
}

  .motion-ready [data-reveal] {
    opacity: 0;
    translate: 0 26px;
    scale: .992;
    transition:
      opacity .72s ease,
      translate .86s cubic-bezier(.22, .61, .36, 1),
      scale .86s cubic-bezier(.22, .61, .36, 1);
  }

  .motion-ready [data-reveal="copy"] {
    translate: 0 20px;
    scale: 1;
  }

  .motion-ready [data-reveal].is-visible {
    opacity: 1;
    translate: 0;
    scale: 1;
  }

  .motion-ready .story-bridge-grid[data-reveal] .story-capture,
  .motion-ready .story-bridge-grid[data-reveal] .story-entry,
  .motion-ready .story-record-stage[data-reveal] .story-phone,
  .motion-ready .story-agenda-stage[data-reveal] .story-agenda-phone,
  .motion-ready .story-agenda-stage[data-reveal] .story-calendar-note,
  .motion-ready .story-doc-stage[data-reveal] .story-doc-window,
  .motion-ready .story-integration-map[data-reveal] .story-hub,
  .motion-ready .story-flow[data-reveal] .story-flow-step,
  .motion-ready .story-platform-stage[data-reveal] .story-browser,
  .motion-ready .story-platform-stage[data-reveal] .story-platform-phone,
  .motion-ready .story-platform-stage[data-reveal] .story-watch {
    opacity: 0;
    transition:
      opacity .62s ease,
      transform .82s cubic-bezier(.22, .61, .36, 1);
  }

  .motion-ready .story-bridge-grid[data-reveal] .story-capture {
    transform: translateX(-22px);
  }

  .motion-ready .story-bridge-grid[data-reveal] .story-entry {
    transform: translateX(18px);
  }

  .motion-ready .story-bridge-grid[data-reveal] .story-entry:nth-child(2),
  .motion-ready .story-doc-stage[data-reveal] .story-doc-window:last-child,
  .motion-ready .story-flow[data-reveal] .story-flow-step:nth-child(2) {
    transition-delay: .1s;
  }

  .motion-ready .story-bridge-grid[data-reveal] .story-entry:nth-child(3),
  .motion-ready .story-flow[data-reveal] .story-flow-step:nth-child(3) {
    transition-delay: .2s;
  }

  .motion-ready .story-record-stage[data-reveal] .story-phone:first-child {
    transform: translate(-28px, 18px) rotate(-4deg);
  }

  .motion-ready .story-record-stage[data-reveal] .story-phone:last-child {
    transform: translate(28px, -12px) rotate(3deg);
    transition-delay: .12s;
  }

  .motion-ready .story-agenda-stage[data-reveal] .story-agenda-phone {
    transform: translate(-18px, 22px) rotate(-2deg);
  }

  .motion-ready .story-agenda-stage[data-reveal] .story-calendar-note {
    transform: translate(22px, -8px);
    transition-delay: .16s;
  }

  .motion-ready .story-doc-stage[data-reveal] .story-doc-window:first-child {
    transform: translateY(28px);
  }

  .motion-ready .story-doc-stage[data-reveal] .story-doc-window:last-child {
    transform: translateY(-28px);
  }

  .motion-ready .story-integration-map[data-reveal]::before {
    transform: scaleY(0);
    transform-origin: top;
    transition: transform .8s .12s cubic-bezier(.22, .61, .36, 1);
  }

  .motion-ready .story-integration-map[data-reveal]::after {
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .8s .12s cubic-bezier(.22, .61, .36, 1);
  }

  .motion-ready .story-integration-map[data-reveal] .story-hub {
    transform: translateY(14px);
  }

  .motion-ready .story-integration-map[data-reveal] .story-hub-center {
    transform: translate(-50%, calc(-50% + 14px));
  }

  .motion-ready .story-integration-map[data-reveal] .story-hub-node:nth-of-type(2),
  .motion-ready .story-flow[data-reveal] .story-flow-step:nth-child(4) {
    transition-delay: .3s;
  }

  .motion-ready .story-integration-map[data-reveal] .story-hub-node:nth-of-type(3),
  .motion-ready .story-flow[data-reveal] .story-flow-step:nth-child(5) {
    transition-delay: .4s;
  }

  .motion-ready .story-integration-map[data-reveal] .story-hub-node:nth-of-type(4),
  .motion-ready .story-integration-map[data-reveal] .story-hub-node:nth-of-type(5) {
    transition-delay: .5s;
  }

  .motion-ready .story-flow[data-reveal] .story-flow-step {
    transform: translateY(18px);
  }

  .motion-ready .story-platform-stage[data-reveal] .story-browser {
    transform: translateX(24px);
  }

  .motion-ready .story-platform-stage[data-reveal] .story-platform-phone {
    transform: translate(-22px, 18px) rotate(-3deg);
    transition-delay: .14s;
  }

  .motion-ready .story-platform-stage[data-reveal] .story-watch {
    transform: translate(14px, 12px);
    transition-delay: .26s;
  }

  .motion-ready .story-bridge-grid[data-reveal].is-visible .story-capture,
  .motion-ready .story-bridge-grid[data-reveal].is-visible .story-entry,
  .motion-ready .story-record-stage[data-reveal].is-visible .story-phone,
  .motion-ready .story-agenda-stage[data-reveal].is-visible .story-agenda-phone,
  .motion-ready .story-agenda-stage[data-reveal].is-visible .story-calendar-note,
  .motion-ready .story-doc-stage[data-reveal].is-visible .story-doc-window,
  .motion-ready .story-integration-map[data-reveal].is-visible .story-hub,
  .motion-ready .story-flow[data-reveal].is-visible .story-flow-step,
  .motion-ready .story-platform-stage[data-reveal].is-visible .story-browser,
  .motion-ready .story-platform-stage[data-reveal].is-visible .story-watch {
    opacity: 1;
    transform: translate(0);
  }

  .motion-ready .story-record-stage[data-reveal].is-visible .story-phone:first-child {
    transform: rotate(-4deg);
  }

  .motion-ready .story-record-stage[data-reveal].is-visible .story-phone:last-child {
    transform: rotate(3deg);
  }

  .motion-ready .story-agenda-stage[data-reveal].is-visible .story-agenda-phone {
    transform: rotate(-2deg);
  }

  .motion-ready .story-integration-map[data-reveal].is-visible::before,
  .motion-ready .story-integration-map[data-reveal].is-visible::after {
    transform: scale(1);
  }

  .motion-ready .story-integration-map[data-reveal].is-visible .story-hub-center {
    transform: translate(-50%, -50%);
  }

  .motion-ready .story-integration-map[data-reveal].is-visible .story-hub-codex {
    opacity: .58;
  }

  .motion-ready .story-platform-stage[data-reveal].is-visible .story-platform-phone {
    opacity: 1;
    transform: rotate(-3deg);
  }

  .story-soul-orb {
    animation: orb-breathe 6.4s ease-in-out infinite;
  }

  .story-soul-paper .story-soul-orb {
    animation-delay: -2.2s;
  }

.story-integration-grid {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  align-items: center;
  gap: clamp(3rem, 7vw, 6rem);
}

.story-integration-map {
  position: relative;
  min-height: 590px;
  border-top: 1px solid #ccc5bb;
  border-bottom: 1px solid #ccc5bb;
}

.story-integration-map::before,
.story-integration-map::after {
  position: absolute;
  background: #bdb5ab;
  content: "";
}

.story-integration-map::before {
  top: 11%;
  left: 50%;
  width: 1px;
  height: 78%;
}

.story-integration-map::after {
  top: 50%;
  left: 10%;
  width: 80%;
  height: 1px;
}

.story-hub {
  position: absolute;
  z-index: 2;
  display: grid;
  place-items: center;
  border: 1px solid #c7c0b6;
  background: #f8f6f1;
  box-shadow: 0 18px 48px rgba(52, 44, 38, .1);
}

.story-hub-center {
  top: 50%;
  left: 50%;
  width: 144px;
  height: 144px;
  transform: translate(-50%, -50%);
}

.story-hub-center img {
  width: 88px;
  border-radius: 8px;
}

.story-hub-node {
  width: 162px;
  min-height: 100px;
  padding: 1rem;
  align-content: center;
  color: #26221e;
}

.story-hub-node strong,
.story-hub-node span {
  display: block;
}

.story-hub-node strong {
  margin-top: .45rem;
  font-family: "Bricolage", sans-serif;
}

.story-hub-node span {
  margin-top: .2rem;
  color: #676057;
  font-size: .72rem;
}

.story-hub-google { top: 12%; left: 4%; }
.story-hub-github { top: 12%; right: 4%; }
.story-hub-next { bottom: 12%; left: 4%; border-style: dashed; }
.story-hub-codex { right: 4%; bottom: 12%; opacity: .58; }

.story-flow {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 4.5rem;
  border-top: 1px solid #443a32;
  border-bottom: 1px solid #443a32;
}

.story-flow-step {
  position: relative;
  min-height: 250px;
  padding: 2rem 1.4rem;
  border-right: 1px solid #443a32;
}

.story-flow-step:last-child {
  border-right: 0;
}

.story-flow-step::after {
  position: absolute;
  top: 50%;
  right: -8px;
  z-index: 2;
  width: 15px;
  height: 15px;
  border-top: 1px solid #705d50;
  border-right: 1px solid #705d50;
  background: #171310;
  content: "";
  transform: translateY(-50%) rotate(45deg);
}

.story-flow-step:last-child::after {
  display: none;
}

.story-flow-index {
  color: #ff8767;
  font-family: "Bricolage", sans-serif;
  font-size: .78rem;
}

.story-flow-step strong {
  display: block;
  margin-top: 2rem;
  font-family: "Bricolage", sans-serif;
  font-size: 1.28rem;
  line-height: 1.12;
}

.story-flow-step p {
  margin: .8rem 0 0;
  color: #a79e92;
  font-size: .86rem;
  line-height: 1.5;
}

.story-platform {
  color: #fff6f0;
  background: #ad3f2d;
}

.story-platform .eyebrow {
  color: #ffe0d4;
}

.story-platform .story-lead {
  color: #ffe0d4;
}

.story-platform-grid {
  display: grid;
  grid-template-columns: minmax(310px, .72fr) minmax(560px, 1.28fr);
  align-items: center;
  gap: clamp(3rem, 7vw, 6.5rem);
}

.story-platform-copy h2 {
  max-width: 9ch;
}

.story-platform-status {
  margin-top: 2.5rem;
  border-top: 1px solid rgba(255, 240, 231, .36);
}

.story-platform-status div {
  display: grid;
  grid-template-columns: 10px 1fr auto;
  align-items: center;
  gap: .75rem;
  min-height: 54px;
  border-bottom: 1px solid rgba(255, 240, 231, .36);
}

.story-platform-status div > span {
  width: 7px;
  height: 7px;
  border: 1px solid rgba(255, 246, 240, .7);
  border-radius: 50%;
}

.story-platform-status div > span.is-live {
  border-color: #9bdb9f;
  background: #9bdb9f;
  box-shadow: 0 0 0 4px rgba(155, 219, 159, .15);
}

.story-platform-status strong {
  font-family: "Bricolage", sans-serif;
}

.story-platform-status small {
  color: #ffe0d4;
  font-size: .76rem;
}

.story-web-link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.4rem;
  min-width: 235px;
  margin-top: 1.8rem;
  padding: .9rem 1rem;
  border: 1px solid rgba(255, 246, 240, .65);
  color: #fff;
  font-family: "Bricolage", sans-serif;
  text-decoration: none;
  transition: color .2s ease, background .2s ease;
}

.story-web-link:hover {
  color: #8e3523;
  background: #fff6f0;
}

.story-platform-stage {
  position: relative;
  min-height: 610px;
}

.story-browser {
  position: absolute;
  top: 24px;
  right: 0;
  width: 92%;
  height: 472px;
  overflow: hidden;
  border: 1px solid rgba(64, 28, 20, .3);
  border-radius: 7px;
  background: #f4f1eb;
  box-shadow: 0 38px 80px rgba(71, 28, 19, .25);
}

.story-browser-bar {
  display: flex;
  align-items: center;
  gap: 7px;
  height: 43px;
  padding: 0 14px;
  border-bottom: 1px solid #d8d1c8;
  background: #ebe7e0;
}

.story-browser-bar > span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #c0b8ae;
}

.story-browser-bar div {
  flex: 1;
  max-width: 270px;
  margin-left: 8px;
  padding: 6px 12px;
  border: 1px solid #d5cec5;
  border-radius: 4px;
  color: #766d64;
  background: #f8f6f2;
  font-size: .68rem;
}

.story-browser-body {
  height: calc(100% - 43px);
  overflow: hidden;
  background: #171310;
}

.story-browser-screen {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.story-platform-phone {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 205px;
  height: 445px;
  transform: rotate(-3deg);
}

.story-watch {
  position: absolute;
  right: 4%;
  bottom: 5px;
  z-index: 4;
  text-align: center;
}

.story-watch > div {
  display: grid;
  width: 108px;
  height: 124px;
  place-items: center;
  border: 12px solid #25201c;
  border-radius: 28px;
  background: #0f0d0c;
  box-shadow: 0 18px 44px rgba(71, 28, 19, .25);
}

.story-watch img {
  width: 66px;
  border-radius: 10px;
}

.story-watch > span {
  display: inline-block;
  margin-top: .55rem;
  color: #fff1e9;
  font-size: .68rem;
  font-weight: 700;
  text-transform: uppercase;
}

.story-duality {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 580px;
  background: #151210;
  scroll-margin-top: 74px;
}

.story-soul {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-width: 0;
  padding: 4.5rem max(2.5rem, calc((100vw - var(--max)) / 2));
  overflow: hidden;
}

.story-soul-night {
  padding-right: 4rem;
  color: #f1ebe2;
  background: #100f0e;
}

.story-soul-paper {
  padding-left: 4rem;
  color: #26221e;
  background: #f2efe9;
}

.story-soul-copy {
  position: relative;
  z-index: 2;
  max-width: 30rem;
}

.story-soul h3 {
  margin: .9rem 0 0;
  font-size: clamp(2.1rem, 3.5vw, 3.3rem);
}

.story-soul p {
  margin: 1rem 0 0;
  color: #a79e92;
  font-size: 1rem;
  line-height: 1.5;
}

.story-soul-paper p {
  color: #676057;
}

.story-soul-orb {
  position: absolute;
  top: 14%;
  right: 8%;
  width: 190px;
}

.story-soul-paper .story-soul-orb {
  width: 220px;
}

.story-close {
  padding: 7.5rem 0;
  color: #f1ebe2;
  text-align: center;
  background: #1a1714;
}

.story-close img {
  width: 160px;
  height: auto;
  margin: 0 auto;
}

.story-close h2 {
  max-width: 14ch;
  margin: 2rem auto 0;
}

.story-close p {
  max-width: 39rem;
  margin: 1.4rem auto 0;
  color: #a79e92;
  font-size: 1.08rem;
  line-height: 1.55;
}

@media (max-width: 1060px) {
  .story-head,
  .story-record-grid,
  .story-agenda-grid,
  .story-integration-grid,
  .story-platform-grid {
    grid-template-columns: 1fr;
  }

  .story-head {
    align-items: start;
    gap: 1.6rem;
  }

  .story-head .story-lead {
    justify-self: start;
  }

  .story-record-stage,
  .story-agenda-stage,
  .story-integration-map,
  .story-platform-stage {
    width: min(680px, 100%);
    margin: 0 auto;
  }
}

@media (max-width: 760px) {
  .story-band {
    padding: 5.2rem 0;
    scroll-margin-top: 66px;
  }

  .story-inner {
    width: min(100% - 28px, var(--max));
  }

  .story-band h2,
  .story-close h2 {
    font-size: clamp(2.2rem, 9.8vw, 2.8rem);
  }

  .story-head {
    margin-bottom: 2.7rem;
  }

  .story-bridge-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .story-capture {
    width: min(270px, 76vw);
    height: 540px;
  }

  .story-entry {
    grid-template-columns: 34px 1fr auto;
    gap: .75rem;
    min-height: 102px;
  }

  .story-entry h3 {
    font-size: 1.25rem;
  }

  .story-entry p {
    font-size: .86rem;
  }

  .story-record-grid {
    gap: 2.5rem;
  }

  .story-fact {
    align-items: flex-start;
    flex-direction: column;
    gap: .35rem;
  }

  .story-record-stage {
    height: 570px;
  }

  .story-record-stage .story-phone:first-child {
    top: 80px;
    left: 2%;
    width: 220px;
    height: 477px;
  }

  .story-record-stage .story-phone:last-child {
    right: 2%;
    width: 246px;
    height: 533px;
  }

  .story-agenda-stage {
    min-height: 590px;
  }

  .story-agenda-stage::before {
    top: 10%;
    width: 92%;
    height: 78%;
  }

  .story-agenda-phone {
    left: 4%;
    width: 260px;
    height: 563px;
  }

  .story-calendar-note {
    top: 170px;
    right: 1%;
    width: 152px;
    padding: .95rem;
  }

  .story-agenda-facts {
    grid-template-columns: 1fr;
  }

  .story-agenda-fact + .story-agenda-fact {
    padding-left: 0;
    border-left: 0;
  }

  .story-doc-stage {
    grid-template-columns: 1fr;
    height: auto;
  }

  .story-doc-window,
  .story-doc-window:first-child,
  .story-doc-window:last-child {
    height: 520px;
    margin: 0;
  }

  .story-doc-window:last-child {
    height: 460px;
  }

  .story-doc-window figcaption {
    padding: 0 1rem;
  }

  .story-doc-window span {
    max-width: 10rem;
    text-align: right;
  }

  .story-integration-map {
    min-height: 540px;
  }

  .story-hub-center {
    width: 116px;
    height: 116px;
  }

  .story-hub-center img {
    width: 70px;
  }

  .story-hub-node {
    width: 128px;
    min-height: 88px;
    padding: .7rem;
  }

  .story-hub-node strong {
    font-size: .9rem;
  }

  .story-hub-google,
  .story-hub-next { left: 0; }
  .story-hub-github,
  .story-hub-codex { right: 0; }

  .story-flow {
    grid-template-columns: 1fr;
    margin-top: 3rem;
  }

  .story-flow-step {
    min-height: auto;
    padding: 1.5rem 1rem;
    border-right: 0;
    border-bottom: 1px solid #443a32;
  }

  .story-flow-step:last-child {
    border-bottom: 0;
  }

  .story-flow-step::after {
    top: auto;
    right: auto;
    bottom: -8px;
    left: 2rem;
    transform: rotate(135deg);
  }

  .story-flow-step strong {
    margin-top: .8rem;
  }

  .story-platform-copy h2 {
    max-width: 11ch;
  }

  .story-platform-status div {
    grid-template-columns: 10px minmax(0, 1fr) auto;
  }

  .story-platform-stage {
    min-height: 700px;
  }

  .story-browser {
    top: 0;
    width: 100%;
    height: 385px;
  }

  .story-browser-body {
    height: calc(100% - 43px);
  }

  .story-platform-phone {
    left: 2%;
    width: 145px;
    height: 315px;
  }

  .story-watch {
    right: 2%;
    bottom: 48px;
  }

  .story-watch > div {
    width: 78px;
    height: 90px;
    border-width: 9px;
    border-radius: 22px;
  }

  .story-watch img {
    width: 46px;
  }

  .story-duality {
    grid-template-columns: 1fr;
    scroll-margin-top: 66px;
  }

  .story-soul,
  .story-soul-night,
  .story-soul-paper {
    min-height: 450px;
    padding: 3rem 1.4rem;
  }

  .story-soul-orb {
    top: 9%;
    right: 4%;
    width: 145px;
  }

  .story-soul-paper .story-soul-orb {
    width: 170px;
  }

  .story-close {
    padding: 5.5rem 0;
  }
}

@media (max-width: 900px) {
  .motion-ready .story-record-stage[data-reveal] .story-phone:first-child {
    transform: translateY(18px) rotate(-4deg);
  }

  .motion-ready .story-record-stage[data-reveal] .story-phone:last-child {
    transform: translateY(-12px) rotate(3deg);
  }

  .motion-ready .story-agenda-stage[data-reveal] .story-calendar-note {
    transform: translate(-10px, -8px);
  }

  .motion-ready .story-platform-stage[data-reveal] .story-platform-phone {
    transform: translateY(18px) rotate(-3deg);
  }

  .motion-ready .story-platform-stage[data-reveal] .story-watch {
    transform: translate(-8px, 12px);
  }
}
.section-download {
  width: min(var(--max), calc(100% - 36px));
  margin: 3rem auto 0;
  text-align: center;
}

.section-download-link {
  min-height: 52px;
  color: #17100d;
  background: #ff572e;
  box-shadow: 0 10px 28px rgba(255, 87, 46, .18);
  transition: background .2s ease, box-shadow .2s ease;
}

.section-download-link:hover {
  background: #ff7047;
  box-shadow: 0 12px 32px rgba(255, 87, 46, .26);
}

.section-download-link:focus-visible {
  outline: 3px solid currentColor;
  outline-offset: -6px;
}

.story-light .section-download-link,
.story-soul-paper .section-download-link {
  color: #fff4ed;
  background: #b93614;
  box-shadow: 0 10px 24px rgba(126, 47, 24, .16);
}

.story-light .section-download-link:hover,
.story-soul-paper .section-download-link:hover {
  background: #982b0f;
}

.story-platform .section-download-link {
  color: #26160e;
  background: #fff4ed;
  box-shadow: 0 10px 24px rgba(70, 22, 12, .18);
}

.story-platform .section-download-link:hover {
  background: #ffffff;
}

.story-soul {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}

.story-soul .story-soul-orb {
  position: static;
  align-self: flex-end;
  width: clamp(96px, 12vw, 144px);
  height: auto;
  margin-bottom: 1.25rem;
}

.story-soul .section-download {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 1.75rem 0 0;
  text-align: left;
}

@media (max-width: 760px) {
  .section-download {
    margin-top: 2.25rem;
  }

  .section-download-link {
    width: 100%;
  }
}

.download-stores {
  min-width: 0;
  max-width: 760px;
  scroll-margin-top: 100px;
}

.download-stores h2 {
  font-size: clamp(1.7rem, 3vw, 2.4rem);
}

.download-store-lead {
  margin: .5rem 0 1.25rem;
  color: var(--night-muted);
  line-height: 1.5;
}

.store-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  border: 0;
}

.store-option {
  display: flex;
  flex-direction: column;
  gap: .75rem;
  min-width: 0;
  min-height: 0;
  padding: 1.25rem .75rem;
  border: 1px solid #3b352d;
  border-radius: 16px;
  background: #1b1815;
  text-align: center;
}

.store-option h3 {
  font-size: 1.35rem;
}

.store-actions {
  display: grid;
  justify-items: center;
  gap: .85rem;
  width: 100%;
}

.store-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 150px);
  height: 58px;
  min-height: 58px;
}

.store-badge img {
  max-height: 100%;
  object-fit: contain;
}

.store-qr {
  width: 140px;
  max-width: 100%;
  padding: 0;
}

.store-download-button {
  width: 100%;
  min-width: 0;
  min-height: 50px;
  padding: .75rem .4rem;
  color: #17100d;
  background: #ff572e;
  border-color: #ff572e;
}

.store-download-button:hover {
  background: #ff7047;
  border-color: #ff7047;
}

@media (max-width: 760px) {
  .download-stores {
    scroll-margin-top: 92px;
  }

  .download-store-lead {
    margin-bottom: 1rem;
    font-size: .95rem;
  }

  .store-list {
    gap: .625rem;
  }

  .store-option {
    padding: 1rem .5rem;
  }

  .store-badge {
    height: 48px;
    min-height: 48px;
    width: min(100%, 135px);
  }

  .store-qr {
    width: 112px;
  }

  .store-actions {
    gap: .65rem;
  }

  .store-download-button {
    font-size: .95rem;
  }

  .store-locale-note {
    margin-top: .75rem;
    font-size: .8rem;
  }
}
