@font-face {
  font-family: "Bricolage Grotesque";
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url("./assets/fonts/bricolage-grotesque-latin-variable.woff2") format("woff2");
}

:root {
  color-scheme: light;
  --paper: #f4f2fd;
  --paper-deep: #e9e4fb;
  --white: #ffffff;
  --ink: #111a2c;
  --ink-soft: #263249;
  --muted: #5e6a81;
  --line: #dcd8ec;
  --lavender: #a991f4;
  --lavender-strong: #8d6cf0;
  --lavender-light: #d9c9ff;
  --mint: #4dd59a;
  --mint-deep: #147a53;
  --coral: #fc6f6a;
  --gold: #f1be3d;
  --midnight: #0d131b;
  --midnight-card: #192435;
  --font-display: "Bricolage Grotesque", sans-serif;
  --font-body: "Avenir Next", Avenir, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: auto;
  scrollbar-color: var(--lavender) var(--paper);
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}

body::-webkit-scrollbar {
  width: 12px;
}

body::-webkit-scrollbar-track {
  background: var(--paper);
}

body::-webkit-scrollbar-thumb {
  background: var(--lavender);
  border: 3px solid var(--paper);
  border-radius: 999px;
}

::selection {
  background: var(--lavender-light);
  color: var(--ink);
}

a {
  color: inherit;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 0.22em;
}

img,
svg {
  display: block;
}

button,
input {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid var(--mint-deep);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 10px 14px;
  border-radius: 10px;
  background: var(--ink);
  color: var(--white);
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

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

.site-header {
  position: relative;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(100% - 48px, 1240px);
  min-height: 82px;
  margin: 0 auto;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 760;
  letter-spacing: -0.025em;
  text-decoration: none;
}

.brand img {
  border-radius: 12px;
}

nav {
  display: flex;
  align-items: center;
  gap: clamp(20px, 3vw, 38px);
}

nav a {
  color: var(--ink-soft);
  font-size: 0.94rem;
  font-weight: 700;
  text-decoration: none;
}

nav a:not(.nav-action):hover {
  color: var(--lavender-strong);
}

.nav-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 19px;
  border-radius: 999px;
  background: var(--lavender);
  color: var(--ink);
  transition: background-color 180ms ease, transform 180ms ease;
}

.nav-action:hover {
  background: var(--lavender-strong);
  color: var(--ink);
  transform: translateY(-2px);
}

.hero {
  position: relative;
  min-height: 860px;
  overflow: hidden;
  padding: 36px 24px 0;
}

.hero-copy {
  position: relative;
  z-index: 5;
  width: min(100%, 900px);
  margin: 0 auto;
  text-align: center;
}

h1,
h2,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: var(--font-display);
  text-wrap: balance;
}

h1 {
  max-width: 1120px;
  margin: 0 auto 18px;
  font-size: clamp(3.5rem, 6.7vw, 5.55rem);
  font-weight: 780;
  letter-spacing: -0.035em;
  line-height: 0.95;
}

h1 span {
  color: inherit;
}

.hero-copy > p {
  max-width: 650px;
  margin: 0 auto 28px;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.8vw, 1.28rem);
  line-height: 1.5;
  text-wrap: balance;
}

.store-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.store-badge {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  text-decoration: none;
  transition: opacity 180ms ease, transform 180ms ease;
}

.store-badge:hover {
  opacity: 0.86;
  transform: translateY(-1px);
}

.store-badge img {
  height: 40px;
  width: auto;
}

