:root {
  --site-line: rgba(255, 255, 255, 0.1);
  --site-muted: rgba(255, 255, 255, 0.64);
  --site-faint: rgba(255, 255, 255, 0.42);
  --type-internal-hero: 56px;
  --type-emotional-statement: 64px;
  --type-major-statement: 54px;
  --type-section-heading: 38px;
  --type-body: 18px;
  --space-internal-section: 72px;
}

html {
  overflow-x: hidden;
}

.site-page {
  background: var(--open-midnight);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-page .site-header {
  position: fixed;
}

.site-page .site-nav a[aria-current="page"] {
  color: #fff;
}

.site-shell {
  width: min(calc(100% - 128px), 1312px);
  margin-inline: auto;
}

.page-kicker {
  color: var(--site-faint);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
}

.page-title {
  margin-top: 24px;
  font-size: clamp(48px, 4.4vw, 56px);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.035em;
}

.page-lede {
  max-width: 620px;
  margin-top: 32px;
  color: var(--site-muted);
  font-size: clamp(18px, 1.6vw, 22px);
  line-height: 1.55;
}

.internal-hero {
  min-height: 600px;
  display: flex;
  align-items: center;
  padding: 124px 0 68px;
  overflow: hidden;
}

.internal-hero-centered {
  min-height: 68svh;
  text-align: center;
}

.internal-hero-centered .site-shell {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.internal-hero-centered .page-lede {
  margin-inline: auto;
}

.site-section {
  position: relative;
  padding: 64px 0;
  overflow: hidden;
  border-top: 1px solid var(--site-line);
}

.site-section-heading {
  max-width: 720px;
}

.site-section h2 {
  margin: 20px 0 0;
  font-size: clamp(32px, 3vw, 38px);
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: -0.03em;
}

.site-section h3 {
  margin: 0;
  font-size: clamp(22px, 2vw, 26px);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.025em;
}

.site-section p {
  color: var(--site-muted);
  font-size: 18px;
  line-height: 1.58;
}

.gradient-text {
  width: fit-content;
  background: linear-gradient(
    90deg,
    var(--open-blue),
    var(--open-royal),
    var(--open-indigo),
    var(--open-violet),
    var(--open-coral),
    var(--open-sunset),
    var(--open-apricot),
    var(--open-amber)
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: saturate(0.9) brightness(0.94);
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 700ms cubic-bezier(0.22, 0.8, 0.22, 1),
    transform 700ms cubic-bezier(0.22, 0.8, 0.22, 1);
}

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

.chapter-number {
  color: var(--open-blue);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.15em;
  opacity: 0.54;
}

.chapter-layout {
  min-height: 450px;
  display: grid;
  grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.58fr);
  gap: 72px;
  align-items: center;
}

.chapter-copy p:last-child {
  max-width: 520px;
  margin-top: 22px;
}

.chapter-visual {
  position: relative;
  min-height: 380px;
}

.how-it-works-page .how-opening {
  min-height: 540px;
  display: flex;
  align-items: center;
  padding: 140px 0 76px;
  overflow: hidden;
}

.how-it-works-page .how-opening h1 {
  max-width: 760px;
  margin: 22px 0 0;
  font-size: var(--type-internal-hero);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -0.035em;
}

.how-it-works-page .opening-moments {
  max-width: 560px;
  margin-top: 28px;
  color: var(--site-muted);
  font-size: var(--type-body);
  line-height: 1.6;
}

.how-it-works-page .how-chapter {
  padding: var(--space-internal-section) 0;
}

.how-it-works-page .chapter-layout {
  min-height: 300px;
  grid-template-columns: minmax(0, 0.46fr) minmax(0, 0.54fr);
  gap: 48px;
}

.how-it-works-page .chapter-visual {
  min-height: 300px;
  max-height: 520px;
}

.how-it-works-page .how-opening .life-scene {
  min-height: 320px;
  height: 320px;
}

.how-it-works-page .chapter-layout--visual-first .chapter-copy {
  order: 2;
}

.how-it-works-page .chapter-layout--visual-first .chapter-visual {
  order: 1;
}

.how-it-works-page .chapter-copy h2 {
  max-width: 560px;
  font-size: var(--type-section-heading);
  line-height: 1.08;
}

.how-it-works-page .chapter-copy p,
.how-it-works-page .story-change-copy {
  max-width: 560px;
  font-size: var(--type-body);
  line-height: 1.6;
}

.how-it-works-page .story-change-copy {
  margin-top: 22px;
}

.how-it-works-page .story-change-copy p {
  margin: 0;
}

.how-it-works-page .story-change-copy p + p {
  margin-top: 22px;
}

.how-it-works-page .how-anchor {
  min-height: 65svh;
  display: flex;
  align-items: center;
  padding: 72px 0;
  overflow: hidden;
  border-top: 1px solid var(--site-line);
  text-align: center;
}

.how-it-works-page .how-anchor h2 {
  max-width: 980px;
  margin: 0 auto;
  font-size: var(--type-emotional-statement);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.how-it-works-page .story-becoming {
  min-height: 300px;
}

.how-it-works-page .story-becoming .trove-place {
  min-height: 300px;
}

.how-it-works-page .story-presence {
  position: absolute;
  z-index: 2;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  color: var(--open-blue);
  background: currentColor;
  box-shadow: 0 0 28px currentColor;
  animation: site-presence 7.8s ease-in-out infinite;
}

.how-it-works-page .story-presence-one {
  left: 34%;
  bottom: 33%;
}

.how-it-works-page .story-presence-two {
  left: 49%;
  bottom: 28%;
  color: var(--open-violet);
  animation-delay: -2.4s;
}

.how-it-works-page .story-presence-three {
  left: 61%;
  bottom: 36%;
  color: var(--open-amber);
  animation-delay: -4.1s;
}

.how-it-works-page .continuation-visual {
  min-height: 300px;
}

.how-it-works-page .continuation-visual .living-band {
  position: absolute;
  inset: 0;
  min-height: 300px;
}

.how-it-works-page .continuation-visual .years-image {
  z-index: 2;
  width: min(72%, 430px);
}

.how-it-works-page .continuation-visual .years-image img {
  height: 280px;
  opacity: 0.58;
}

.how-it-works-page .how-ending .store-actions {
  margin-top: 24px;
}

.life-scene {
  position: relative;
  width: min(100%, 620px);
  height: 360px;
  margin-inline: auto;
}

.life-scene::before,
.life-scene::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.life-scene::before {
  inset: 16% 2% 10%;
  background:
    radial-gradient(ellipse at 50% 76%, rgba(255, 197, 72, 0.22), transparent 26%),
    radial-gradient(ellipse at 38% 62%, rgba(113, 55, 252, 0.2), transparent 38%),
    radial-gradient(ellipse at 66% 44%, rgba(16, 151, 252, 0.14), transparent 42%);
  filter: blur(18px);
  transform: perspective(700px) rotateX(58deg);
}

.life-scene::after {
  left: 12%;
  right: 12%;
  bottom: 24%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 197, 72, 0.5), transparent);
  box-shadow: 0 0 34px rgba(255, 197, 72, 0.18);
}

.life-presence {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  color: var(--open-blue);
  background: currentColor;
  box-shadow: 0 0 30px currentColor;
  animation: site-presence 6.8s ease-in-out var(--delay, 0s) infinite;
}

.life-presence:nth-child(1) { left: 20%; top: 42%; }
.life-presence:nth-child(2) { left: 43%; top: 25%; color: var(--open-violet); }
.life-presence:nth-child(3) { right: 22%; top: 36%; color: var(--open-amber); }
.life-presence:nth-child(4) { left: 34%; bottom: 24%; color: var(--open-coral); }
.life-presence:nth-child(5) { right: 34%; bottom: 19%; color: var(--open-blue); }

.perspective-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  align-items: center;
}

