.journal-desktop-sentence-break { display: none; }
.journal-desktop-flow-space { display: none; }
@media (min-width: 1024px) {
  .journal-desktop-sentence-break { display: inline; }
  .journal-mobile-line-break { display: none; }
  .journal-desktop-flow-space { display: inline; }
  .annotation.left { grid-template-columns: 210px 44px; }
  .tangent-annotations .annotation.left { left: -277px; }
  .annotation-label { white-space: nowrap; }
  /* Figma: 32px between the 286px right passage and its brace. */
  .tangent-annotations .annotation.right { left: 685px; right: auto; }
  .hero-scroll .journal-composition .handwriting-page.right,
  .hero-scroll .journal-composition .emotion-highlight-page.right { letter-spacing: -0.65px; }
  .hero-scroll .journal-composition .handwriting-page,
  .hero-scroll .journal-composition .emotion-highlight-page {
    width: 286px;
    font-size: 23px;
    line-height: 25px;
  }
}
/* Stationary pointer feedback is shared by the homepage and use-case page. */
@media (hover: hover) and (pointer: fine) {
  :is(.landing-page-v2, .use-cases-page) .download-button { transition: background-color 200ms ease, border-color 200ms ease, color 200ms ease; }
  .landing-page-v2 .landing-primary-cta:hover { background: #f9f1e1; }
  :is(.landing-page-v2, .use-cases-page) .section-cta:hover { background: #651d26; }
  .landing-page-v2 .landing-header:not(.is-compact) .landing-header-download:hover { background: white; border-color: white; color: var(--coffee-950); }
  .landing-page-v2 .landing-header:not(.is-compact) .landing-header-download:hover .download-button-icon { filter: brightness(0); }
  .landing-page-v2 .landing-header.is-compact .landing-header-download:hover { background: #651d26; border-color: #651d26; }
  .landing-page-v2 .how-step-button:hover { color: var(--merlot); }
}
@media (prefers-reduced-motion: reduce) {
  :is(.landing-page-v2, .use-cases-page) .download-button { transition: none; }
}
:root {
  --paper: #fff9ed;
  --paper-muted: #f9f1e1;
  --merlot: #51121a;
  --merlot-950: #420f14;
  --coffee-950: #272121;
  --coffee-900: #3a3333;
  --coffee-800: #4f4544;
  --coffee-700: #5b4f4d;
  --coffee-600: #70615e;
  --line: rgba(81, 18, 26, 0.16);
  --display: "EB Garamond", Georgia, serif;
  --body: -apple-system, BlinkMacSystemFont, "SF Pro", "SF Pro Text", "Segoe UI", sans-serif;
  --hand: "Caveat", "Bradley Hand", cursive;
  --section-card-title-family: var(--display);
  --section-card-title-size: 40px;
  --section-card-title-weight: 500;
  --section-card-title-line-height: 1.2;
  --section-card-title-letter-spacing: -1px;
  --section-card-title-word-spacing: 0;
  --section-card-title-color: var(--coffee-900);
  --display-letter-spacing: -0.025em;
  --display-word-spacing: 0;
}

body.landing-body {
  background: var(--merlot);
}

body.landing-body .container {
  width: 100%;
  max-width: none;
  padding: 0;
  background: var(--merlot);
}

.desktop-only {
  display: inline;
}

.mobile-only {
  display: none;
}

.landing-page-v2 {
  width: 100%;
  min-height: 100svh;
  overflow: clip;
  background: var(--paper-muted);
  color: var(--coffee-950);
}

.landing-section-inner {
  width: min(1140px, calc(100vw - 48px));
  margin: 0 auto;
}

.download-button {
  gap: 8px;
  min-width: max-content;
}

.landing-page-v2 .download-button:has(.download-button-icon)::before {
  display: none;
}

.download-button-icon {
  display: block;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  object-fit: contain;
}

.download-button::before {
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  background: currentColor;
  -webkit-mask: url("/landing/apple.svg") center / contain no-repeat;
  mask: url("/landing/apple.svg") center / contain no-repeat;
}

.hero-title,
.section-title,
.how-panel h3,
.feature-copy h3,
.testimonial-quote,
.faq-title {
  font-kerning: normal;
  font-optical-sizing: auto;
  font-variant-ligatures: common-ligatures contextual;
  font-feature-settings: "kern" 1, "liga" 1, "calt" 1;
  text-rendering: optimizeLegibility;
  letter-spacing: var(--display-letter-spacing);
  word-spacing: var(--display-word-spacing);
}

/* Figma uses cap-to-baseline trimming for display text, except the desktop
   hero. Preserve line-height within multiline headings; trim only the edges. */
.section-title,
.how-panel h3,
.feature-copy h3,
.testimonial-quote,
.faq-title {
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}

.hero-scroll {
  --title-o: 1;
  --title-y: 0px;
  --visual-y: 0px;
  --journal-scale: 1;
  --paper-o: 1;
  --paper-y: 0px;
  --paper-scale: 1;
  --paper-blur: 0px;
  --ink-on-paper: #443a33;
  --ink-on-merlot: #fff9ed;
  --ink-transition-y: 620px;
  --ink-transition-softness: 0px;
  --ink-o: 1;
  --ink-dim: 1;
  --highlight-o: 0;
  --handwriting-font-fit: 1;
  --how-progress-0: 0%;
  --how-progress-1: 0%;
  --how-progress-2: 0%;
  --annotation-o: 0;
  --hero-visual-top: calc(100svh - 140px);
  position: relative;
  height: 260svh;
  padding-bottom: 100px;
  background: var(--merlot);
  color: var(--paper);
}

.hero-stage {
  position: sticky;
  top: 0;
  height: 100svh;
  min-height: 820px;
  overflow: hidden;
  isolation: isolate;
  background: var(--merlot);
}

.landing-header {
  position: fixed;
  z-index: 60;
  top: 16px;
  left: 50%;
  width: min(1140px, calc(100vw - 48px));
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 48px;
  min-height: 48px;
  padding: 0;
  border: 1px solid transparent;
  border-radius: 88px;
  background: transparent;
  box-shadow: none;
  transition:
    background-color 260ms ease,
    border-color 260ms ease,
    box-shadow 260ms ease;
}

.landing-header::after {
  content: "";
  position: absolute;
  left: 50%;
  top: calc(100% + 16px);
  width: 100vw;
  height: 0.5px;
  background: #fdf4f3;
  opacity: 0;
  transform: translateX(-50%);
  transition: opacity 260ms ease;
}

.landing-header .brand-lockup {
  display: block;
  width: 110px;
  height: 26px;
  background: var(--paper);
  -webkit-mask: url("/landing-logo-wordmark.svg") center / contain no-repeat;
  mask: url("/landing-logo-wordmark.svg") center / contain no-repeat;
  transition: background-color 260ms ease;
}

.landing-header .brand-logo {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.landing-header-download {
  width: auto;
  min-width: max-content;
  max-width: none;
  height: 48px;
  margin-left: 0;
  padding: 14px 20px;
  border: 1.5px solid #c9c3bf;
  background: transparent;
  color: var(--paper);
  font-size: 17px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.442px;
  box-shadow: none;
  transition:
    background-color 260ms ease,
    border-color 260ms ease,
    color 260ms ease,
    font-weight 260ms ease,
    box-shadow 260ms ease;
}

.landing-header-download::before {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}

.landing-header-download .download-button-label {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  transition:
    max-width 260ms ease,
    opacity 180ms ease;
}

.landing-header-download .download-button-label-desktop {
  max-width: 140px;
  opacity: 1;
}

.landing-header-download .download-button-label-mobile {
  display: none;
  max-width: 0;
  opacity: 0;
}

.landing-header.is-compact {
  height: 66px;
  padding: 8px 8px 8px 20px;
  border-color: #e3e1de;
  background: #ffffff;
  box-shadow: 0 12px 22px rgba(0, 0, 0, 0.05);
}

.landing-header.is-compact .brand-lockup {
  width: 110px;
  height: 26px;
  background: var(--merlot);
}

.landing-header.is-compact .landing-header-download {
  height: 48px;
  font-weight: 510;
  background: var(--merlot);
  border-color: var(--merlot);
  color: white;
  box-shadow: none;
}

.landing-header.is-compact .landing-header-download .download-button-label-desktop {
  max-width: 140px;
  opacity: 1;
}

.landing-header.is-compact .landing-header-download .download-button-label-mobile {
  max-width: 0;
  opacity: 0;
}

.hero-copy {
  position: absolute;
  z-index: 6;
  top: clamp(140px, calc(50svh - 200px), 234px);
  left: 50%;
  width: min(700px, calc(100vw - 48px));
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  opacity: 1;
  transform: translateX(-50%) translateY(var(--title-y));
  text-align: center;
}

.hero-title {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(56px, 5.55vw, 80px);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: var(--display-letter-spacing);
  color: var(--paper);
}

.hero-title-line {
  display: block;
  white-space: nowrap;
}

.hero-subtitle {
  margin: 0;
  color: var(--paper);
  font-family: var(--body);
  font-size: 22px;
  font-weight: 590;
  line-height: 28px;
  letter-spacing: -0.264px;
  font-variation-settings: "wdth" 100;
}

.landing-primary-cta {
  height: 64px;
  padding: 14px 20px;
  background: var(--paper);
  color: var(--coffee-950);
  font-size: 17px;
  font-weight: 510;
  line-height: 22px;
  letter-spacing: -0.442px;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
}

.landing-primary-cta .download-button-icon {
  width: 28px;
  height: 28px;
  flex-basis: 28px;
}

.hero-visual {
  position: absolute;
  z-index: 4;
  left: 50%;
  top: var(--hero-visual-top);
  width: min(980px, calc(100vw - 48px));
  height: 720px;
  transform: translateX(-50%) translateY(var(--visual-y));
}

.journal-composition {
  position: absolute;
  left: 50%;
  top: 34px;
  width: 677px;
  height: 613px;
  transform: translateX(-50%) scale(var(--journal-scale));
  transform-origin: top center;
}

.journal-composition::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 4;
  background: url("/landing/figma-hero-ribbon-desktop.png") center / 100% 100% no-repeat;
  opacity: var(--paper-o);
  transform: translateY(var(--paper-y)) scale(var(--paper-scale));
  filter: blur(var(--paper-blur));
  transform-origin: center;
  pointer-events: none;
  will-change: opacity, transform, filter;
}

.journal-paper {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: var(--paper-o);
  transform: translateY(var(--paper-y)) scale(var(--paper-scale));
  filter: blur(var(--paper-blur));
  transform-origin: center;
  will-change: opacity, transform, filter;
}

.journal-paper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.handwriting-layer {
  position: absolute;
  inset: 32px 0 42px 41px;
  z-index: 2;
  overflow: visible;
  opacity: var(--ink-o);
  transform-origin: center;
  will-change: opacity;
  color: var(--ink-on-paper);
  pointer-events: none;
}

.emotion-highlights {
  position: absolute;
  inset: 0;
  z-index: 3;
  opacity: var(--highlight-o);
  pointer-events: none;
}

.emotion-highlight-page {
  position: absolute;
  top: 0;
  width: 304px;
  font-family: var(--hand);
  font-size: calc(23px * var(--handwriting-font-fit));
  line-height: calc(25px * var(--handwriting-font-fit));
  letter-spacing: -0.442px;
  white-space: pre-wrap;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.emotion-highlight-page.left {
  left: 0;
}

.emotion-highlight-page.right {
  left: 326px;
  width: 304px;
}

.emotion-mark {
  --emotion-color: rgb(255, 225, 141);
  --emotion-bg-opacity: 0.9;
  --emotion-pill: #ffd86a;
  --emotion-ink: #443a33;
  --emotion-highlight-height: 24px;
  --mark-reveal: 0;
  position: relative;
  display: inline;
  border: 0;
  border-radius: 1px;
  margin: 0 -2px;
  padding: 0 2px;
  background-image:
    linear-gradient(var(--emotion-ink) 0 0),
    linear-gradient(color-mix(in srgb, var(--emotion-color) calc(var(--emotion-bg-opacity) * 100%), var(--merlot)) 0 0);
  background-position:
    left center,
    left center;
  background-size:
    calc(var(--mark-reveal) * 100%) 100%,
    calc(var(--mark-reveal) * 100%) var(--emotion-highlight-height);
  background-repeat: no-repeat;
  -webkit-background-clip: text, border-box;
  background-clip: text, border-box;
  -webkit-box-decoration-break: slice;
  box-decoration-break: slice;
  color: transparent;
  -webkit-text-fill-color: transparent;
  cursor: default;
  pointer-events: none;
  will-change: background-size;
}

.emotion-mark.is-highlight-complete {
  cursor: pointer;
  pointer-events: auto;
}

.emotion-mark.is-highlight-complete:hover,
.emotion-mark.is-highlight-complete:focus-visible {
  --emotion-bg-opacity: 1;
}

.emotion-mark > span {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 8px);
  z-index: 4;
  padding: 5px 10px 6px;
  border-radius: 999px;
  background: var(--emotion-pill);
  color: var(--emotion-ink);
  -webkit-text-fill-color: var(--emotion-ink);
  font-family: var(--body);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  opacity: 1;
  visibility: hidden;
  transform: translateX(-50%) translateY(4px);
  transition: transform 160ms ease;
  white-space: nowrap;
  pointer-events: none;
  isolation: isolate;
}

.emotion-mark.is-highlight-complete:hover > span,
.emotion-mark.is-highlight-complete:focus-visible > span {
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.emotion-mark.emotion-group-gratitude {
  --emotion-color: rgb(247, 205, 216);
  --emotion-pill: rgb(247, 205, 216);
  --emotion-ink: #70434e;
}

.emotion-mark.emotion-group-joy {
  --emotion-color: rgb(255, 225, 141);
  --emotion-pill: rgb(255, 225, 141);
  --emotion-ink: #564411;
}

.emotion-mark.emotion-group-curiosity {
  --emotion-color: rgb(246, 221, 255);
  --emotion-pill: rgb(246, 221, 255);
  --emotion-ink: #62456b;
}

.emotion-mark.emotion-group-hope {
  --emotion-color: rgb(218, 232, 175);
  --emotion-pill: rgb(218, 232, 175);
  --emotion-ink: #606844;
}

.emotion-mark.emotion-group-surprise {
  --emotion-color: rgb(255, 224, 208);
  --emotion-pill: rgb(255, 224, 208);
  --emotion-ink: #8c4d2a;
}

.emotion-mark.emotion-group-sadness {
  --emotion-color: rgb(222, 242, 255);
  --emotion-pill: rgb(222, 242, 255);
  --emotion-ink: #3d5c6f;
}

.emotion-mark.emotion-group-anger {
  --emotion-color: rgb(255, 213, 209);
  --emotion-pill: rgb(255, 213, 209);
  --emotion-ink: #90362e;
}

.emotion-mark.emotion-group-anxiety {
  --emotion-color: rgb(210, 211, 249);
  --emotion-pill: rgb(210, 211, 249);
  --emotion-ink: #474772;
}

.emotion-mark.emotion-group-regret {
  --emotion-color: rgb(221, 213, 206);
  --emotion-pill: rgb(221, 213, 206);
  --emotion-ink: #3e3832;
}

.handwriting-page {
  position: absolute;
  top: 0;
  z-index: 2;
  width: 304px;
  font-family: var(--hand);
  font-size: calc(23px * var(--handwriting-font-fit));
  line-height: calc(25px * var(--handwriting-font-fit));
  letter-spacing: -0.442px;
  color: var(--ink-on-paper);
  opacity: var(--ink-dim);
  white-space: pre-wrap;
  background:
    linear-gradient(
      180deg,
      var(--ink-on-paper) 0,
      var(--ink-on-paper) calc(var(--ink-transition-y) - var(--ink-transition-softness)),
      var(--ink-on-merlot) calc(var(--ink-transition-y) + var(--ink-transition-softness)),
      var(--ink-on-merlot) 100%
    );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.handwriting-page.left {
  left: 0;
}

.handwriting-page.right {
  left: 326px;
  width: 304px;
}

.tangent-annotations {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.annotation {
  position: absolute;
  display: grid;
  grid-template-columns: 150px 44px;
  align-items: center;
  gap: 32px;
  font-family: var(--display);
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0;
  color: var(--paper);
  text-align: center;
  opacity: var(--annotation-o);
  transform: translateY(calc((1 - var(--annotation-o)) * 12px));
  will-change: opacity, transform;
}

.annotation:not(.past) {
  opacity: var(--annotation-o);
}

.annotation.past {
  opacity: var(--annotation-o);
}

.annotation.left .brace {
  order: 2;
}

.annotation.right {
  grid-template-columns: 44px 150px;
}

.annotation.right .brace {
  order: 1;
}

.annotation.right .brace img {
  transform: rotate(180deg) scaleY(-1);
  transform-origin: center;
}

.annotation.right .annotation-label {
  order: 2;
}

.brace {
  display: block;
  width: var(--brace-width, 44px);
  height: var(--brace-height, 152px);
  opacity: 0.9;
}

.brace img {
  display: block;
  width: 100%;
  height: 100%;
}

.annotation.quality { left: -217px; top: 136px; }
.annotation.gratitude { left: -217px; top: 80px; }
.annotation.gratitude .brace { --brace-height: 59px; }
.annotation.friends { left: -217px; top: 326px; }
.annotation.growing { left: -217px; top: 446px; }
.annotation.new-approach { right: -260px; top: 18px; }
.annotation.past {
  right: -260px;
  top: 238px;
}
.annotation.past .annotation-label {
  position: relative;
  z-index: 2;
}
.annotation.friends .brace { --brace-height: 101px; }
.annotation.growing .brace { --brace-height: 59px; }
.annotation.past .brace {
  --brace-height: 264px;
  opacity: 0.9;
}

.cream-section {
  background: var(--paper-muted);
  color: var(--coffee-950);
  border-top: 0;
}

.how-it-works {
  background: #fffbf0;
  padding: 200px 0 160px;
}

.how-grid {
  display: grid;
  grid-template-columns: 243px minmax(0, 692px);
  justify-content: space-between;
  align-items: start;
  gap: 80px;
}

.section-kicker {
  font-family: var(--body);
  color: var(--coffee-600);
  font-size: 16px;
  line-height: 21px;
  letter-spacing: -0.32px;
}

.section-title {
  margin-top: 20px;
  font-family: var(--display);
  color: var(--coffee-900);
  font-size: clamp(56px, 5.55vw, 80px);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -2px;
  word-spacing: var(--display-word-spacing);
}

.muted-word {
  color: #84746f;
}

.how-it-works .section-kicker {
  color: #84746f;
}

.section-cta {
  margin-top: 48px;
  height: 64px;
  padding: 14px 20px;
  font-size: 17px;
  font-weight: 510;
  line-height: 22px;
  letter-spacing: -0.442px;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
}

.how-steps {
  position: sticky;
  top: 178px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 531px;
  padding-top: 0;
}

.how-steps-mobile {
  display: none;
}

.how-step-button {
  width: 100%;
  border: 0;
  background: transparent;
  color: var(--coffee-900);
  cursor: pointer;
  text-align: left;
  font-family: var(--body);
  font-size: 17px;
  font-weight: 510;
  line-height: 22px;
  letter-spacing: -0.442px;
}

.how-step-line {
  position: relative;
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 24px;
  background: rgba(81, 18, 26, 0.16);
}

.how-step-line::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: var(--how-step-progress, 0%);
  height: 3px;
  background: var(--merlot);
  transform: translateY(-50%);
}

.how-step-button:nth-child(1) .how-step-line {
  --how-step-progress: var(--how-progress-0);
}

.how-step-button:nth-child(2) .how-step-line {
  --how-step-progress: var(--how-progress-1);
}

.how-step-button:nth-child(3) .how-step-line {
  --how-step-progress: var(--how-progress-2);
}

.how-panels {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.how-intro {
  min-height: 435px;
}

.how-panel {
  display: grid;
  gap: 40px;
}

.how-panel + .how-panel {
  margin-top: 102px;
}

.how-panel-eyebrow {
  display: none;
}


@media (min-width: 1024px) {
  /* Preserve the original unpadded content alignment; the pill extends outward. */
  .landing-header,
  .landing-header.is-compact {
    top: 21px;
    height: 48px;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    isolation: isolate;
  }

  .landing-header::before {
    content: "";
    position: absolute;
    inset: -9px -9px -9px -21px;
    z-index: -1;
    pointer-events: none;
    border: 1px solid #e3e1de;
    border-radius: 88px;
    background: white;
    box-shadow: 0 12px 22px rgba(0, 0, 0, 0.05);
    opacity: 0;
    transition: opacity 260ms ease;
  }

  .landing-header.is-compact::before {
    opacity: 1;
  }

  .landing-header.is-compact .landing-header-download {
    font-weight: 400;
  }

  .how-it-works { padding-bottom: 200px; }
}

.how-panel h3 {
  font-family: var(--section-card-title-family);
  color: var(--section-card-title-color);
  font-size: var(--section-card-title-size);
  font-weight: var(--section-card-title-weight);
  line-height: var(--section-card-title-line-height);
  letter-spacing: var(--section-card-title-letter-spacing);
  word-spacing: var(--section-card-title-word-spacing);
}

.how-panel p {
  margin-top: 24px;
  width: 344px;
  font-family: var(--body);
  color: var(--coffee-600);
  font-size: 17px;
  font-weight: 510;
  line-height: 22px;
  letter-spacing: -0.442px;
  font-variation-settings: "wdth" 100;
}

.how-visual {
  position: relative;
  height: 558px;
  overflow: hidden;
  border-radius: 56px;
  background: #d3e5f1;
}

.how-visual::before {
  content: none;
  position: absolute;
  inset: -22% -38%;
  background:
    radial-gradient(ellipse at 76% 3%, rgba(176, 44, 72, 0.42) 0 24%, transparent 25%),
    linear-gradient(64deg, transparent 0 28%, rgba(176, 44, 72, 0.42) 28% 37%, transparent 37%),
    radial-gradient(ellipse at 74% 55%, transparent 0 29%, rgba(176, 44, 72, 0.42) 30% 42%, transparent 43%),
    radial-gradient(ellipse at 55% 96%, transparent 0 28%, rgba(176, 44, 72, 0.42) 29% 41%, transparent 42%);
  transform: rotate(12deg);
}

.how-phone {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 200px;
  height: 435px;
  transform: translate(-50%, -50%);
  border: 4px solid rgba(255, 249, 237, 0.5);
  border-radius: 32px;
  object-fit: cover;
  box-shadow: 0 24px 56px rgba(81, 18, 26, 0.16);
}

.features {
  padding: 200px 0;
}

.features-heading {
  max-width: 627px;
}

.feature-list {
  display: grid;
  gap: 200px;
  margin-top: 200px;
}

.feature {
  display: grid;
  gap: 48px;
}

.feature-copy {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 48px;
}

.feature-copy h3 {
  width: auto;
  max-width: 520px;
  font-family: var(--section-card-title-family);
  color: var(--section-card-title-color);
  font-size: 44px;
  font-weight: var(--section-card-title-weight);
  line-height: var(--section-card-title-line-height);
  letter-spacing: var(--section-card-title-letter-spacing);
  word-spacing: var(--section-card-title-word-spacing);
}

.feature-copy p {
  width: 399px;
  color: var(--coffee-600);
  font-size: 28px;
  font-weight: 590;
  line-height: 34px;
  letter-spacing: -0.41px;
  font-variation-settings: "wdth" 100;
}

.feature-media {
  position: relative;
  aspect-ratio: 1141 / 600;
  overflow: hidden;
  border-radius: 64px;
  background: transparent;
}

.feature-media img {
  display: block;
}

.feature-media picture {
  display: contents;
}

.feature-composite {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.feature-art {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature-phone {
  position: absolute;
  left: 50%;
  top: 0;
  width: 500px;
  max-width: 52%;
  transform: translateX(-50%);
  border: 12px solid rgba(249, 241, 225, 0.4);
  border-radius: 0 0 48px 48px;
}

.feature-split {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: 1fr 0.88fr;
  gap: 8px;
}

.feature-split > div {
  position: relative;
  overflow: hidden;
  border-radius: 64px;
}

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

.feature-patterns .how-phone {
  z-index: 2;
  width: min(340px, 34%);
  height: auto;
  aspect-ratio: 340 / 739;
  border-width: 3px;
  border-radius: 48px;
}

.feature-share-card {
  position: absolute;
  left: 7%;
  top: 6%;
  width: min(377px, 34%);
}

.feature-share-phone {
  position: absolute;
  right: 7%;
  bottom: 5%;
  width: min(421px, 38%);
}

.memory-pill {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 24px 32px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.6);
  color: var(--coffee-900);
  font-size: clamp(18px, 2vw, 28px);
  line-height: 1;
  letter-spacing: 0;
}

.memory-pill.one { left: 10%; top: 35%; }
.memory-pill.two { right: 9%; top: 32%; }
.memory-pill.three { left: 20%; bottom: 30%; }
.memory-pill.four { right: 12%; bottom: 36%; }

.testimonial-section {
  padding: 200px 0;
  background: #f8d6d4;
  text-align: center;
}

.stars {
  display: flex;
  justify-content: center;
  gap: 0;
}

.stars img {
  display: block;
  width: 32px;
  height: 32px;
}

.testimonial-quote {
  max-width: 740px;
  margin: 48px auto 0;
  color: var(--merlot);
  font-family: var(--display);
  font-size: clamp(42px, 4.2vw, 60px);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -2px;
  word-spacing: var(--display-word-spacing);
}

.testimonial-name {
  margin-top: 48px;
  color: var(--merlot);
  font-size: 22px;
  font-weight: 590;
  line-height: 28px;
  letter-spacing: -0.264px;
}

.testimonial-name a {
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.testimonial-name a:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 4px;
  border-radius: 2px;
}

.faq-section {
  background: var(--paper);
  padding: 200px 0;
}

.faq-grid {
  display: grid;
  grid-template-columns: minmax(0, 392px) minmax(0, 542px);
  justify-content: space-between;
  gap: 80px;
}

.faq-title {
  font-family: var(--display);
  text-wrap: balance;
  color: var(--coffee-900);
  font-size: 70px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -2px;
  word-spacing: var(--display-word-spacing);
}

.faq-item {
  border-bottom: 1px solid var(--line);
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.faq-item:last-child {
  border-bottom: 0;
}

.faq-question {
  -webkit-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: 0;
  width: 100%;
  min-height: 0;
  padding: 0 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border: 0;
  background: transparent;
  color: var(--coffee-950);
  cursor: pointer;
  text-align: left;
  font-family: var(--body);
  font-size: 28px;
  font-weight: 590;
  line-height: 34px;
  letter-spacing: -0.41px;
}

.faq-icon {
  position: relative;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  color: var(--coffee-950);
  transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.faq-icon::before,
.faq-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transform: translate(-50%, -50%);
  transform-origin: center;
}

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

.faq-item.is-open .faq-icon {
  transform: rotate(45deg);
}

.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  padding: 0 64px 0 0;
  color: #84746f;
  font-size: 17px;
  line-height: 22px;
  letter-spacing: -0.442px;
  transition:
    grid-template-rows 420ms cubic-bezier(0.33, 1, 0.68, 1),
    padding 420ms cubic-bezier(0.33, 1, 0.68, 1);
}

.faq-answer[hidden] {
  display: none;
}

.faq-answer-inner {
  min-height: 0;
  opacity: 0;
  transform: translateY(-10px);
  transition:
    opacity 220ms ease,
    transform 360ms cubic-bezier(0.33, 1, 0.68, 1);
}

.faq-answer p {
  margin: 0;
}

.faq-item.is-open .faq-answer {
  grid-template-rows: 1fr;
  padding: 8px 64px 32px 0;
}

.faq-item.is-open .faq-answer-inner {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 90ms;
}

.landing-footer {
  position: relative;
  min-height: 418px;
  margin-top: 100px;
  padding: 64px 0 48px;
  color: var(--merlot);
}

.landing-footer::before {
  content: none;
  position: absolute;
  left: 50%;
  top: 0;
  width: 100vw;
  height: 0.5px;
  background: var(--merlot);
  transform: translateX(-50%);
}

.landing-footer-content {
  position: relative;
  width: min(100% - 48px, 1140px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.landing-footer-links {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: flex-start;
  gap: 24px;
  width: 100%;
}

.landing-footer-link-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.landing-footer-links a {
  color: var(--merlot);
  font-size: 17px;
  font-weight: 510;
  line-height: 22px;
  letter-spacing: -0.442px;
  text-decoration: none;
  white-space: nowrap;
}

.landing-footer-links a:hover,
.landing-footer-links a:focus {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.landing-footer-copyright {
  margin-top: 56px;
  color: var(--merlot);
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: -0.32px;
}

.landing-footer-logo {
  margin-top: 56px;
  width: 100%;
  height: auto;
  aspect-ratio: 126 / 30.7091;
  display: block;
  object-fit: contain;
}

@media (min-width: 900px) {
  .landing-footer {
    height: auto;
    min-height: 0;
    margin-top: 0;
    padding: 200px 0 120px;
  }

  .landing-footer-content {
    width: min(1140px, calc(100vw - 48px));
    min-width: 0;
    height: 100%;
    margin: 0 auto;
    align-items: flex-end;
  }

  .landing-footer-links {
    position: static;
    display: flex;
    width: auto;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 80px;
  }

  .landing-footer-copyright {
    position: static;
    width: 100%;
    margin-top: 80px;
    text-align: right;
  }

  .landing-footer-logo {
    position: static;
    margin-top: 80px;
    width: 100%;
  }
}

@media (max-width: 1023px) {
  .desktop-only {
    display: none;
  }

  .mobile-only {
    display: inline;
  }

  .landing-section-inner {
    width: min(100% - 40px, 688px);
  }

  .hero-scroll {
    --hero-visual-top: 640px;
    height: 252svh;
  }

  .hero-stage {
    min-height: 100svh;
  }

  .landing-header {
    top: 16px;
    width: calc(100vw - 32px);
    height: 60px;
    min-height: 60px;
    padding: 8px 8px 8px 18px;
    background: var(--merlot);
    transition: none;
  }

  .landing-header::after {
    display: block;
    height: 0.5px;
    background: #733f45;
  }

  .landing-header.is-compact {
    border-color: transparent;
    background: var(--merlot);
    box-shadow: none;
  }

  .landing-header.is-compact::after {
    opacity: 1;
  }

  .landing-header .brand-lockup {
    width: 96px;
    height: 23px;
  }

  .landing-header.is-compact .brand-lockup {
    width: 96px;
    height: 23px;
    background: var(--paper);
  }

  .landing-header-download {
    width: auto;
    min-width: max-content;
    max-width: none;
    height: 44px;
    padding: 0 16px;
    font-size: 16px;
  }

  .landing-header-download::before {
    width: 20px;
    height: 20px;
    flex-basis: 20px;
  }

  .landing-header-download .download-button-label-desktop {
    display: inline-block;
    max-width: 0;
    opacity: 0;
  }

  .landing-header.is-compact .landing-header-download .download-button-label-desktop {
    max-width: 0;
    opacity: 0;
  }

  .landing-header-download .download-button-label-mobile {
    display: inline-block;
    max-width: none;
    opacity: 1;
  }

  .landing-header.is-compact .landing-header-download .download-button-label-mobile {
    max-width: none;
    opacity: 1;
  }

  .landing-header.is-compact .landing-header-download {
    background: #ffffff;
    border-color: #ffffff;
    color: var(--coffee-950);
  }

  .landing-header.is-compact .landing-header-download .download-button-icon {
    filter: brightness(0) saturate(100%) invert(12%) sepia(9%) saturate(593%) hue-rotate(314deg) brightness(93%) contrast(91%);
  }

  .hero-copy {
    top: 150px;
    width: min(430px, calc(100vw - 48px));
    gap: 40px;
  }

  .hero-title {
    font-size: clamp(36px, 10.6vw, 48px);
    letter-spacing: var(--display-letter-spacing);
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
  }

  .hero-subtitle {
    font-size: 20px;
    line-height: 25px;
    letter-spacing: -0.46px;
  }

  .landing-primary-cta {
    height: 56px;
  }

  .landing-primary-cta .download-button-icon {
    width: 24px;
    height: 24px;
    flex-basis: 24px;
  }

  .hero-visual {
    top: var(--hero-visual-top);
    width: 100vw;
    height: 520px;
  }

  .journal-composition {
    top: -4px;
    width: 92vw;
    max-width: 620px;
    height: calc(min(92vw, 620px) * 0.905);
  }

  .journal-composition::after {
    background-image: url("/landing/figma-hero-ribbon-mobile.png");
  }

  .handwriting-layer {
    inset: 5.2% 6.1% 7%;
  }

  .emotion-highlight-page,
  .handwriting-page {
    font-size: calc(clamp(10.75px, 3.05vw, 21px) * var(--handwriting-font-fit));
    line-height: 1.08;
    width: 47.25%;
  }

  .emotion-mark {
    --emotion-highlight-height: clamp(12px, 3.5vw, 24px);
  }

  .emotion-highlight-page.right,
  .handwriting-page.right {
    left: 51.25%;
    width: 47.25%;
  }

  .tangent-annotations {
    display: none;
  }

  .annotation {
    font-size: 16px;
    gap: 16px;
  }

  .annotation.quality { display: none; }
  .annotation.friends,
  .annotation.growing,
  .annotation.new-approach { display: none; }
  .annotation.past {
    right: 24px;
    top: 292px;
  }
  .annotation.past .annotation-label {
    width: 96px;
  }
  .annotation.past .brace {
    --brace-width: 28px;
    --brace-height: 168px;
  }
  .how-it-works,
  .features {
    padding: 150px 0;
  }

  .testimonial-section {
    padding: 150px 0;
  }

  .faq-section {
    padding: 150px 0;
  }

  .how-grid,
  .faq-grid {
    display: block;
  }

  .how-steps-desktop {
    display: none;
  }

  .how-steps-mobile {
    display: none;
  }

  .how-steps {
    position: sticky;
    top: 80px;
    z-index: 10;
    flex-direction: row;
    gap: 24px;
    margin-top: 0;
    padding: 16px 0 18px;
    overflow-x: auto;
    background: linear-gradient(180deg, #fffbf0 0 78%, rgba(255, 251, 240, 0));
    scroll-snap-type: x proximity;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .how-steps::-webkit-scrollbar {
    display: none;
  }

  .how-step-button {
    min-width: calc((100% - 48px) / 3);
    font-size: 17px;
    line-height: 22px;
    scroll-snap-align: start;
  }

  .how-step-line {
    margin-top: 18px;
  }

  .how-panels {
    margin-top: 0;
    gap: 48px;
  }

  .how-intro {
    min-height: auto;
    max-width: 620px;
    margin: 0 auto;
    padding-top: 0;
    text-align: left;
  }

  .section-title {
    font-size: clamp(44px, 11vw, 60px);
    letter-spacing: var(--display-letter-spacing);
  }

  .section-cta {
    margin-top: 36px;
  }

  .how-panel {
    width: 100%;
    gap: 40px;
    max-width: 688px;
    margin: 0 auto;
    scroll-margin-top: 172px;
  }

  .how-panel + .how-panel {
    margin-top: 0;
  }

  .how-panel > div:first-child {
    width: 100%;
    max-width: 100%;
  }

  .how-panel-eyebrow {
    display: block;
    margin: 0 0 20px;
    width: 326px;
    max-width: none;
    font-family: var(--body);
    color: #aa9f9a;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.24px;
  }

  .how-panel h3,
  .feature-copy h3 {
    font-size: 40px;
  }

  .how-panel p {
    margin-top: 16px;
    width: auto;
    max-width: none;
    color: #70615e;
    font-weight: 400;
    letter-spacing: -0.442px;
  }

  .how-panel p.how-panel-eyebrow {
    margin: 0 0 16px;
    width: 326px;
    max-width: none;
    color: #aa9f9a;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.24px;
  }

  .how-panel-eyebrow + h3 {
    margin-top: 0;
  }

  .how-visual {
    width: 100%;
    height: 320px;
    border-radius: 32px;
    border: 1px solid #f4f3f2;
  }

  .how-visual .how-phone {
    width: 112px;
    height: 245px;
    border-width: 0;
    border-radius: 16px;
  }

  .feature-list {
    margin-top: 150px;
    gap: 150px;
  }

  .feature-copy {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 0.88fr);
    gap: 24px;
  }

  .feature-copy h3,
  .feature-copy p {
    width: auto;
  }

  .feature-copy p {
    max-width: 390px;
  }

  .feature-media {
    aspect-ratio: 354 / 300;
    border-radius: 24px;
  }

  .feature-split {
    grid-template-columns: 1fr;
  }

  .feature-split > div:first-child {
    display: none;
  }

  .feature-phone {
    width: 262px;
    max-width: 74%;
    border-width: 8px;
    border-radius: 0 0 24px 24px;
  }

  .feature-patterns .how-phone {
    width: 226px;
    max-width: 64%;
    border-width: 3px;
    border-radius: 32px;
    top: calc(50% + 124px);
  }

  .feature-share-card {
    width: 46%;
  }

  .feature-share-phone {
    width: 48%;
  }

  .memory-pill {
    padding: 14px 18px;
    font-size: 16px;
  }

  .memory-pill.one {
    display: none;
  }

  .testimonial-quote {
    margin-top: 48px;
    font-size: clamp(38px, 9vw, 52px);
  }

  .testimonial-name {
    margin-top: 48px;
  }

  .faq-list {
    margin-top: 120px;
  }

  .faq-title {
    font-size: 48px;
  }

  .faq-question {
    min-height: 0;
    font-size: 28px;
    line-height: 34px;
  }

  .faq-answer,
  .faq-item.is-open .faq-answer {
    padding-right: 0;
  }

  .faq-answer-inner,
  .faq-item.is-open .faq-answer-inner {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media (max-width: 520px) {
  .landing-section-inner {
    width: calc(100% - 48px);
  }

  .landing-header {
    top: 0;
    left: 0;
    right: 0;
    width: auto;
    transform: none;
    height: 72px;
    min-height: 72px;
    padding: 16px 24px;
    border: 0;
    border-radius: 0;
    background: var(--merlot);
    box-shadow: none;
  }

  .landing-header::after {
    top: 100%;
    height: 0.5px;
    background: #733f45;
  }

  .landing-header.is-compact {
    padding: 16px 24px;
    border-color: transparent;
    background: var(--merlot);
    box-shadow: none;
  }

  .landing-header .brand-lockup {
    width: 100px;
    height: 25px;
  }

  .landing-header.is-compact .brand-lockup {
    width: 100px;
    height: 25px;
    background: var(--paper);
  }

  .landing-header-download {
    width: auto;
    min-width: max-content;
    max-width: none;
    height: 40px;
    padding: 0 20px;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.24px;
  }

  .landing-header.is-compact .landing-header-download {
    height: 40px;
    font-weight: 400;
  }

  .landing-header-download::before {
    width: 24px;
    height: 24px;
    flex-basis: 24px;
  }

  .landing-header-download .download-button-icon {
    width: 24px;
    height: 24px;
    flex-basis: 24px;
  }

  .landing-header-download .download-button-label-desktop,
  .landing-header.is-compact .landing-header-download .download-button-label-desktop {
    display: none;
    max-width: 0;
    opacity: 0;
  }

  .landing-header-download .download-button-label-mobile,
  .landing-header.is-compact .landing-header-download .download-button-label-mobile {
    display: inline-block;
    max-width: none;
    opacity: 1;
  }

  .hero-scroll {
    --hero-visual-top: calc(100svh - 80px);
    height: 244svh;
  }

  .hero-stage {
    min-height: 660px;
  }

  .hero-copy {
    top: clamp(120px, calc(50svh - 200px), 222px);
    width: min(430px, calc(100vw - 48px));
    gap: 40px;
  }

  .hero-title {
    font-size: clamp(42px, 11.94vw, 48px);
    letter-spacing: -2px;
  }

  .hero-visual {
    top: var(--hero-visual-top);
    height: 460px;
  }

  .journal-composition {
    width: calc(100vw - 48px);
    height: calc((100vw - 48px) * 0.905);
  }

  .annotation.past {
    right: calc(10.7vw - 261px);
    top: 252px;
  }

  .how-it-works,
  .features {
    padding: 150px 0;
  }

  .testimonial-section {
    padding: 150px 0;
  }

  .faq-section {
    padding: 150px 0;
  }

  .section-title {
    font-size: 48px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -2px;
  }

  .section-kicker {
    color: #84746f;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: -0.32px;
  }

  .features .section-title {
    color: #3a3333;
  }

  .section-cta {
    margin-top: 48px;
    height: 64px;
  }

  .how-panels {
    gap: 57px;
  }

  .how-intro {
    margin-bottom: 36px;
  }

  .how-panel {
    gap: 32px;
    scroll-margin-top: 148px;
  }

  .how-panel > div:first-child {
    max-width: 100%;
  }

  .how-panel-eyebrow {
    font-size: 15px;
    line-height: 20px;
  }

  .how-panel h3,
  .feature-copy h3 {
    font-size: 40px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -1px;
  }

  .how-panel p {
    font-size: 17px;
    line-height: 22px;
  }

  .how-visual {
    height: 320px;
    border-radius: 32px;
  }

  .how-visual .how-phone {
    width: 112px;
    height: 245px;
  }

  .feature-list {
    gap: 150px;
    margin-top: 150px;
  }

  .feature {
    gap: 40px;
  }

  .feature-copy {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .feature-copy p {
    color: #84746f;
    font-size: 17px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.442px;
  }

  .feature-media {
    border-radius: 24px;
  }

  .feature-share-card {
    left: 6%;
    top: 10%;
    width: 58%;
  }

  .feature-share-phone {
    right: 5%;
    bottom: 8%;
    width: 54%;
  }

  .memory-pill {
    padding: 12px 14px;
    font-size: 16px;
  }

  .memory-pill.two { left: 34px; right: auto; top: 211px; }
  .memory-pill.three { left: 28px; bottom: auto; top: 73px; }
  .memory-pill.four { right: 28px; bottom: auto; top: 135px; }

  .testimonial-quote {
    max-width: 333px;
    font-size: 40px;
    letter-spacing: -1px;
  }

  .faq-list {
    margin-top: 120px;
  }

  .faq-question {
    min-height: 0;
    gap: 24px;
    color: var(--coffee-900);
    font-size: 28px;
    line-height: 34px;
  }

  .faq-answer {
    font-size: 17px;
    line-height: 22px;
  }

  .landing-footer {
    height: auto;
    min-height: 0;
    margin-top: 0;
    padding: 150px 0 75px;
  }

  .landing-footer-content {
    width: calc(100% - 48px);
  }

  .landing-footer-links {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  .landing-footer-link-group {
    gap: 32px;
  }

  .landing-footer-copyright,
  .landing-footer-logo {
    margin-top: 80px;
  }
}

@media (max-width: 380px) {
  .hero-scroll {
    height: 238svh;
  }

  .landing-header-download {
    width: auto;
    min-width: max-content;
    max-width: none;
    padding: 0 12px;
    font-size: 14px;
  }

  .landing-header-download .download-button-label-desktop,
  .landing-header.is-compact .landing-header-download .download-button-label-desktop {
    max-width: 0;
    opacity: 0;
  }

  .landing-header .brand-lockup,
  .landing-header.is-compact .brand-lockup {
    width: 78px;
    height: 19px;
  }

}

@media (max-height: 500px) and (orientation: landscape) {
  .hero-copy { top: 104px; gap: 16px; }
  .hero-title { font-size: 32px; }
  .hero-subtitle { font-size: 18px; line-height: 22px; }
  .landing-primary-cta { height: 48px; min-height: 48px; }
  .hero-scroll { --hero-visual-top: calc(100svh - 24px); }
}

.mobile-download-banner { display: none; }

@media (max-width: 767px) {
  .mobile-download-banner:not([hidden]) {
    position: fixed;
    z-index: 100;
    inset: auto 0 0;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px max(12px, env(safe-area-inset-right)) 12px max(8px, env(safe-area-inset-left));
    background: var(--merlot-950);
    color: var(--paper);
    box-shadow: 0 -4px 24px rgba(39, 33, 33, 0.12);
  }
  .mobile-download-dismiss {
    flex: 0 0 32px;
    min-height: 44px;
    border: 0;
    padding: 0;
    color: inherit;
    background: transparent;
    font: 30px/1 var(--body);
    cursor: pointer;
  }
  .mobile-download-icon { flex: 0 0 48px; border-radius: 11px; }
  .mobile-download-copy { flex: 1; min-width: 0; font: 13px/1.3 var(--body); }
  .mobile-download-copy strong { display: block; margin-bottom: 3px; font-size: 16px; font-weight: 600; }
  .mobile-download-copy span { display: block; }
  .mobile-download-banner .mobile-download-cta {
    flex: 0 0 auto;
    min-height: 44px;
    padding: 10px 17px;
    border: 0;
    border-radius: 999px;
    background: var(--paper);
    color: var(--merlot);
    font: 600 15px/20px var(--body);
    text-decoration: none;
  }
  .mobile-download-banner :focus-visible { outline: 2px solid var(--paper); outline-offset: 3px; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-scroll {
    height: auto;
    padding-bottom: 100px;
  }

  .hero-stage {
    position: relative;
    height: auto;
    min-height: 0;
    padding-top: 140px;
  }

  .hero-copy {
    position: relative;
    top: auto;
    left: auto;
    margin: 0 auto;
    transform: none;
  }

  .hero-visual {
    position: relative;
    top: auto;
    left: auto;
    margin: 72px auto 0;
    transform: none;
  }

  .journal-paper {
    opacity: 1;
  }

  .handwriting-layer,
  .tangent-annotations {
    display: none;
  }

  .landing-header,
  .landing-header::before,
  .landing-header .brand-lockup,
  .landing-header-download,
  .faq-icon,
  .faq-answer,
  .faq-answer-inner {
    transition: none;
  }

  .faq-item.is-open .faq-answer-inner {
    transition-delay: 0ms;
  }

}