.budget-marks {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.mark {
  position: absolute;
  width: 48px;
  height: 48px;
  fill: none;
  stroke: currentColor;
  stroke-width: 7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mark-wave {
  top: 118px;
  left: max(4vw, calc(50% - 630px));
  color: var(--lavender);
  transform: rotate(-11deg);
}

.mark-ring {
  top: 235px;
  left: max(12vw, calc(50% - 470px));
  color: var(--mint);
}

.mark-bars {
  top: 305px;
  left: max(5vw, calc(50% - 610px));
  color: var(--coral);
  transform: rotate(-4deg);
}

.mark-chart {
  top: 105px;
  right: max(9vw, calc(50% - 565px));
  color: var(--lavender);
  transform: rotate(9deg);
}

.mark-tick {
  top: 225px;
  right: max(5vw, calc(50% - 620px));
  color: var(--mint);
  transform: rotate(-7deg);
}

.mark-plus {
  top: 315px;
  right: max(13vw, calc(50% - 480px));
  width: 35px;
  color: var(--coral);
  transform: rotate(12deg);
}

.product-stage {
  position: absolute;
  right: 50%;
  bottom: 0;
  z-index: 4;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 14px;
  width: min(100% - 40px, 1060px);
  height: 585px;
  transform: translateX(50%);
}

.phone {
  position: relative;
  flex: 0 0 auto;
  overflow: hidden;
  border: 6px solid #111823;
  border-radius: 38px;
  background: var(--midnight);
  transform-origin: center bottom;
}

.phone::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 31px;
  pointer-events: none;
}

.phone img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

[data-parallax-speed] {
  --parallax-y: 0px;
  transform-origin: center;
}

.phone-activity {
  z-index: 1;
  width: 200px;
  height: 432px;
  transform: translateY(calc(-5px + var(--parallax-y))) rotate(-1.2deg);
}

.phone-budget {
  z-index: 2;
  width: 218px;
  height: 472px;
  transform: translateY(calc(-18px + var(--parallax-y))) rotate(0.8deg);
}

.phone-home {
  z-index: 4;
  width: 252px;
  height: 545px;
  transform: translateY(calc(-2px + var(--parallax-y)));
}

.phone-calendar {
  z-index: 2;
  width: 218px;
  height: 472px;
  transform: translateY(calc(-18px + var(--parallax-y))) rotate(-0.8deg);
}

.js [data-product-stage] [data-reveal] {
  opacity: 0;
  transform: translateY(55px) scale(0.96);
}

.js [data-product-stage].is-visible .phone {
  opacity: 1;
  transition: opacity 700ms cubic-bezier(0.16, 1, 0.3, 1), transform 900ms cubic-bezier(0.16, 1, 0.3, 1);
}

.js [data-product-stage].is-visible .phone-activity {
  transform: translateY(calc(-5px + var(--parallax-y))) rotate(-1.2deg);
  transition-delay: 80ms;
}

.js [data-product-stage].is-visible .phone-budget {
  transform: translateY(calc(-18px + var(--parallax-y))) rotate(0.8deg);
  transition-delay: 150ms;
}

.js [data-product-stage].is-visible .phone-home {
  transform: translateY(calc(-2px + var(--parallax-y)));
  transition-delay: 220ms;
}

.js [data-product-stage].is-visible .phone-calendar {
  transform: translateY(calc(-18px + var(--parallax-y))) rotate(-0.8deg);
  transition-delay: 300ms;
}

.proof-strip {
  position: relative;
  z-index: 6;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(100% - 48px, 1240px);
  margin: clamp(72px, 7vw, 104px) auto 0;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--white);
}

.proof-strip > div {
  display: grid;
  grid-template-columns: 44px 1fr;
  align-items: center;
  gap: 15px;
  min-height: 128px;
  padding: 24px 26px;
}

.proof-strip > div + div {
  border-left: 1px solid var(--line);
}

.proof-strip svg {
  width: 40px;
  height: 40px;
  padding: 8px;
  border-radius: 12px;
  background: var(--paper-deep);
  fill: none;
  stroke: var(--lavender-strong);
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.proof-strip p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.proof-strip strong {
  display: block;
  margin-bottom: 2px;
  color: var(--ink);
}

.feature-intro {
  width: min(100% - 48px, 860px);
  margin: 0 auto;
  padding: 150px 0 100px;
  text-align: center;
}

.feature-intro h2,
.story-copy h2,
.download-section h2 {
  margin-bottom: 22px;
  font-size: clamp(2.5rem, 5vw, 4.8rem);
  font-weight: 740;
  letter-spacing: -0.035em;
  line-height: 0.98;
}

.feature-intro p {
  max-width: 650px;
  margin: 0 auto;
  color: var(--muted);
  font-size: clamp(1.06rem, 1.8vw, 1.3rem);
}

.story {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  align-items: center;
  gap: clamp(58px, 8vw, 118px);
  width: min(100% - 48px, 1160px);
  margin: 0 auto;
  padding: 90px 0;
}

.story-copy {
  max-width: 540px;
}

.story-copy > p {
  max-width: 66ch;
  color: var(--muted);
  font-size: 1.08rem;
}

.story-visual {
  position: relative;
  min-height: 680px;
  overflow: hidden;
  border-radius: 16px;
  background: var(--lavender);
}

.story-plan .story-visual::before,
.download-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  border-radius: inherit;
  background-image: url("./assets/confetti-light.svg");
  background-repeat: repeat;
  background-position: 18px 12px;
  background-size: 420px 520px;
  opacity: 0.4;
  animation: confetti-drift 32s linear infinite;
}