.perspective-strip figure {
  margin: 0;
}

.perspective-strip figure:nth-child(2),
.perspective-strip figure:nth-child(4) {
  transform: translateY(34px);
}

.perspective-strip img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 18px;
  box-shadow: 0 26px 72px rgba(0, 0, 0, 0.26);
}

.scatter-field {
  position: relative;
  min-height: 390px;
}

.scatter-field img {
  position: absolute;
  width: 150px;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 14px;
  filter: saturate(0.55) brightness(0.68);
  opacity: 0.68;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.3);
}

.scatter-field img:nth-child(1) { left: 2%; top: 12%; transform: rotate(-4deg); }
.scatter-field img:nth-child(2) { left: 34%; top: 0; transform: rotate(2deg); }
.scatter-field img:nth-child(3) { right: 2%; top: 18%; transform: rotate(4deg); }
.scatter-field img:nth-child(4) { left: 18%; bottom: 0; transform: rotate(3deg); }
.scatter-field img:nth-child(5) { right: 20%; bottom: 2%; transform: rotate(-3deg); }

.trove-place,
.living-band {
  position: relative;
  min-height: 400px;
}

.trove-place::before {
  content: "";
  position: absolute;
  inset: 8% 0 10%;
  border-radius: 50%;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), transparent 45%),
    radial-gradient(ellipse at 50% 84%, rgba(255, 197, 72, 0.3), transparent 30%),
    radial-gradient(ellipse at 38% 74%, rgba(113, 55, 252, 0.2), transparent 42%),
    radial-gradient(ellipse at 62% 68%, rgba(16, 151, 252, 0.15), transparent 43%);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.12);
  transform: perspective(760px) rotateX(58deg);
  animation: site-hold 7.8s ease-in-out infinite;
}

.trove-place::after {
  content: "";
  position: absolute;
  left: 18%;
  right: 18%;
  bottom: 25%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 197, 72, 0.52), transparent);
}

.arrival-presence {
  position: absolute;
  right: 15%;
  bottom: 37%;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  color: var(--open-coral);
  background: currentColor;
  box-shadow: 0 0 34px currentColor;
  animation: site-arrival 7.8s cubic-bezier(0.18, 0.72, 0.22, 1) infinite;
}

.living-band::before {
  content: "";
  position: absolute;
  inset: 18% -12%;
  border-radius: 45%;
  background:
    radial-gradient(ellipse at 42% 52%, rgba(16, 151, 252, 0.14), transparent 34%),
    radial-gradient(ellipse at 57% 46%, rgba(113, 55, 252, 0.18), transparent 30%),
    radial-gradient(ellipse at 70% 58%, rgba(255, 197, 72, 0.2), transparent 24%);
  filter: blur(20px);
}

.living-band::after {
  content: "";
  position: absolute;
  left: -8%;
  right: -12%;
  top: 49%;
  height: 130px;
  border-top: 1px solid rgba(255, 197, 72, 0.48);
  border-radius: 60% 40% 0 0;
  transform: rotate(-5deg);
}

.years-image {
  position: relative;
  width: min(100%, 560px);
  margin-inline: auto;
}

.years-image img {
  width: 100%;
  height: 410px;
  object-fit: cover;
  border-radius: 20px;
  opacity: 0.78;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.28);
  -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 78%, transparent 100%);
  mask-image: linear-gradient(180deg, #000 0%, #000 78%, transparent 100%);
}

.download-page .download-hero {
  min-height: 680px;
  display: flex;
  align-items: center;
  padding: 116px 0 60px;
  overflow: hidden;
}

.download-page .download-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.5fr) minmax(0, 0.5fr);
  gap: 72px;
  align-items: center;
}

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

.download-page .download-hero .page-title {
  max-width: 700px;
}

.download-page .download-hero .page-lede {
  max-width: 520px;
}

.download-page .download-hero-followup {
  margin-top: 8px;
}

.download-page .download-badges {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 34px;
}

.download-page .download-badges a {
  display: inline-flex;
  align-items: center;
  border-radius: 8px;
  transition: opacity 180ms ease, transform 180ms ease;
}

.download-page .download-badges a:hover {
  opacity: 0.82;
  transform: translateY(-1px);
}

.download-page .download-badges img {
  width: auto;
  height: 50px;
}

.download-page .download-hero-visual {
  min-height: 430px;
}

.download-page .download-hero-visual .life-scene {
  min-height: 430px;
  height: 430px;
}

.download-page .download-experiences,
.download-page .download-platforms,
.download-page .download-notify {
  border-top: 1px solid var(--site-line);
}

.download-page .download-experiences {
  padding: 62px 0;
}

.download-page .download-experiences h2 {
  max-width: 520px;
  margin: 0;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: -0.03em;
}

.download-page .download-availability {
  display: grid;
  grid-template-columns: minmax(0, 0.56fr) minmax(0, 0.44fr);
  gap: 72px;
  align-items: center;
}

.download-page .download-availability p,
.download-page .download-platform-row p,
.download-page .download-notify p {
  max-width: 540px;
  margin: 18px 0 0;
  color: var(--site-muted);
  font-size: 18px;
  line-height: 1.58;
}

.download-page .download-availability .download-badges {
  justify-content: flex-end;
  margin-top: 0;
}

.download-page .download-platforms {
  padding: 62px 0 68px;
}

.download-page .download-platform-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 42px;
}

.download-page .download-platform-row > div {
  padding-top: 20px;
  border-top: 1px solid var(--site-line);
}

.download-page .download-platform-row span {
  color: var(--site-faint);
  font-size: 12px;
}

.download-page .download-platform-row h2 {
  margin: 18px 0 0;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: -0.03em;
}