.story-plan .story-visual {
  background: var(--lavender);
}

.screen-card {
  position: absolute;
  z-index: 2;
  overflow: hidden;
  border: 6px solid #111823;
  border-radius: 38px;
  background: var(--midnight);
  box-shadow: 0 24px 46px rgba(17, 26, 44, 0.26);
}

.screen-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.screen-card-budget {
  bottom: -175px;
  left: 50%;
  width: 332px;
  height: 718px;
  transform: translate(-50%, var(--parallax-y));
}

.orbit-label {
  position: absolute;
  z-index: 3;
  display: inline-flex;
  flex-direction: column;
  padding: 10px 15px;
  border-radius: 12px;
  background: var(--white);
  color: var(--muted);
  box-shadow: 0 12px 26px rgba(31, 22, 67, 0.14);
  font-size: 0.82rem;
  font-weight: 700;
}

.orbit-label strong {
  color: var(--ink);
  font-size: 1rem;
  font-variant-numeric: tabular-nums;
}

.orbit-committed {
  top: 72px;
  left: 36px;
}

.orbit-spent {
  top: 205px;
  right: 28px;
}

.orbit-left {
  right: 45px;
  bottom: 78px;
}

.tick-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 30px 0 0;
  list-style: none;
}

.tick-list li {
  position: relative;
  padding-left: 33px;
  color: var(--ink-soft);
  font-weight: 750;
}

.tick-list li::before {
  content: "";
  position: absolute;
  top: 0.25em;
  left: 0;
  width: 20px;
  height: 15px;
  background: var(--mint);
  clip-path: polygon(0 45%, 34% 74%, 100% 0, 100% 30%, 34% 100%, 0 70%);
}

.story-capture {
  grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1.08fr);
}

.story-capture .story-copy {
  order: 1;
}

.capture-visual {
  order: 2;
  background: var(--midnight);
}

.capture-halo {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 450px;
  height: 450px;
  border: 2px solid rgba(169, 145, 244, 0.46);
  border-radius: 50%;
  box-shadow: 0 0 0 55px rgba(169, 145, 244, 0.12), 0 0 0 110px rgba(169, 145, 244, 0.06);
  transform: translate(-50%, -50%);
}

.screen-card-activity {
  right: 40px;
  bottom: -115px;
  width: 354px;
  height: 766px;
  transform: translateY(var(--parallax-y));
}

.capture-methods {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.capture-methods span {
  padding: 9px 14px;
  border-radius: 999px;
  background: var(--paper-deep);
  color: var(--ink-soft);
  font-size: 0.92rem;
  font-weight: 800;
}

.calendar-visual {
  background: var(--paper-deep);
}

.screen-card-calendar {
  bottom: -165px;
  left: 42px;
  width: 344px;
  height: 744px;
  transform: translateY(var(--parallax-y));
}

.calendar-note {
  position: absolute;
  z-index: 3;
  top: 58px;
  right: 40px;
  width: 180px;
  color: var(--ink);
}

.calendar-note span {
  display: block;
  margin-bottom: 5px;
  color: var(--lavender-strong);
  font-size: 0.86rem;
  font-weight: 850;
}

.calendar-note strong {
  font-family: var(--font-display);
  font-size: 1.5rem;
  letter-spacing: -0.025em;
  line-height: 1.08;
}

.quiet-note {
  margin-top: 26px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  color: var(--ink-soft) !important;
  font-size: 0.94rem !important;
  font-weight: 750;
}

.js .story-visual[data-reveal] {
  clip-path: inset(0 0 12% 0 round 16px);
  filter: saturate(0.85);
  transform: translateY(28px);
  transition: clip-path 800ms cubic-bezier(0.16, 1, 0.3, 1), filter 800ms cubic-bezier(0.16, 1, 0.3, 1), transform 800ms cubic-bezier(0.16, 1, 0.3, 1);
}

.js .story-visual[data-reveal].is-visible {
  clip-path: inset(0 0 0 0 round 16px);
  filter: saturate(1);
  transform: translateY(0);
}

.faq-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(420px, 1.28fr);
  align-items: start;
  gap: clamp(58px, 8vw, 112px);
  width: min(100% - 48px, 1240px);
  margin: 110px auto;
  padding: clamp(56px, 8vw, 100px);
  border-radius: 16px;
  background: var(--midnight);
  color: var(--white);
}

.faq-intro {
  position: sticky;
  top: 40px;
}

.faq-intro h2 {
  margin-bottom: 22px;
  color: var(--white);
  font-size: clamp(2.5rem, 5vw, 4.8rem);
  font-weight: 740;
  letter-spacing: -0.035em;
  line-height: 0.98;
}

.faq-intro p {
  max-width: 60ch;
  margin-bottom: 0;
  color: #b9c3d3;
  font-size: 1.08rem;
}

.faq-list {
  border-top: 1px solid #384355;
}

.faq-item {
  border-bottom: 1px solid #384355;
}

.faq-item summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 38px;
  align-items: center;
  gap: 24px;
  min-height: 92px;
  padding: 22px 0;
  color: var(--white);
  cursor: pointer;
  font-family: var(--font-display);
  font-size: clamp(1.16rem, 2vw, 1.42rem);
  font-weight: 680;
  letter-spacing: -0.018em;
  line-height: 1.18;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary:hover {
  color: var(--lavender-light);
}

.faq-toggle {
  position: relative;
  width: 38px;
  height: 38px;
  border: 1px solid #596477;
  border-radius: 50%;
  transition: border-color 180ms ease, background-color 180ms ease, transform 240ms cubic-bezier(0.16, 1, 0.3, 1);
}

.faq-toggle::before,
.faq-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  border-radius: 999px;
  background: var(--lavender-light);
  transform: translate(-50%, -50%);
  transition: opacity 180ms ease, transform 240ms cubic-bezier(0.16, 1, 0.3, 1);
}

.faq-toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-item[open] .faq-toggle {
  border-color: var(--lavender);
  background: rgba(169, 145, 244, 0.12);
  transform: rotate(180deg);
}

.faq-item[open] .faq-toggle::after {
  opacity: 0;
}

.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  transition: grid-template-rows 320ms cubic-bezier(0.16, 1, 0.3, 1), opacity 180ms ease;
}

.faq-answer > div {
  overflow: hidden;
}

.faq-answer p {
  max-width: 64ch;
  margin: 0;
  padding: 0 62px 26px 0;
  color: #b9c3d3;
  font-size: 1rem;
}

.faq-item[open] .faq-answer {
  grid-template-rows: 1fr;
  opacity: 1;
}

.download-section {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.85fr);
  align-items: center;
  gap: 64px;
  width: min(100% - 48px, 1240px);
  margin: 0 auto 80px;
  padding: clamp(48px, 7vw, 86px);
  border-radius: 16px;
  background: var(--lavender);
}

.download-section::before {
  opacity: 0.28;
  background-size: 480px 580px;
}

.download-section > div,
.download-section .store-links {
  position: relative;
  z-index: 1;
}

.download-section h2 {
  max-width: 650px;
  margin-bottom: 14px;
  font-size: clamp(2.8rem, 5.8vw, 5.4rem);
}

.download-section > div p {
  max-width: 55ch;
  margin-bottom: 0;
  color: #302650;
  font-weight: 650;
}

.download-section .store-links {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.site-footer {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  width: min(100% - 48px, 1240px);
  margin: 0 auto;
  padding: 32px 0 44px;
  border-top: 1px solid var(--line);
}

.site-footer p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  text-align: center;
}

.footer-legal {
  justify-self: end;
  gap: 20px;
}

.footer-legal a {
  color: var(--ink-soft);
  font-weight: 750;
}

.footer-legal a:hover {
  color: #5e3dc4;
}

@keyframes confetti-drift {
  from {
    background-position: 18px 12px;
  }

  to {
    background-position: 42px -12px;
  }
}

@media (max-width: 1050px) {
  .hero {
    min-height: 880px;
  }

  .product-stage {
    transform: translateX(50%) scale(0.88);
  }

  .story {
    gap: 50px;
  }

  .story-visual {
    min-height: 620px;
  }

  .faq-section,
  .download-section {
    grid-template-columns: 1fr;
  }

  .faq-intro {
    position: static;
  }

  .download-section {
    gap: 36px;
  }
}