.download-page .download-notify {
  padding: 64px 0 70px;
}

.download-page .download-notify > .site-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.45fr) minmax(0, 0.55fr);
  gap: 72px;
  align-items: end;
}

.download-page .download-notify h2 {
  margin: 20px 0 0;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: -0.03em;
}

.download-page .download-notify .signup-form {
  margin-top: 22px;
}

.download-page .download-notify-form .download-badges {
  margin-top: 0;
}

.store-actions {
  display: flex;
  gap: 16px;
  margin-top: 42px;
}

.store-link {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: #fff;
  font-size: 15px;
  font-weight: 650;
}

.store-link[aria-disabled="true"] {
  color: rgba(255, 255, 255, 0.48);
  cursor: default;
}

.signup-form {
  width: min(100%, 510px);
  display: flex;
  gap: 10px;
  margin-top: 26px;
}

.signup-form input {
  min-width: 0;
  flex: 1;
  height: 50px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, 0.04);
  font: inherit;
}

.signup-form button,
.story-dialog-close,
.demo-action {
  min-height: 50px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  color: var(--open-midnight);
  background: #fff;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.signup-note {
  min-height: 24px;
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 14px;
}

.stories-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 36px;
}

.story-tile {
  position: relative;
  min-height: 0;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border: 0;
  border-radius: 8px;
  color: #fff;
  background: #0a0f20;
  cursor: pointer;
  text-align: left;
}

.story-tile img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.78) brightness(0.72);
  transition: transform 700ms cubic-bezier(0.22, 0.8, 0.22, 1);
}

.story-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 42%, rgba(11, 16, 35, 0.88));
}

.story-tile span {
  position: absolute;
  z-index: 2;
  left: 24px;
  right: 24px;
  bottom: 24px;
  font-size: 25px;
  font-weight: 500;
}

.story-tile:hover img {
  transform: scale(1.025);
}

.story-dialog {
  width: 100vw;
  max-width: none;
  height: 100vh;
  max-height: none;
  margin: 0;
  padding: 0;
  border: 0;
  color: #fff;
  background: var(--open-midnight);
}

.story-dialog::backdrop {
  background: rgba(4, 7, 17, 0.92);
}

.story-dialog-inner {
  min-height: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.story-dialog-image {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  object-fit: cover;
}

.story-dialog-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 88px;
}

.story-dialog-copy h2 {
  margin: 22px 0 30px;
  font-size: clamp(48px, 4.4vw, 56px);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.035em;
}

.story-journey {
  display: grid;
  gap: 22px;
  max-width: 540px;
  margin-top: 44px;
}

.story-journey div {
  padding-top: 18px;
  border-top: 1px solid var(--site-line);
}

.story-journey strong {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.story-dialog-close {
  width: fit-content;
  margin-top: 42px;
}

.trust-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: 36px;
  background: var(--site-line);
}

.trust-item {
  min-height: 380px;
  padding: 36px;
  background: var(--open-midnight);
}

.trust-item img {
  width: 100%;
  height: 180px;
  object-fit: contain;
  margin-bottom: 24px;
}

.trust-item p {
  max-width: 480px;
  margin-top: 18px;
}

.trust-page .internal-hero {
  min-height: 520px;
}

.trust-page .internal-hero .page-title {
  max-width: 720px;
  margin-top: 0;
  font-size: var(--type-internal-hero);
  line-height: 1;
}

.trust-page .internal-hero .page-lede {
  max-width: 540px;
  font-size: var(--type-body);
  line-height: 1.65;
}

.trust-page .trust-principles {
  border-top: 1px solid var(--site-line);
}

.trust-page .trust-principle {
  border-bottom: 1px solid var(--site-line);
}

.trust-page .trust-principle-inner {
  min-height: 310px;
  display: grid;
  grid-template-columns: minmax(0, 0.46fr) minmax(0, 0.54fr);
  gap: 64px;
  align-items: center;
  padding-block: 32px;
}

.trust-page .trust-principle-inner--visual-first .trust-principle-copy {
  order: 2;
}

.trust-page .trust-principle-inner--visual-first .trust-principle-visual {
  order: 1;
}

.trust-page .trust-principle h2 {
  max-width: 560px;
  margin: 0;
  font-size: var(--type-section-heading);
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: -0.03em;
}

.trust-page .trust-principle-copy > p {
  max-width: 540px;
  margin-top: 18px;
  color: var(--site-muted);
  font-size: var(--type-body);
  line-height: 1.65;
}

.trust-page .trust-principle-copy > p + p {
  max-width: 540px;
  margin-top: 12px;
  color: var(--site-muted);
  font-size: var(--type-body);
  line-height: 1.65;
}

.trust-page .trust-principle-visual {
  min-height: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.trust-page .trust-principle-visual img {
  width: min(100%, 520px);
  height: 230px;
  object-fit: contain;
  filter: invert(1) hue-rotate(180deg) saturate(0.9);
  mix-blend-mode: screen;
  opacity: 0.78;
}

.trust-page .privacy-living-field,
.trust-page .lasting-field {
  position: relative;
  isolation: isolate;
}

.trust-page .privacy-living-field::before {
  content: "";
  position: absolute;
  inset: 16% 8% 10%;
  border-radius: 50%;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 44%),
    radial-gradient(ellipse at 50% 78%, rgba(255, 197, 72, 0.24), transparent 28%),
    radial-gradient(ellipse at 36% 66%, rgba(113, 55, 252, 0.18), transparent 40%),
    radial-gradient(ellipse at 65% 56%, rgba(16, 151, 252, 0.14), transparent 42%);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
  transform: perspective(760px) rotateX(58deg);
  animation: site-hold 7.8s ease-in-out infinite;
}

.trust-page .privacy-living-field::after {
  content: "";
  position: absolute;
  left: 22%;
  right: 22%;
  bottom: 27%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 197, 72, 0.5), transparent);
}

.trust-page .privacy-field-presence,
.trust-page .lasting-field-presence {
  position: absolute;
  z-index: 2;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  color: var(--open-blue);
  background: currentColor;
  box-shadow: 0 0 28px currentColor;
  animation: site-presence 7.8s ease-in-out infinite;
}

.trust-page .privacy-field-presence-one { left: 34%; bottom: 34%; }
.trust-page .privacy-field-presence-two { left: 48%; bottom: 29%; color: var(--open-violet); animation-delay: -2.4s; }
.trust-page .privacy-field-presence-three { left: 61%; bottom: 37%; color: var(--open-amber); animation-delay: -4.2s; }
.trust-page .privacy-field-presence-four { left: 53%; bottom: 43%; color: var(--open-coral); animation-delay: -5.7s; }

.trust-page .lasting-field::before {
  content: "";
  position: absolute;
  inset: 16% -4%;
  border-radius: 44%;
  background:
    radial-gradient(ellipse at 34% 58%, rgba(16, 151, 252, 0.14), transparent 30%),
    radial-gradient(ellipse at 54% 48%, rgba(113, 55, 252, 0.18), transparent 30%),
    radial-gradient(ellipse at 72% 62%, rgba(255, 197, 72, 0.18), transparent 24%);
  filter: blur(18px);
}

.trust-page .lasting-field-path {
  position: absolute;
  left: 4%;
  right: -8%;
  top: 48%;
  height: 116px;
  border-top: 1px solid rgba(255, 197, 72, 0.48);
  border-radius: 64% 36% 0 0;
  transform: rotate(-5deg);
}

.trust-page .lasting-field-presence-one { left: 27%; top: 45%; }
.trust-page .lasting-field-presence-two { left: 52%; top: 39%; color: var(--open-violet); animation-delay: -2.8s; }
.trust-page .lasting-field-presence-three { right: 18%; top: 54%; color: var(--open-amber); animation-delay: -4.6s; }

.trust-page .trust-foundations {
  padding-block: 48px 60px;
  border-top: 1px solid var(--site-line);
}

.trust-page .trust-foundations > .site-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.4fr) minmax(0, 0.6fr);
  gap: 64px;
}

.trust-page .trust-foundations-heading h2 {
  max-width: 520px;
}

.trust-page .trust-foundations-list {
  border-top: 1px solid var(--site-line);
}

.trust-page .trust-foundations-list details {
  border-bottom: 1px solid var(--site-line);
}

.trust-page .trust-foundations-list summary {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  list-style: none;
}

.trust-page .trust-foundations-list summary::-webkit-details-marker {
  display: none;
}

.trust-page .trust-foundations-list summary::after {
  content: "+";
  color: var(--site-faint);
  font-size: 22px;
  font-weight: 300;
}

.trust-page .trust-foundations-list details[open] summary::after {
  content: "−";
}

.trust-page .trust-foundations-list p {
  max-width: 620px;
  margin: -2px 0 22px;
  color: var(--site-muted);
  font-size: 16px;
  line-height: 1.55;
}

.trust-page .trust-closing {
  min-height: 48svh;
  display: flex;
  align-items: center;
  padding: 64px 0;
  border-top: 1px solid var(--site-line);
  text-align: center;
}