@media (max-width: 820px) {
  .site-header {
    width: min(100% - 36px, 720px);
  }

  nav a:not(.nav-action) {
    display: none;
  }

  .hero {
    min-height: 820px;
    padding-inline: 18px;
  }

  .budget-marks .mark-ring,
  .budget-marks .mark-plus {
    display: none;
  }

  .mark-wave,
  .mark-bars {
    left: 18px;
  }

  .mark-chart,
  .mark-tick {
    right: 18px;
  }

  .product-stage {
    bottom: -62px;
    width: 760px;
    transform: translateX(50%) scale(0.74);
  }

  .proof-strip {
    grid-template-columns: 1fr;
    width: min(100% - 36px, 720px);
    margin-top: 96px;
  }

  .proof-strip > div {
    min-height: auto;
    padding: 20px;
  }

  .proof-strip > div + div {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .feature-intro {
    width: min(100% - 36px, 680px);
    padding: 110px 0 64px;
  }

  .story,
  .story-capture {
    grid-template-columns: 1fr;
    width: min(100% - 36px, 680px);
    padding: 62px 0;
  }

  .story-copy {
    max-width: 620px;
  }

  .story-capture .story-copy,
  .capture-visual {
    order: initial;
  }

  .faq-section,
  .download-section {
    width: min(100% - 36px, 720px);
    margin-block: 72px;
  }
}

@media (max-width: 560px) {
  .site-header {
    min-height: 72px;
  }

  .brand {
    font-size: 1.18rem;
  }

  .brand img {
    width: 36px;
    height: 36px;
  }

  .nav-action {
    min-height: 44px;
    padding-inline: 15px;
    font-size: 0.88rem;
  }

  .hero {
    min-height: 760px;
    padding-top: 34px;
  }

  h1 {
    font-size: clamp(3.1rem, 17vw, 4.4rem);
  }

  .hero-copy > p {
    font-size: 1rem;
  }

  .store-links {
    flex-direction: column;
    align-items: center;
    width: auto;
    margin-inline: auto;
  }

  .download-section .store-links {
    align-items: flex-start;
    width: auto;
    margin-inline: 0;
  }

  .mark {
    width: 34px;
    height: 34px;
    stroke-width: 6;
    opacity: 0.78;
  }

  .mark-wave {
    top: 92px;
  }

  .mark-bars {
    top: 292px;
  }

  .mark-chart {
    top: 98px;
  }

  .mark-tick {
    display: none;
  }

  .product-stage {
    bottom: -130px;
    gap: 8px;
    width: 500px;
    height: 540px;
    transform: translateX(50%);
  }

  .phone-activity {
    display: none;
  }

  .phone-budget,
  .phone-calendar {
    width: 150px;
    height: 325px;
  }

  .phone-home {
    width: 184px;
    height: 398px;
  }

  .proof-strip {
    margin-top: 96px;
  }

  .feature-intro h2,
  .story-copy h2,
  .faq-intro h2,
  .download-section h2 {
    font-size: clamp(2.35rem, 12vw, 3.55rem);
  }

  .story-visual {
    min-height: 540px;
  }

  .screen-card-budget,
  .screen-card-calendar {
    width: 282px;
    height: 610px;
  }

  .screen-card-activity {
    right: 50%;
    width: 282px;
    height: 610px;
    transform: translate(50%, var(--parallax-y));
  }

  .capture-halo {
    width: 320px;
    height: 320px;
  }

  .calendar-note {
    top: 34px;
    right: 22px;
    width: 130px;
  }

  .calendar-note strong {
    font-size: 1.1rem;
  }

  .faq-section,
  .download-section {
    padding: 42px 24px;
  }

  .faq-item summary {
    min-height: 82px;
    gap: 16px;
  }

  .faq-answer p {
    padding-right: 0;
  }

  .site-footer {
    grid-template-columns: 1fr;
    justify-items: start;
    width: min(100% - 36px, 720px);
  }

  .site-footer p {
    text-align: left;
  }

  .footer-legal {
    justify-self: start;
    flex-wrap: wrap;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .js [data-reveal],
  .js [data-product-stage] [data-reveal] {
    opacity: 1;
    filter: none;
    clip-path: none;
  }

  [data-parallax-speed] {
    --parallax-y: 0px !important;
    will-change: auto !important;
  }

  .story-plan .story-visual::before,
  .download-section::before {
    animation: none;
  }
}