.trust-page .trust-closing > .site-shell {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.trust-page .trust-closing h2 {
  max-width: 900px;
  margin: 0;
  font-size: var(--type-major-statement);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.035em;
}

.trust-page .trust-closing .store-actions {
  margin-top: 30px;
}

.principles-list {
  display: grid;
  gap: 0;
  margin-top: 40px;
  border-top: 1px solid var(--site-line);
}

.principle-row {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 32px;
  padding: 24px 0;
  border-bottom: 1px solid var(--site-line);
}

.principle-row span {
  color: var(--open-blue);
  font-size: 13px;
  font-weight: 700;
}

.principle-row strong {
  font-size: clamp(26px, 2.6vw, 34px);
  font-weight: 400;
  line-height: 1.08;
}

.about-statement {
  max-width: 940px;
}

.about-statement p {
  max-width: 650px;
  margin-top: 28px;
}

.our-story-page main {
  overflow: clip;
}

.our-story-page .our-story-opening,
.our-story-page .our-story-question,
.our-story-page .our-story-piece,
.our-story-page .our-story-anchor,
.our-story-page .our-story-reveal,
.our-story-page .our-story-name-reveal,
.our-story-page .our-story-principles,
.our-story-page .our-story-conclusion,
.our-story-page .our-story-final {
  position: relative;
  overflow: hidden;
  border-top: 1px solid var(--site-line);
}

.our-story-page .our-story-opening {
  min-height: 76svh;
  display: flex;
  align-items: center;
  padding: 126px 0 76px;
  border-top: 0;
  text-align: center;
}

.our-story-page .our-story-opening .site-shell {
  display: flex;
  justify-content: center;
}

.our-story-page .our-story-opening h1 {
  max-width: 720px;
  margin: 0;
  font-size: var(--type-internal-hero);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.035em;
}

.our-story-page .our-story-question,
.our-story-page .our-story-reveal {
  padding: 48px 0;
}

.our-story-page .our-story-split {
  min-height: 420px;
  display: grid;
  grid-template-columns: minmax(0, 0.48fr) minmax(0, 0.52fr);
  gap: 56px;
  align-items: center;
}

.our-story-page .our-story-split--visual-first .our-story-copy {
  order: 2;
}

.our-story-page .our-story-split--visual-first .trove-place {
  order: 1;
}

.our-story-page .our-story-copy {
  max-width: 560px;
}

.our-story-page .our-story-copy h2 {
  max-width: 540px;
  margin: 0;
  font-size: var(--type-section-heading);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.our-story-page .our-story-copy p {
  max-width: 560px;
  margin-top: 24px;
  color: var(--site-muted);
  font-size: var(--type-body);
  font-weight: 400;
  line-height: 1.7;
}

.our-story-page .our-story-copy .our-story-question-line {
  max-width: 500px;
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.88);
}

.our-story-page .our-story-piece {
  min-height: 30svh;
  display: flex;
  align-items: center;
  padding: 52px 0;
}

.our-story-page .our-story-piece p {
  max-width: 420px;
  margin: 0 auto;
  color: var(--site-muted);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
}

.our-story-page .our-story-anchor {
  min-height: 92svh;
  display: flex;
  align-items: center;
  padding: 104px 0;
  text-align: center;
}

.our-story-page .our-story-anchor::before {
  content: "";
  position: absolute;
  inset: 22% 14%;
  background:
    radial-gradient(ellipse at 42% 54%, rgba(53, 117, 252, 0.1), transparent 38%),
    radial-gradient(ellipse at 62% 50%, rgba(113, 55, 252, 0.1), transparent 34%),
    radial-gradient(ellipse at 74% 60%, rgba(255, 197, 72, 0.08), transparent 30%);
  filter: blur(22px);
  animation: our-story-breathe 7.8s ease-in-out infinite;
}

.our-story-page .our-story-anchor h2 {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  font-size: var(--type-major-statement);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.035em;
}

.our-story-page .our-story-realisation {
  display: inline-block;
  margin-top: 0.14em;
  font-size: 1.12em;
  line-height: 1;
  filter: brightness(1.08);
}

.our-story-page .our-story-name-reveal {
  min-height: 50svh;
  display: flex;
  align-items: center;
  padding: 64px 0;
  text-align: center;
}

.our-story-page .our-story-name-reveal h2 {
  max-width: 860px;
  margin: 0 auto;
  font-size: var(--type-major-statement);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.035em;
}

.our-story-page .our-story-reveal .trove-place {
  min-height: 360px;
  max-height: 520px;
}

.our-story-page .story-presence {
  position: absolute;
  z-index: 2;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  color: var(--open-blue);
  background: currentColor;
  box-shadow: 0 0 28px currentColor;
  animation: site-presence 7.8s ease-in-out infinite;
}

.our-story-page .story-presence-one {
  left: 34%;
  bottom: 33%;
}

.our-story-page .story-presence-two {
  left: 49%;
  bottom: 28%;
  color: var(--open-violet);
  animation-delay: -2.4s;
}

.our-story-page .story-presence-three {
  left: 61%;
  bottom: 36%;
  color: var(--open-amber);
  animation-delay: -4.1s;
}

.our-story-page .our-story-principles {
  min-height: 45svh;
  display: flex;
  align-items: center;
  padding: 60px 0;
  text-align: center;
}

.our-story-page .our-story-principles .site-shell {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.our-story-page .our-story-principles p {
  max-width: 900px;
  color: #fff;
  font-size: var(--type-section-heading);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.our-story-page .our-story-principles p + p {
  margin-top: 22px;
}

.our-story-page .our-story-conclusion {
  min-height: 32svh;
  display: flex;
  align-items: center;
  padding: 48px 0;
  text-align: center;
}

.our-story-page .our-story-conclusion p {
  max-width: 880px;
  margin: 0 auto;
  color: #fff;
  font-size: var(--type-section-heading);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.our-story-page .our-story-final {
  min-height: 58svh;
  display: flex;
  align-items: center;
  padding: 76px 0;
  text-align: center;
}

.our-story-page .our-story-final .site-shell {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.our-story-page .our-story-final h2 {
  margin: 0 0 38px;
  font-size: var(--type-major-statement);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.035em;
}

@keyframes our-story-breathe {
  0%, 100% {
    opacity: 0.72;
    transform: scale(0.98);
  }
  54% {
    opacity: 1;
    transform: scale(1.025);
  }
}

.one-story-page {
  --one-story-copy: min(100%, 520px);
}

.one-story-page main {
  overflow: clip;
}

.one-story-page figure {
  margin: 0;
}

.one-story-page img {
  display: block;
}

.one-story-opening {
  min-height: 100svh;
  display: flex;
  align-items: center;
  padding: 124px 0 72px;
}

.one-story-opening-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.58fr);
  gap: 76px;
  align-items: center;
}

.one-story-opening-copy {
  position: relative;
  z-index: 2;
  max-width: 540px;
}

.one-story-opening h1 {
  margin: 24px 0 0;
  font-size: clamp(56px, 5.5vw, 80px);
  font-weight: 400;
  line-height: 0.96;
  letter-spacing: -0.045em;
}

.one-story-opening .page-lede {
  max-width: 440px;
  font-size: 19px;
}

.one-story-hero-image {
  position: relative;
  width: min(100%, 690px);
  height: min(70svh, 650px);
  justify-self: end;
}

.one-story-hero-image::before {
  content: "";
  position: absolute;
  inset: 9% -10% -7%;
  background:
    radial-gradient(ellipse at 28% 50%, rgba(53, 117, 252, 0.18), transparent 42%),
    radial-gradient(ellipse at 74% 72%, rgba(255, 197, 72, 0.14), transparent 36%);
  filter: blur(28px);
}

.one-story-hero-image img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
  border-radius: 20px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.32);
  -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 82%, transparent 100%);
  mask-image: linear-gradient(180deg, #000 0%, #000 82%, transparent 100%);
}

.one-story-scene,
.one-story-perspectives,
.one-story-scatter,
.one-story-place,
.one-story-later {
  position: relative;
  padding: 104px 0;
  border-top: 1px solid var(--site-line);
}

.one-story-scene-grid,
.one-story-place-inner,
.one-story-later-inner {
  min-height: 620px;
  display: grid;
  grid-template-columns: minmax(0, 0.46fr) minmax(0, 0.54fr);
  gap: 84px;
  align-items: center;
}

.one-story-copy {
  max-width: var(--one-story-copy);
}

.one-story-copy h2,
.one-story-centred-copy h2 {
  margin: 20px 0 0;
  font-size: clamp(38px, 4vw, 56px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.035em;
}

.one-story-copy p:last-child,
.one-story-centred-copy p:last-child {
  margin-top: 26px;
  color: var(--site-muted);
  font-size: 18px;
  line-height: 1.58;
}

.one-story-portrait {
  width: min(100%, 460px);
  height: 590px;
  justify-self: center;
}

.one-story-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 18px;
  box-shadow: 0 28px 76px rgba(0, 0, 0, 0.3);
}

.one-story-centred-copy {
  max-width: 760px;
  margin-inline: auto;
  text-align: center;
}

.one-story-filmstrip {
  max-width: 1080px;
  display: grid;
  grid-template-columns: 0.82fr 1.12fr 0.82fr;
  gap: 22px;
  align-items: center;
  margin: 72px auto 0;
}

.one-story-filmstrip figure {
  height: 480px;
}

.one-story-filmstrip figure:nth-child(2) {
  height: 600px;
}

.one-story-filmstrip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 28px 76px rgba(0, 0, 0, 0.28);
}

.one-story-scatter {
  min-height: 88svh;
  display: flex;
  align-items: center;
}

.one-story-scatter-inner {
  position: relative;
  min-height: 640px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.one-story-scatter .one-story-centred-copy {
  position: relative;
  z-index: 2;
  padding: 32px;
}

.one-story-scattered-views {
  position: absolute;
  inset: 0;
}

.one-story-scattered-views::after {
  content: "";
  position: absolute;
  inset: 13% 18%;
  background: radial-gradient(circle, var(--open-midnight) 15%, transparent 68%);
}

.one-story-scattered-views img {
  position: absolute;
  width: 190px;
  height: 250px;
  object-fit: cover;
  border-radius: 14px;
  opacity: 0.48;
  filter: saturate(0.5) brightness(0.62);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.34);
}

.one-story-scattered-views img:nth-child(1) {
  left: 2%;
  top: 4%;
  transform: rotate(-3deg);
}

.one-story-scattered-views img:nth-child(2) {
  right: 4%;
  top: 7%;
  transform: rotate(3deg);
}

.one-story-scattered-views img:nth-child(3) {
  left: 12%;
  bottom: 0;
  transform: rotate(2deg);
}

.one-story-scattered-views img:nth-child(4) {
  right: 12%;
  bottom: 2%;
  transform: rotate(-2deg);
}

.one-story-anchor {
  min-height: 92svh;
  display: flex;
  align-items: center;
  padding: 112px 0;
  border-top: 1px solid var(--site-line);
  text-align: center;
}

.one-story-anchor p {
  max-width: 1040px;
  margin: 0 auto;
  color: #fff;
  font-size: clamp(54px, 6.2vw, 88px);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.one-story-place-inner,
.one-story-later-inner {
  min-height: 660px;
}

.one-story-living-place {
  position: relative;
  min-height: 580px;
}

.one-story-living-place::before {
  content: "";
  position: absolute;
  inset: 9% -6% 4%;
  border-radius: 50%;
  background:
    radial-gradient(ellipse at 48% 76%, rgba(255, 197, 72, 0.22), transparent 28%),
    radial-gradient(ellipse at 36% 52%, rgba(113, 55, 252, 0.18), transparent 40%),
    radial-gradient(ellipse at 66% 44%, rgba(16, 151, 252, 0.13), transparent 44%);
  filter: blur(18px);
  animation: one-story-breathe 7.8s ease-in-out infinite;
}

.one-story-living-place figure {
  position: absolute;
  inset: 12% 13% 9%;
}

.one-story-living-place img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
  border-radius: 18px;
  opacity: 0.74;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.32);
  -webkit-mask-image: radial-gradient(ellipse at center, #000 44%, transparent 78%);
  mask-image: radial-gradient(ellipse at center, #000 44%, transparent 78%);
}

.one-story-presence,
.one-story-arriving-presence {
  position: absolute;
  z-index: 2;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  color: var(--open-blue);
  background: currentColor;
  box-shadow: 0 0 28px currentColor;
  animation: site-presence 7.8s ease-in-out infinite;
}

.one-story-presence--blue {
  left: 17%;
  top: 32%;
}

.one-story-presence--violet {
  left: 27%;
  bottom: 20%;
  color: var(--open-violet);
  animation-delay: -2.2s;
}

.one-story-presence--coral {
  right: 18%;
  top: 38%;
  color: var(--open-coral);
  animation-delay: -4.4s;
}

.one-story-presence--amber {
  right: 29%;
  bottom: 17%;
  color: var(--open-amber);
  animation-delay: -5.8s;
}

.one-story-later {
  background:
    radial-gradient(ellipse at 72% 54%, rgba(113, 55, 252, 0.1), transparent 32%),
    var(--open-midnight);
}

.one-story-arrival {
  position: relative;
  min-height: 580px;
}

.one-story-arrival::before {
  content: "";
  position: absolute;
  inset: 14% -6% 6%;
  border-radius: 50%;
  background:
    radial-gradient(ellipse at 56% 70%, rgba(255, 197, 72, 0.18), transparent 28%),
    radial-gradient(ellipse at 42% 50%, rgba(53, 117, 252, 0.14), transparent 42%);
  filter: blur(20px);
}

.one-story-arrival figure {
  position: absolute;
  inset: 10% 14% 8%;
}

.one-story-arrival img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 18px;
  opacity: 0.72;
  -webkit-mask-image: linear-gradient(160deg, #000 20%, #000 62%, transparent 90%);
  mask-image: linear-gradient(160deg, #000 20%, #000 62%, transparent 90%);
}

.one-story-arriving-presence {
  right: 8%;
  top: 26%;
  color: var(--open-amber);
  animation: one-story-arrive 7.8s cubic-bezier(0.18, 0.72, 0.22, 1) infinite;
}

.one-story-closing {
  min-height: 92svh;
  display: flex;
  align-items: center;
  padding: 120px 0;
  border-top: 1px solid var(--site-line);
  text-align: center;
}

.one-story-closing .site-shell {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.one-story-closing h2 {
  margin: 24px 0 44px;
  font-size: clamp(56px, 6.2vw, 88px);
  font-weight: 400;
  line-height: 0.96;
  letter-spacing: -0.045em;
}

@keyframes one-story-breathe {
  0%, 100% {
    opacity: 0.76;
    transform: scale(0.98);
  }
  54% {
    opacity: 1;
    transform: scale(1.025);
  }
}

@keyframes one-story-arrive {
  0%, 20% {
    opacity: 0;
    transform: translate(42px, -20px) scale(0.72);
  }
  42% {
    opacity: 0.72;
  }
  62%, 84% {
    opacity: 0.94;
    transform: translate(-12px, 8px) scale(1);
  }
  100% {
    opacity: 0;
    transform: translate(42px, -20px) scale(0.72);
  }
}

.demo-page {
  min-height: 100svh;
}

.demo-stage {
  min-height: 82svh;
  display: grid;
  grid-template-columns: 0.38fr 0.62fr;
  gap: 48px;
  align-items: center;
  padding: 134px 64px 56px;
}

.demo-copy {
  max-width: 490px;
}

.demo-copy h1 {
  margin: 22px 0 26px;
  font-size: clamp(48px, 4.4vw, 56px);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.035em;
}

.demo-copy p {
  color: var(--site-muted);
  font-size: 18px;
  line-height: 1.55;
}

.demo-action {
  margin-top: 34px;
}

.demo-status {
  min-height: 24px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 14px;
}

.demo-field {
  position: relative;
  height: min(76vh, 720px);
  min-height: 560px;
  isolation: isolate;
}

.demo-field::before {
  content: "";
  position: absolute;
  inset: 4% -4% 2%;
  border-radius: 48%;
  background:
    radial-gradient(ellipse at 52% 74%, rgba(255, 197, 72, 0.24), transparent 26%),
    radial-gradient(ellipse at 40% 58%, rgba(113, 55, 252, 0.2), transparent 38%),
    radial-gradient(ellipse at 64% 42%, rgba(16, 151, 252, 0.15), transparent 44%);
  filter: blur(16px);
  animation: demo-breathe 7.8s ease-in-out infinite;
}

.demo-hold {
  position: absolute;
  inset: 18% 5% 12%;
  border-radius: 50%;
  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.12),
    inset 0 -80px 120px rgba(11, 16, 35, 0.76);
  transform: perspective(800px) rotateX(58deg);
}

.demo-node {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  color: var(--node-color, var(--open-blue));
  background: currentColor;
  box-shadow: 0 0 32px currentColor;
  animation: site-presence 6.8s ease-in-out var(--node-delay, 0s) infinite;
}

.demo-node.is-new {
  animation:
    demo-arrive 2.4s cubic-bezier(0.18, 0.72, 0.22, 1) forwards,
    site-presence 6.8s ease-in-out 2.4s infinite;
}

.demo-recognition {
  position: absolute;
  right: 12%;
  bottom: 29%;
  width: 180px;
  height: 120px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(252, 72, 110, 0.18), transparent 68%);
  filter: blur(16px);
  opacity: 0;
}

.demo-field.is-recognising .demo-recognition {
  animation: demo-recognise 2.6s ease-out;
}

@keyframes site-presence {
  0%, 100% { opacity: 0.55; transform: scale(0.9); }
  50% { opacity: 0.9; transform: scale(1.06); }
}

@keyframes site-hold {
  0%, 100% { opacity: 0.84; transform: perspective(760px) rotateX(58deg) scaleX(0.98); }
  52% { opacity: 1; transform: perspective(760px) rotateX(57deg) scaleX(1.035); }
}

@keyframes site-arrival {
  0%, 22% { opacity: 0; transform: translate(30px, -14px) scale(0.72); }
  40% { opacity: 0.58; transform: translate(10px, -5px) scale(0.9); }
  58%, 82% { opacity: 0.9; transform: translate(-14px, 7px) scale(1); }
  100% { opacity: 0; transform: translate(30px, -14px) scale(0.72); }
}

@keyframes demo-breathe {
  0%, 100% { opacity: 0.76; transform: scale(0.98); }
  54% { opacity: 1; transform: scale(1.035); }
}

@keyframes demo-arrive {
  0% { opacity: 0; transform: translate(86px, -42px) scale(0.7); }
  52% { opacity: 0.72; }
  100% { opacity: 0.94; transform: translate(0, 0) scale(1); }
}

@keyframes demo-recognise {
  0%, 100% { opacity: 0; transform: scale(0.9); }
  38% { opacity: 0.5; transform: scale(1.02); }
  68% { opacity: 0.12; transform: scale(1.06); }
}

@media (max-width: 1100px) {
  :root {
    --type-internal-hero: 48px;
    --type-emotional-statement: 52px;
    --type-major-statement: 48px;
    --type-section-heading: 36px;
    --type-body: 17px;
    --space-internal-section: 68px;
  }

  .how-it-works-page .site-shell {
    width: min(calc(100% - 80px), 1312px);
  }

  .how-it-works-page .how-opening {
    min-height: 520px;
    padding: 120px 0 68px;
  }

  .how-it-works-page .how-anchor {
    min-height: 65svh;
    padding: 68px 0;
  }
}

@media (max-width: 1000px) {
  .site-shell {
    width: min(calc(100% - 80px), 1312px);
  }

  .chapter-layout,
  .story-dialog-inner,
  .demo-stage {
    grid-template-columns: 1fr;
  }

  .chapter-layout {
    gap: 44px;
  }

  .how-it-works-page .how-opening {
    min-height: 520px;
  }

  .how-it-works-page .chapter-layout {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .how-it-works-page .chapter-layout--visual-first .chapter-copy,
  .how-it-works-page .chapter-layout--visual-first .chapter-visual {
    order: initial;
  }

  .trust-page .trust-principle-inner {
    gap: 44px;
  }

  .trust-page .trust-foundations > .site-shell {
    gap: 44px;
  }

  .download-page .download-hero-inner,
  .download-page .download-availability,
  .download-page .download-notify > .site-shell {
    gap: 44px;
  }

  .chapter-visual {
    min-height: 340px;
  }

  .stories-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .story-dialog-image {
    width: 100%;
    min-height: 42vh;
    height: 42vh;
  }

  .story-dialog-copy {
    padding: 54px 40px 72px;
  }

  .demo-stage {
    overflow: auto;
    padding: 104px 40px 44px;
  }

  .demo-field {
    min-height: 420px;
  }

  .one-story-opening-inner,
  .one-story-scene-grid,
  .one-story-place-inner,
  .one-story-later-inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .one-story-opening {
    padding-top: 150px;
  }

  .one-story-hero-image {
    width: min(100%, 760px);
    height: 560px;
    justify-self: center;
  }

  .one-story-scene-grid,
  .one-story-place-inner,
  .one-story-later-inner {
    min-height: 0;
  }

  .one-story-portrait {
    justify-self: start;
  }

  .our-story-page .our-story-opening h1 {
    font-size: 46px;
  }

  .our-story-page .our-story-split {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .our-story-page .our-story-split--visual-first .our-story-copy,
  .our-story-page .our-story-split--visual-first .trove-place {
    order: initial;
  }

  .our-story-page .life-scene,
  .our-story-page .trove-place {
    width: min(100%, 680px);
    margin-inline: auto;
  }
}

@media (max-width: 700px) {
  :root {
    --type-internal-hero: 40px;
    --type-emotional-statement: 42px;
    --type-major-statement: 38px;
    --type-section-heading: 32px;
    --type-body: 16px;
    --space-internal-section: 54px;
  }

  .site-shell {
    width: min(calc(100% - 40px), 560px);
  }

  .internal-hero {
    min-height: 540px;
    padding: 108px 0 52px;
  }

  .page-title {
    font-size: 46px;
  }

  .site-section {
    padding: 64px 0;
  }

  .site-section h2 {
    font-size: 34px;
  }

  .download-page .download-hero {
    min-height: 0;
    padding: 118px 0 58px;
  }

  .download-page .download-hero-inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .download-page .download-hero .page-title {
    font-size: var(--type-internal-hero);
  }

  .download-page .download-badges {
    flex-wrap: nowrap;
    gap: 10px;
    margin-top: 28px;
  }

  .download-page .download-badges img {
    height: 42px;
  }

  .download-page .download-hero-visual,
  .download-page .download-hero-visual .life-scene {
    min-height: 260px;
    height: 260px;
  }

  .download-page .download-experiences,
  .download-page .download-platforms {
    padding: 52px 0;
  }

  .download-page .download-experiences h2,
  .download-page .download-notify h2 {
    font-size: 34px;
  }

  .download-page .download-availability {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .download-page .download-availability .download-badges {
    justify-content: flex-start;
  }

  .download-page .download-platform-row {
    grid-template-columns: 1fr;
    gap: 34px;
    margin-top: 34px;
  }

  .download-page .download-platform-row h2 {
    font-size: 32px;
  }

  .download-page .download-notify {
    padding: 56px 0;
  }

  .download-page .download-notify > .site-shell {
    grid-template-columns: 1fr;
    gap: 34px;
    align-items: start;
  }

  .chapter-layout {
    min-height: 0;
    gap: 30px;
  }

  .how-it-works-page .how-opening {
    min-height: 0;
    padding: 104px 0 52px;
  }

  .how-it-works-page .how-opening .chapter-layout {
    gap: 24px;
  }

  .how-it-works-page .how-opening h1 {
    font-size: var(--type-internal-hero);
  }

  .how-it-works-page .how-chapter {
    padding: var(--space-internal-section) 0;
  }

  .how-it-works-page .how-anchor {
    min-height: 60svh;
    padding: 54px 0;
  }

  .how-it-works-page .how-anchor h2 {
    font-size: var(--type-emotional-statement);
  }

  .how-it-works-page .story-becoming,
  .how-it-works-page .story-becoming .trove-place,
  .how-it-works-page .continuation-visual {
    min-height: 300px;
  }

  .how-it-works-page .continuation-visual .years-image {
    width: min(82%, 320px);
  }

  .how-it-works-page .continuation-visual .years-image img {
    height: 280px;
  }

  .trust-page .internal-hero {
    min-height: 460px;
  }

  .trust-page .internal-hero .page-title {
    font-size: var(--type-internal-hero);
  }

  .trust-page .trust-principle-inner {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 18px;
    padding-block: 36px;
  }

  .trust-page .trust-principle-inner--visual-first .trust-principle-copy,
  .trust-page .trust-principle-inner--visual-first .trust-principle-visual {
    order: initial;
  }

  .trust-page .trust-principle-visual {
    min-height: 190px;
  }

  .trust-page .trust-principle-visual img {
    height: 190px;
  }

  .trust-page .trust-principle h2 {
    font-size: var(--type-section-heading);
  }

  .trust-page .trust-foundations {
    padding-block: 44px 52px;
  }

  .trust-page .trust-foundations > .site-shell {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .trust-page .trust-closing {
    min-height: 42svh;
    padding: 52px 0;
  }

  .trust-page .trust-closing h2 {
    font-size: var(--type-major-statement);
  }

  .chapter-visual,
  .life-scene,
  .trove-place,
  .living-band {
    min-height: 300px;
    height: 300px;
  }

  .perspective-strip {
    gap: 8px;
  }

  .perspective-strip img {
    border-radius: 10px;
  }

  .scatter-field {
    min-height: 330px;
  }

  .scatter-field img {
    width: 102px;
  }

  .how-it-works-page .chapter-visual,
  .how-it-works-page .story-becoming,
  .how-it-works-page .story-becoming .trove-place,
  .how-it-works-page .continuation-visual,
  .how-it-works-page .continuation-visual .living-band {
    min-height: 260px;
    height: 260px;
    max-height: 260px;
  }

  .how-it-works-page .how-opening .chapter-visual,
  .how-it-works-page .how-opening .life-scene {
    min-height: 280px;
    height: 280px;
    max-height: 280px;
  }

  .stories-grid,
  .trust-list {
    grid-template-columns: 1fr;
  }

  .story-tile {
    min-height: 350px;
  }

  .trust-item {
    min-height: 0;
    padding: 22px 0 38px;
  }

  .download-badges {
    flex-wrap: wrap;
  }

  .download-badges img {
    height: 48px;
  }

  .signup-form,
  .store-actions {
    flex-direction: column;
  }

  .signup-form button,
  .store-link {
    width: 100%;
  }

  .principle-row {
    grid-template-columns: 48px 1fr;
    gap: 18px;
  }

  .demo-stage {
    padding: 96px 20px 32px;
  }

  .demo-field {
    min-height: 350px;
    height: 46vh;
  }

  .one-story-opening {
    min-height: 0;
    padding: 124px 0 64px;
  }

  .one-story-opening-inner {
    gap: 40px;
  }

  .one-story-opening h1,
  .one-story-anchor p,
  .one-story-closing h2 {
    font-size: 48px;
  }

  .one-story-hero-image {
    height: 430px;
  }

  .one-story-scene,
  .one-story-perspectives,
  .one-story-scatter,
  .one-story-place,
  .one-story-later {
    padding: 72px 0;
  }

  .one-story-scene-grid,
  .one-story-place-inner,
  .one-story-later-inner {
    gap: 38px;
  }

  .one-story-copy h2,
  .one-story-centred-copy h2 {
    font-size: 38px;
  }

  .one-story-portrait {
    width: 100%;
    height: 480px;
  }

  .one-story-filmstrip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 48px;
  }

  .one-story-filmstrip figure,
  .one-story-filmstrip figure:nth-child(2) {
    height: 330px;
  }

  .one-story-filmstrip img {
    border-radius: 9px;
  }

  .one-story-scatter {
    min-height: 760px;
  }

  .one-story-scatter-inner {
    min-height: 620px;
  }

  .one-story-scattered-views img {
    width: 112px;
    height: 150px;
  }

  .one-story-scattered-views img:nth-child(1) {
    left: 0;
  }

  .one-story-scattered-views img:nth-child(2) {
    right: 0;
  }

  .one-story-scattered-views img:nth-child(3) {
    left: 3%;
  }

  .one-story-scattered-views img:nth-child(4) {
    right: 3%;
  }

  .one-story-anchor,
  .one-story-closing {
    min-height: 76svh;
    padding: 88px 0;
  }

  .one-story-living-place,
  .one-story-arrival {
    min-height: 410px;
  }

  .one-story-living-place figure,
  .one-story-arrival figure {
    inset-inline: 2%;
  }

  .our-story-page .our-story-opening {
    min-height: 64svh;
    padding: 104px 0 56px;
  }

  .our-story-page .our-story-opening h1 {
    font-size: var(--type-internal-hero);
  }

  .our-story-page .our-story-question,
  .our-story-page .our-story-reveal {
    padding: 40px 0;
  }

  .our-story-page .our-story-split {
    min-height: 0;
    gap: 20px;
  }

  .our-story-page .our-story-copy h2,
  .our-story-page .our-story-principles p,
  .our-story-page .our-story-conclusion p {
    font-size: var(--type-section-heading);
  }

  .our-story-page .our-story-copy p,
  .our-story-page .our-story-piece p {
    font-size: var(--type-body);
  }

  .our-story-page .our-story-piece {
    min-height: 30svh;
    padding: 44px 0;
  }

  .our-story-page .our-story-anchor {
    min-height: 82svh;
    padding: 82px 0;
  }

  .our-story-page .our-story-anchor h2,
  .our-story-page .our-story-name-reveal h2,
  .our-story-page .our-story-final h2 {
    font-size: var(--type-major-statement);
  }

  .our-story-page .our-story-name-reveal {
    min-height: 46svh;
    padding: 54px 0;
  }

  .our-story-page .our-story-reveal .trove-place {
    min-height: 220px;
    height: 220px;
    max-height: 220px;
  }

  .our-story-page .our-story-question .life-scene {
    min-height: 260px;
    height: 260px;
    max-height: 260px;
  }

  .our-story-page .our-story-principles {
    min-height: 40svh;
    padding: 48px 0;
  }

  .our-story-page .our-story-final {
    min-height: 52svh;
    padding: 66px 0;
  }

  .our-story-page .our-story-conclusion {
    min-height: 32svh;
    padding: 44px 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
  }

  .one-story-living-place::before,
  .one-story-presence,
  .one-story-arriving-presence {
    animation: none;
  }

  .our-story-page .our-story-anchor::before,
  .our-story-page .story-presence {
    animation: none;
  }
}
