@font-face {
  font-family: Manrope;
  src: url('/assets/manrope.ttf') format('truetype');
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}
:root {
  --paper: #faf9f6;
  --ink: #202022;
  --muted: #64636a;
  --line: #deddd8;
  --red: #c63f2d;
  --peach: #f9dfd3;
  --lavender: #e7def6;
  --green: #e0ead7;
  --yellow: #f5e7b8;
  --purple: #2b2537;
  --radius: 24px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 32px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Manrope, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button {
  font: inherit;
}
a {
  color: inherit;
  text-decoration: none;
}
p,
h1,
h2,
h3,
h4 {
  margin: 0;
}
img,
svg {
  display: block;
  max-width: 100%;
}
button,
a,
summary {
  touch-action: manipulation;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid #7252ae;
  outline-offset: 6px;
}
a:hover {
  text-decoration: none;
}
::selection {
  background: var(--lavender);
  color: var(--ink);
}
.shell {
  width: min(1192px, calc(100% - 96px));
  margin-inline: auto;
}
.skip-link {
  position: absolute;
  top: -100px;
  left: 20px;
  z-index: 20;
  padding: 12px 22px;
  background: var(--ink);
  color: white;
  border-radius: 8px;
}
.skip-link:focus {
  top: 12px;
}
.site-header {
  height: 108px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-weight: 800;
  font-size: 21px;
  letter-spacing: -1px;
  white-space: nowrap;
}
.brand img {
  border-radius: 10px;
}
.beta-tag {
  font-size: 9px;
  letter-spacing: 1px;
  padding: 4px 7px;
  border: 1px solid var(--line);
  border-radius: 5px;
  margin-left: 3px;
  color: var(--muted);
  font-weight: 700;
}
.site-header nav {
  display: flex;
  align-items: center;
  gap: 32px;
  font-size: 12px;
  font-weight: 700;
}
.site-header nav a:not(.nav-cta):hover,
.site-footer nav a:hover {
  color: var(--red);
}
.nav-cta {
  padding: 12px 20px;
  border: 1px solid #cccac5;
  border-radius: 30px;
  display: flex;
  align-items: center;
  gap: 20px;
  transition: background 0.2s;
}
.nav-cta:hover {
  background: #ece9e3;
}
.eyebrow {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.6px;
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 9px;
}
.status-dot {
  width: 6px;
  height: 6px;
  background: var(--red);
  border-radius: 100%;
  box-shadow: 0 0 0 4px #f5e4dc;
}
.hero {
  display: grid;
  grid-template-columns: 1.07fr 1fr;
  gap: 22px;
  padding-top: 51px;
  padding-bottom: 76px;
  align-items: center;
}
.hero-copy {
  padding-top: 7px;
  padding-bottom: 10px;
  z-index: 1;
}
.hero h1 {
  font-size: clamp(62px, 5.9vw, 81px);
  font-weight: 800;
  line-height: 1.025;
  letter-spacing: -4.6px;
  margin-top: 27px;
  margin-bottom: 31px;
}
.word-seen {
  color: var(--red);
  position: relative;
  display: inline-block;
}
.word-seen svg {
  position: absolute;
  left: -7px;
  bottom: -9px;
  width: 103%;
  height: 18px;
  overflow: visible;
  fill: none;
  stroke: #eac1b1;
  stroke-width: 3.5;
  stroke-linecap: round;
  z-index: -1;
}
.hero-description {
  font-size: 15px;
  line-height: 1.85;
  color: var(--muted);
}
.hero-description strong {
  color: var(--ink);
  font-weight: 600;
}
.hero-actions {
  margin-top: 27px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 11px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  min-height: 53px;
  padding: 14px 25px;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 800;
  transition:
    transform 0.2s,
    background 0.2s;
}
.button:hover {
  transform: translateY(-2px);
}
.button-dark {
  background: var(--ink);
  color: #fff;
}
.button-dark:hover {
  background: #39343e;
}
.button span {
  font-size: 20px;
  line-height: 1;
}
.small-note {
  font-size: 10px;
  color: var(--muted);
  padding-left: 13px;
}
.hero-art {
  height: 653px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  isolation: isolate;
}
.orbit {
  position: absolute;
  border-radius: 50%;
  z-index: -1;
}
.orbit-one {
  width: 470px;
  height: 470px;
  background: #eee8f1;
  top: 103px;
  left: 20px;
}
.orbit-two {
  width: 332px;
  height: 332px;
  border: 1px solid #d5c9db;
  top: 178px;
  left: 97px;
}
.phone {
  width: 306px;
  background: white;
  border: 6px solid #242226;
  border-radius: 43px;
  padding: 15px 15px 11px;
  transform: rotate(5deg);
  box-shadow:
    8px 18px 0 #d9d0de,
    22px 30px 60px #35234215;
  z-index: 2;
  position: relative;
}
.phone-status {
  display: flex;
  justify-content: space-between;
  padding: 0 9px;
  font-size: 9px;
  font-weight: 800;
  margin-bottom: 19px;
}
.phone-brand {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  letter-spacing: -0.5px;
}
.phone-brand img {
  border-radius: 7px;
}
.phone-log {
  margin-left: auto;
  background: #211e24;
  color: #fff;
  padding: 5px 10px;
  border-radius: 18px;
  font-size: 9px;
  letter-spacing: 0;
}
.phone h2 {
  font-size: 26px;
  letter-spacing: -1px;
  font-weight: 800;
  margin-top: 17px;
  line-height: 1.2;
}
.phone-subtitle {
  font-size: 8px;
  color: var(--muted);
  margin-top: 5px;
}
.story-rings {
  display: flex;
  justify-content: space-between;
  margin: 17px 0 20px;
  gap: 4px;
}
.story-rings > div {
  text-align: center;
}
.ring {
  width: 43px;
  height: 43px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 23px;
  border: 3px solid white;
  outline: 1px solid #e2dfe5;
}
.lavender {
  background: var(--lavender);
}
.peach {
  background: var(--peach);
}
.green {
  background: var(--green);
}
.yellow {
  background: var(--yellow);
}
.story-rings small {
  font-size: 6.7px;
  display: block;
  margin-top: 5px;
}
.phone-author {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 12px 0 10px;
}
.avatar {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  background: #eee5fa;
  color: #654590;
  font-size: 14px;
  font-weight: 800;
  border-radius: 100%;
  border: 2px solid white;
  outline: 1.5px solid #cc5740;
}
.phone-author strong {
  display: block;
  font-size: 9px;
}
.phone-author small {
  display: block;
  font-size: 7px;
  color: #6d587d;
}
.phone-author > span:last-child {
  margin-left: auto;
}
.phone-story {
  background: var(--purple);
  color: white;
  border-radius: 18px;
  min-height: 227px;
  padding: 20px 17px;
  position: relative;
  overflow: hidden;
}
.mini-label {
  font-size: 6px;
  letter-spacing: 1.3px;
  font-weight: 800;
  color: #d9cfea;
  position: relative;
  z-index: 1;
}
.phone-story > p {
  font-size: 26px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.8px;
  margin: 17px 0 20px;
  position: relative;
  z-index: 1;
}
.phone-story-bottom {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  z-index: 1;
}
.decorative-play {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  background: white;
  color: var(--purple);
  font-size: 24px;
}
.phone-story-bottom > span:last-child {
  font-size: 5px;
  letter-spacing: 0.7px;
  color: #e4d8f0;
}
.story-shape {
  position: absolute;
  width: 120px;
  height: 240px;
  background: #50425f;
  border-radius: 100px;
  transform: rotate(28deg);
  right: -45px;
  top: -70px;
}
.phone-caption {
  font-size: 7px;
  color: var(--muted);
  padding: 10px 0 13px;
}
.phone-nav {
  border-top: 1px solid #eeebf1;
  display: flex;
  justify-content: space-around;
  padding-top: 8px;
  line-height: 1.2;
}
.phone-nav span {
  font-size: 6px;
  text-align: center;
}
.phone-nav b {
  display: block;
  font-size: 19px;
  font-weight: 500;
  margin-bottom: 3px;
}
.floating-note {
  position: absolute;
  z-index: 3;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 600;
  letter-spacing: -0.4px;
}
.note-top {
  top: 11px;
  right: -6px;
  transform: rotate(8deg);
}
.note-top svg {
  width: 55px;
  height: 50px;
  fill: none;
  stroke: var(--ink);
  stroke-width: 1.5;
  stroke-linecap: round;
  position: absolute;
  left: -37px;
  top: 33px;
  transform: rotate(50deg);
}
.floating-card {
  position: absolute;
  z-index: 3;
  left: -13px;
  bottom: 74px;
  display: flex;
  align-items: center;
  gap: 11px;
  background: #fffdf8;
  border: 1px solid #e9e0d8;
  border-radius: 14px;
  padding: 16px 19px;
  transform: rotate(-6deg);
  box-shadow: 0 9px 30px #2723220a;
}
.floating-card strong {
  font-size: 10px;
  display: block;
}
.floating-card div > span {
  font-size: 8px;
  color: var(--muted);
  display: block;
}
.connection-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--peach);
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.art-caption {
  position: absolute;
  font-size: 7px;
  color: #706b74;
  letter-spacing: 1.5px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.feeling-strip {
  border-block: 1px solid var(--line);
  background: #f1eee7;
  padding: 25px 0;
}
.feeling-strip > .shell {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.feeling-strip span {
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 32px;
}
.feeling-strip i {
  font-style: normal;
  font-size: 23px;
  color: var(--red);
  line-height: 1;
}
.moment-section {
  padding-block: 110px 95px;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  gap: 70px;
  align-items: flex-end;
  margin-bottom: 42px;
}
h2 {
  font-size: 43px;
  line-height: 1.15;
  letter-spacing: -1.8px;
  font-weight: 800;
}
.section-heading .eyebrow,
.space-copy > .eyebrow,
.founder-section .eyebrow,
.faq-section .eyebrow {
  margin-bottom: 18px;
}
.section-heading > p {
  width: 335px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.9;
  padding-bottom: 5px;
}
.moment-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 68px;
  align-items: center;
}
.picker-instruction {
  font-size: 12px;
  color: var(--muted);
  margin-bottom: 15px;
}
.moment-options {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.moment-option {
  border: 1px solid var(--line);
  background: transparent;
  border-radius: 16px;
  padding: 13px 17px;
  display: flex;
  align-items: center;
  gap: 15px;
  width: 100%;
  text-align: left;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition:
    background 0.2s,
    border-color 0.2s,
    transform 0.2s;
}
.moment-option:hover {
  background: #f1eee8;
  transform: translateX(3px);
}
.moment-option.is-active {
  background: #fff;
  border-color: #444047;
  box-shadow: 0 3px 0 #e1d9d0;
}
.option-symbol {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.option-arrow {
  margin-left: auto;
  font-size: 20px;
  color: #8b878f;
}
.is-active .option-arrow {
  color: var(--red);
}
.picker-note {
  font-size: 10px;
  margin-top: 18px;
  color: var(--muted);
}
.example-moment {
  background: var(--purple);
  color: #faf7fd;
  border-radius: 26px;
  padding: 32px 36px;
  min-height: 386px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  transition: background 0.25s;
}
.example-moment:before {
  content: '';
  position: absolute;
  right: -30px;
  top: -40px;
  width: 170px;
  height: 220px;
  background: #ffffff09;
  border-radius: 50%;
  transform: rotate(35deg);
  pointer-events: none;
}
.example-moment[data-tone='stuck'] {
  background: #343943;
}
.example-moment[data-tone='proud'] {
  background: #30473b;
}
.example-moment[data-tone='hard'] {
  background: #644436;
}
.example-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 8px;
  letter-spacing: 1.5px;
  font-weight: 700;
}
.example-label {
  padding: 5px 8px;
  border: 1px solid #ffffff40;
  border-radius: 5px;
}
.example-count {
  color: #e2dae9;
}
.example-context {
  margin-top: 30px;
  color: #d8cbe5;
  font-size: 10px;
}
.example-moment[data-tone='proud'] .example-context,
.example-moment[data-tone='hard'] .example-context {
  color: #ebe8df;
}
.example-moment h3 {
  white-space: pre-line;
  font-size: 35px;
  line-height: 1.2;
  letter-spacing: -1px;
  margin: 13px 0 17px;
}
.example-description {
  max-width: 330px;
  font-size: 11px;
  color: #e0d9e6;
  line-height: 1.8;
}
.example-footer {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 27px;
  padding-top: 20px;
  border-top: 1px solid #ffffff24;
}
.example-footer .avatar {
  width: 29px;
  height: 29px;
  font-size: 12px;
  outline: none;
  border: none;
}
.example-footer strong {
  display: block;
  font-size: 9px;
}
.example-footer div > span {
  display: block;
  font-size: 8px;
  color: #ded8e6;
}
.example-spark {
  margin-left: auto;
  font-size: 25px;
  color: #ddd0ef;
}
.demo-disclosure {
  font-size: 10px;
  color: var(--muted);
  text-align: center;
  margin-top: 27px;
}
.how-section {
  background: #ede8f1;
  padding-block: 64px 72px;
}
.how-section .section-heading {
  margin-bottom: 35px;
}
.how-section h2 {
  font-size: 35px;
}
.how-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 54px;
}
.step-number {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 10px;
  font-weight: 800;
  padding-bottom: 20px;
  border-bottom: 1px solid #d1c9d9;
  color: #675376;
}
.step-number span {
  font-size: 28px;
  line-height: 1;
}
.how-grid h3 {
  font-size: 19px;
  font-weight: 800;
  letter-spacing: -0.6px;
  margin: 23px 0 12px;
}
.how-grid p {
  font-size: 12px;
  color: #67606e;
  line-height: 1.9;
}
.space-section {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 90px;
  align-items: center;
  padding-block: 113px;
}
.space-copy > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.9;
  margin-top: 23px;
  max-width: 340px;
}
.feature-list {
  list-style: none;
  padding: 0;
  margin: 30px 0 26px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.feature-list li {
  display: flex;
  gap: 14px;
}
.feature-list li > span {
  color: var(--red);
  font-size: 21px;
  line-height: 1.2;
  padding-top: 1px;
  width: 18px;
  flex: 0 0 auto;
}
.feature-list strong {
  font-size: 12px;
  font-weight: 800;
  display: block;
  margin-bottom: 5px;
}
.feature-list p {
  font-size: 11px;
  color: var(--muted);
  line-height: 1.9;
  max-width: 337px;
}
.text-link {
  font-size: 11px;
  font-weight: 800;
  border-bottom: 1px solid var(--ink);
  padding-bottom: 4px;
  display: inline-block;
}
.text-link span {
  margin-left: 20px;
}
.text-link:hover {
  color: var(--red);
  border-color: var(--red);
}
.diary-art {
  background: white;
  border: 1px solid #e4e0da;
  border-radius: 24px;
  padding: 31px 27px 16px;
  box-shadow: -12px 12px 0 #eee9e1;
  transform: rotate(-2deg);
}
.diary-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.diary-head .eyebrow {
  font-size: 8px;
  color: #716979;
}
.diary-date {
  font-size: 9px;
  color: var(--red);
  font-weight: 800;
}
.diary-art h3 {
  font-size: 23px;
  letter-spacing: -1px;
  margin: 17px 0 24px;
}
.diary-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 17px;
}
.person-label {
  font-size: 9px;
  letter-spacing: 1px;
  color: var(--red);
  font-weight: 800;
}
.host-label {
  color: #755498;
}
.meal-drawing {
  border-radius: 13px;
  margin-block: 12px;
}
.meal-drawing svg {
  width: 100%;
  height: auto;
  padding: 10px;
}
.diary-person h4 {
  font-size: 11px;
  letter-spacing: -0.2px;
}
.diary-person p {
  font-size: 9px;
  color: var(--muted);
  margin-top: 7px;
  line-height: 1.8;
}
.diary-bottom {
  border-top: 1px solid #e9e4ee;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 26px;
  padding-top: 15px;
  font-size: 8px;
}
.diary-bottom span {
  display: flex;
  gap: 7px;
  align-items: center;
}
.diary-bottom i {
  font-size: 18px;
  font-style: normal;
  color: #8e639a;
}
.diary-disclosure {
  text-align: center;
  font-size: 6px;
  letter-spacing: 1px;
  color: var(--muted);
  margin-top: 22px;
}
.founder-section {
  border-block: 1px solid var(--line);
  padding: 68px 70px;
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 85px;
  align-items: center;
}
.founder-mark {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  aspect-ratio: 1;
  max-width: 235px;
  width: 100%;
  border-radius: 100%;
  background: #eadfd5;
}
.founder-mark > span {
  font-size: 100px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -7px;
  color: #ad654a;
  transform: rotate(-8deg);
}
.founder-mark svg {
  position: absolute;
  inset: -10px;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  max-width: none;
  fill: none;
  stroke: #bc785e;
  stroke-width: 1;
  stroke-dasharray: 200 20 70 10;
}
.founder-section h2 {
  font-size: 38px;
}
.founder-section p:not(.eyebrow) {
  font-size: 12px;
  line-height: 1.95;
  color: var(--muted);
  margin-top: 22px;
  max-width: 475px;
}
.founder-signoff {
  display: block;
  margin-top: 25px;
  font-size: 10px;
  font-weight: 800;
  color: #785849;
}
.faq-section {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 85px;
  padding-block: 94px;
}
.faq-section h2 {
  font-size: 36px;
}
.faq-list details {
  border-bottom: 1px solid var(--line);
}
.faq-list details:first-child {
  border-top: 1px solid var(--line);
}
.faq-list summary {
  cursor: pointer;
  list-style: none;
  font-size: 12px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 21px 0;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary span {
  font-size: 18px;
  font-weight: 400;
  transition: transform 0.2s;
}
.faq-list details[open] summary span {
  transform: rotate(45deg);
}
.faq-list details > p {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.9;
  padding: 0 24px 24px 0;
}
.faq-list a {
  color: var(--ink);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.closing {
  background: #f1d7c9;
  border-radius: 28px;
  text-align: center;
  padding: 59px 28px 47px;
  position: relative;
  overflow: hidden;
}
.closing .eyebrow {
  justify-content: center;
  font-size: 9px;
}
.closing h2 {
  font-size: 59px;
  letter-spacing: -2.8px;
  margin: 19px 0;
}
.closing p:not(.eyebrow) {
  font-size: 12px;
  color: #67584f;
}
.closing .button {
  margin-top: 26px;
}
.closing-beta {
  display: block;
  font-size: 9px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
  margin-top: 22px;
}
.closing-spark {
  position: absolute;
  font-size: 150px;
  line-height: 1;
  color: #dba287;
  left: 60px;
  top: 61px;
  transform: rotate(12deg);
}
.site-footer {
  padding-block: 52px 28px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: start;
}
.site-footer .brand {
  font-size: 18px;
}
.site-footer > div > p {
  font-size: 9px;
  color: var(--muted);
  margin-top: 9px;
}
.site-footer nav {
  display: flex;
  gap: 23px;
  align-items: center;
  padding-top: 9px;
  font-size: 9px;
}
.copyright {
  grid-column: 1 / -1;
  border-top: 1px solid var(--line);
  padding-top: 20px;
  font-size: 8px;
  color: var(--muted);
}
/* Supporting beta and information pages share the same visual language. */
.document {
  max-width: 820px;
  padding-top: 60px;
  padding-bottom: 85px;
  min-height: 65vh;
}
.document h1 {
  font-size: clamp(38px, 5vw, 62px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -2.4px;
  margin: 18px 0 27px;
}
.document .lead {
  font-size: 18px;
  line-height: 1.7;
  color: var(--muted);
  margin-bottom: 30px;
}
.document h2 {
  font-size: 24px;
  letter-spacing: -0.8px;
  margin: 37px 0 13px;
}
.document h3 {
  font-size: 18px;
  margin: 28px 0 10px;
}
.document p {
  margin-bottom: 17px;
}
.document section {
  margin-top: 32px;
}
.document li {
  margin-block: 9px;
}
.document a:not(.button):not(.text-link) {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.document .notice {
  background: var(--lavender);
  border-radius: 16px;
  padding: 22px 25px;
  font-size: 13px;
  margin-block: 25px;
}
.document .notice p:last-child {
  margin-bottom: 0;
}
.document .button {
  margin-block: 12px;
}
.document .eyebrow {
  margin-bottom: 10px;
}
.document .small-note {
  padding-left: 0;
  display: block;
}
.document code {
  overflow-wrap: anywhere;
  font-size: 12px;
}
.document dl {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 10px;
  font-size: 13px;
}
.document dt {
  font-weight: 800;
}
.document dd {
  margin: 0;
}
.document .meta {
  font-size: 12px;
  color: var(--muted);
}
@media (min-width: 1500px) {
  .hero {
    gap: 80px;
  }
  .hero h1 {
    font-size: 86px;
  }
  .hero-art {
    transform: translateX(-10px);
  }
}
@media (max-width: 1100px) {
  .shell {
    width: calc(100% - 64px);
  }
  .hero {
    grid-template-columns: 1fr 0.9fr;
    gap: 14px;
  }
  .hero h1 {
    font-size: 68px;
    letter-spacing: -4px;
  }
  .hero-art {
    height: 635px;
  }
  .orbit-one {
    width: 365px;
    height: 400px;
    left: 0;
  }
  .orbit-two {
    width: 300px;
    height: 330px;
    left: 38px;
  }
  .note-top {
    right: 0;
    font-size: 12px;
    top: 10px;
  }
  .floating-card {
    left: -30px;
    padding: 12px;
    bottom: 62px;
  }
  .phone {
    width: 290px;
  }
  .hero-description {
    font-size: 13px;
  }
  .section-heading {
    gap: 35px;
  }
  .section-heading > p {
    width: 290px;
  }
  .moment-layout {
    gap: 35px;
  }
  .space-section {
    gap: 50px;
  }
  .founder-section {
    gap: 65px;
    padding-inline: 40px;
  }
  .how-grid {
    gap: 35px;
  }
  .closing-spark {
    left: 25px;
    font-size: 120px;
  }
  .feeling-strip span {
    font-size: 10px;
    gap: 15px;
  }
}
@media (max-width: 800px) {
  .shell {
    width: calc(100% - 48px);
  }
  .site-header {
    height: 87px;
  }
  .site-header nav {
    gap: 20px;
  }
  .site-header nav > a:not(.nav-cta) {
    display: none;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-top: 37px;
    padding-bottom: 49px;
    gap: 27px;
  }
  .hero-copy {
    max-width: 540px;
    margin-inline: auto;
    text-align: center;
  }
  .hero-copy .eyebrow {
    justify-content: center;
    font-size: 9px;
  }
  .hero h1 {
    font-size: 73px;
    line-height: 1.04;
    letter-spacing: -4px;
    margin-top: 22px;
  }
  .hero h1 br:nth-of-type(2) {
    display: none;
  }
  .hero h1 br:nth-of-type(3) {
    display: none;
  }
  .hero h1 .word-seen {
    margin-right: 14px;
  }
  .hero-description {
    font-size: 14px;
  }
  .hero-actions {
    align-items: center;
  }
  .hero-art {
    width: 440px;
    max-width: 100%;
    margin-inline: auto;
    height: 622px;
  }
  .phone {
    width: 300px;
  }
  .orbit-one {
    width: 390px;
    height: 390px;
    left: 20px;
  }
  .orbit-two {
    left: 60px;
    top: 145px;
  }
  .note-top {
    right: 3px;
    top: 6px;
  }
  .floating-card {
    left: 0;
    bottom: 59px;
  }
  .feeling-strip {
    padding-block: 20px;
  }
  .feeling-strip > .shell {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px 35px;
  }
  .feeling-strip span {
    justify-content: space-between;
    font-size: 11px;
  }
  .moment-section {
    padding-block: 68px;
  }
  .section-heading {
    align-items: flex-start;
    gap: 25px;
  }
  .section-heading h2 {
    font-size: 34px;
  }
  .section-heading > p {
    width: 265px;
    font-size: 11px;
  }
  .moment-layout {
    gap: 28px;
    grid-template-columns: 0.85fr 1.15fr;
  }
  .moment-option {
    padding: 10px;
    gap: 9px;
    font-size: 10px;
  }
  .option-symbol {
    width: 30px;
    height: 30px;
    font-size: 20px;
  }
  .example-moment {
    padding: 25px 24px;
    min-height: 366px;
  }
  .example-moment h3 {
    font-size: 28px;
  }
  .example-description {
    font-size: 10px;
  }
  .example-context {
    font-size: 9px;
  }
  .example-footer strong {
    font-size: 8px;
  }
  .example-footer div > span {
    font-size: 7px;
  }
  .picker-note {
    font-size: 9px;
  }
  .how-section {
    padding-block: 48px;
  }
  .how-grid {
    gap: 25px;
  }
  .how-grid h3 {
    font-size: 16px;
  }
  .how-grid p {
    font-size: 10px;
  }
  .space-section {
    grid-template-columns: 1fr;
    gap: 50px;
    padding-block: 70px;
  }
  .space-copy {
    grid-row: 1;
  }
  .space-copy h2 br {
    display: none;
  }
  .space-copy > p:not(.eyebrow) {
    max-width: none;
  }
  .feature-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .feature-list li {
    display: block;
  }
  .feature-list li > span {
    display: block;
    margin-bottom: 10px;
  }
  .diary-art {
    max-width: 465px;
    width: calc(100% - 30px);
    margin: auto;
  }
  .founder-section {
    gap: 45px;
    padding: 50px 20px;
    grid-template-columns: 0.65fr 1.35fr;
  }
  .founder-section h2 {
    font-size: 32px;
  }
  .founder-section .eyebrow {
    font-size: 8px;
  }
  .founder-mark > span {
    font-size: 77px;
  }
  .founder-section p:not(.eyebrow) {
    font-size: 11px;
  }
  .faq-section {
    gap: 35px;
    padding-block: 65px;
    grid-template-columns: 0.7fr 1.3fr;
  }
  .faq-section h2 {
    font-size: 30px;
  }
  .faq-section .eyebrow {
    font-size: 8px;
  }
  .closing-spark {
    font-size: 90px;
    left: 15px;
    top: 90px;
    opacity: 0.6;
  }
  .closing h2 {
    font-size: 53px;
  }
  .site-footer nav {
    gap: 15px;
    flex-wrap: wrap;
    max-width: 280px;
    justify-content: flex-end;
  }
  .site-footer {
    padding-top: 38px;
  }
  .document {
    padding-top: 38px;
  }
}
@media (max-width: 540px) {
  .shell {
    width: calc(100% - 40px);
  }
  .site-header {
    height: 80px;
    gap: 15px;
  }
  .brand {
    font-size: 18px;
    gap: 7px;
    letter-spacing: -0.9px;
  }
  .brand img {
    width: 29px;
    height: 29px;
    border-radius: 8px;
  }
  .beta-tag {
    font-size: 7px;
    letter-spacing: 0.5px;
    padding: 3px 4px;
    margin-left: 0;
  }
  .nav-cta {
    padding: 9px 12px;
    font-size: 9px;
    gap: 8px;
    white-space: nowrap;
  }
  .hero {
    padding-top: 28px;
    gap: 24px;
  }
  .hero-copy {
    text-align: left;
    max-width: 370px;
  }
  .hero-copy .eyebrow {
    justify-content: flex-start;
    font-size: 7px;
    letter-spacing: 1.2px;
  }
  .hero h1 {
    font-size: 65px;
    letter-spacing: -3.8px;
    line-height: 1.07;
    margin-block: 22px 25px;
  }
  .hero h1 br:nth-of-type(2),
  .hero h1 br:nth-of-type(3) {
    display: block;
  }
  .hero h1 .word-seen {
    margin-right: 0;
  }
  .hero-description {
    font-size: 12px;
    line-height: 1.9;
  }
  .hero-actions {
    align-items: flex-start;
    margin-top: 24px;
    gap: 10px;
  }
  .button {
    font-size: 11px;
    padding-inline: 23px;
    min-height: 50px;
    gap: 22px;
  }
  .small-note {
    font-size: 9px;
  }
  .hero-art {
    height: 584px;
    margin-top: 8px;
  }
  .phone {
    width: 281px;
    border-radius: 39px;
    padding-inline: 12px;
    border-width: 5px;
    box-shadow:
      5px 12px 0 #d9d0de,
      12px 19px 35px #35234212;
    transform: rotate(4deg);
  }
  .phone-status {
    margin-bottom: 15px;
  }
  .phone-story {
    min-height: 219px;
  }
  .phone h2 {
    font-size: 25px;
  }
  .phone-story > p {
    font-size: 25px;
  }
  .story-rings {
    margin-block: 15px;
  }
  .hero-art .orbit-one {
    width: calc(100% - 8px);
    height: 350px;
    left: 4px;
    top: 131px;
  }
  .hero-art .orbit-two {
    width: 260px;
    height: 290px;
    left: 40px;
    top: 160px;
  }
  .note-top {
    font-size: 10px;
    right: -1px;
    top: 4px;
    line-height: 1.5;
  }
  .note-top svg {
    width: 42px;
    left: -29px;
    top: 17px;
  }
  .floating-card {
    left: -4px;
    bottom: 50px;
    padding: 12px 13px;
    gap: 9px;
    transform: rotate(-5deg);
  }
  .floating-card strong {
    font-size: 8px;
  }
  .floating-card div > span {
    font-size: 7px;
  }
  .connection-icon {
    width: 30px;
    height: 30px;
  }
  .art-caption {
    font-size: 6px;
    letter-spacing: 1px;
    bottom: 2px;
  }
  .feeling-strip > .shell {
    gap: 16px 20px;
  }
  .feeling-strip span {
    font-size: 8px;
    gap: 10px;
  }
  .feeling-strip i {
    font-size: 18px;
  }
  .moment-section {
    padding-block: 57px;
  }
  .section-heading {
    display: block;
    margin-bottom: 26px;
  }
  .section-heading .eyebrow {
    font-size: 8px;
    margin-bottom: 14px;
  }
  .section-heading h2 {
    font-size: 34px;
    letter-spacing: -1.5px;
  }
  .section-heading > p {
    width: auto;
    max-width: 320px;
    font-size: 11px;
    margin-top: 19px;
  }
  .moment-layout {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .moment-options {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9px;
  }
  .moment-option {
    font-size: 10px;
    padding: 12px 10px;
    gap: 8px;
    align-items: flex-start;
    flex-wrap: wrap;
    position: relative;
    border-radius: 13px;
    min-height: 87px;
  }
  .moment-option > span:nth-child(2) {
    width: 100%;
    font-size: 10px;
  }
  .option-symbol {
    width: 28px;
    height: 28px;
    font-size: 19px;
  }
  .option-arrow {
    position: absolute;
    right: 12px;
    top: 9px;
    font-size: 18px;
  }
  .picker-instruction {
    font-size: 10px;
  }
  .picker-note {
    margin-top: 12px;
  }
  .example-moment {
    padding: 25px 26px;
    min-height: 360px;
    border-radius: 20px;
  }
  .example-moment h3 {
    font-size: 31px;
  }
  .example-description {
    font-size: 11px;
  }
  .example-context {
    font-size: 9px;
    margin-top: 25px;
  }
  .example-footer strong {
    font-size: 9px;
  }
  .example-footer div > span {
    font-size: 7px;
  }
  .demo-disclosure {
    font-size: 9px;
    line-height: 1.8;
    margin-top: 19px;
  }
  .how-section {
    padding-block: 44px;
  }
  .how-section h2 {
    font-size: 30px;
  }
  .how-grid {
    grid-template-columns: 1fr;
    gap: 27px;
  }
  .step-number {
    padding-bottom: 14px;
  }
  .how-grid h3 {
    margin-top: 16px;
    font-size: 19px;
    margin-bottom: 8px;
  }
  .how-grid p {
    font-size: 12px;
  }
  .how-section .section-heading {
    margin-bottom: 28px;
  }
  .space-section {
    padding-block: 58px;
    gap: 40px;
  }
  .space-copy .eyebrow {
    font-size: 8px;
  }
  .space-copy h2 {
    font-size: 34px;
  }
  .space-copy h2 br {
    display: block;
  }
  .space-copy > p:not(.eyebrow) {
    font-size: 12px;
    margin-top: 17px;
  }
  .feature-list {
    display: flex;
    gap: 21px;
    margin-top: 25px;
  }
  .feature-list li {
    display: flex;
  }
  .feature-list li > span {
    margin-bottom: 0;
  }
  .feature-list p {
    font-size: 11px;
  }
  .diary-art {
    padding: 24px 20px 14px;
    max-width: 340px;
    width: calc(100% - 12px);
    box-shadow: -8px 8px 0 #eee9e1;
  }
  .diary-art h3 {
    font-size: 20px;
    margin-bottom: 17px;
  }
  .diary-columns {
    gap: 13px;
  }
  .diary-person h4 {
    font-size: 9px;
  }
  .diary-person p {
    font-size: 8px;
  }
  .meal-drawing svg {
    padding: 3px;
  }
  .diary-bottom {
    font-size: 6px;
    gap: 4px;
  }
  .diary-bottom i {
    font-size: 14px;
  }
  .diary-disclosure {
    font-size: 5px;
  }
  .founder-section {
    grid-template-columns: 1fr;
    gap: 35px;
    padding: 44px 0;
  }
  .founder-mark {
    width: 116px;
    margin-left: 10px;
  }
  .founder-mark > span {
    font-size: 64px;
    letter-spacing: -4px;
  }
  .founder-section h2 {
    font-size: 32px;
  }
  .founder-section p:not(.eyebrow) {
    font-size: 12px;
    margin-top: 18px;
  }
  .founder-signoff {
    font-size: 9px;
    margin-top: 22px;
  }
  .faq-section {
    grid-template-columns: 1fr;
    gap: 27px;
    padding-block: 55px;
  }
  .faq-section h2 {
    font-size: 32px;
  }
  .faq-list summary {
    font-size: 11px;
    padding-block: 20px;
  }
  .faq-list details > p {
    font-size: 11px;
  }
  .closing {
    padding: 43px 18px 35px;
    border-radius: 20px;
  }
  .closing .eyebrow {
    font-size: 7px;
    letter-spacing: 1px;
  }
  .closing h2 {
    font-size: 45px;
    letter-spacing: -2px;
    margin-top: 20px;
  }
  .closing-spark {
    font-size: 58px;
    top: 62px;
    left: -14px;
    opacity: 0.45;
  }
  .closing p:not(.eyebrow) {
    font-size: 10px;
  }
  .closing .button {
    font-size: 10px;
    gap: 17px;
    padding-inline: 20px;
  }
  .closing-beta {
    font-size: 8px;
  }
  .site-footer {
    grid-template-columns: 1fr;
    gap: 23px;
    padding-top: 34px;
  }
  .site-footer nav {
    justify-content: flex-start;
    padding-top: 0;
    font-size: 8px;
    gap: 18px;
    max-width: none;
  }
  .site-footer .brand {
    font-size: 17px;
  }
  .copyright {
    padding-top: 16px;
  }
  .document {
    padding-top: 32px;
    padding-bottom: 55px;
  }
  .document h1 {
    font-size: 40px;
    letter-spacing: -1.8px;
  }
  .document .lead {
    font-size: 15px;
  }
  .document {
    font-size: 13px;
  }
  .document h2 {
    font-size: 21px;
  }
  .document .notice {
    padding: 18px;
    font-size: 12px;
  }
  .document dl {
    grid-template-columns: 105px 1fr;
    font-size: 11px;
  }
  .document .button {
    max-width: 100%;
  }
}
@media (max-width: 360px) {
  .shell {
    width: calc(100% - 32px);
  }
  .brand {
    font-size: 16px;
    gap: 6px;
  }
  .brand img {
    width: 26px;
    height: 26px;
  }
  .beta-tag {
    display: none;
  }
  .hero h1 {
    font-size: 60px;
  }
  .hero-copy .eyebrow {
    font-size: 6px;
  }
  .hero-art {
    height: 580px;
  }
  .note-top {
    font-size: 9px;
    right: 0;
  }
  .phone {
    width: 264px;
  }
  .phone-story > p {
    font-size: 23px;
  }
  .phone h2 {
    font-size: 24px;
  }
  .phone-log {
    font-size: 8px;
    padding-inline: 8px;
  }
  .phone-brand {
    font-size: 11px;
  }
  .ring {
    width: 40px;
    height: 40px;
  }
  .story-rings small {
    font-size: 6px;
  }
  .floating-card {
    left: -4px;
    bottom: 53px;
  }
  .desktop-break {
    display: none;
  }
  .feeling-strip span {
    font-size: 7px;
  }
  .moment-option > span:nth-child(2) {
    font-size: 9px;
  }
  .example-moment {
    padding-inline: 23px;
  }
  .example-moment h3 {
    font-size: 28px;
  }
  .closing h2 {
    font-size: 41px;
  }
  .site-footer nav {
    gap: 13px;
  }
  .diary-art h3 {
    font-size: 18px;
  }
}
.hero > *,
.moment-layout > *,
.space-section > * {
  min-width: 0;
}
.hero-description {
  font-size: 16px;
}
.section-heading > p,
.space-copy > p:not(.eyebrow) {
  font-size: 15px;
}
.how-grid p,
.feature-list p,
.founder-section p:not(.eyebrow),
.faq-list details > p {
  font-size: 14px;
}
.feature-list strong,
.faq-list summary {
  font-size: 14px;
}
.how-grid h3 {
  font-size: 21px;
}
.example-description {
  font-size: 13px;
}
.example-context {
  font-size: 12px;
}
.moment-option {
  font-size: 14px;
}
.picker-instruction {
  font-size: 13px;
}
.closing p:not(.eyebrow) {
  font-size: 14px;
}
.site-footer nav a {
  padding-block: 6px;
}
@media (max-width: 800px) {
  .hero {
    grid-template-columns: minmax(0, 1fr);
  }
  .hero-copy {
    width: 100%;
  }
}
@media (max-width: 540px) {
  .hero h1 {
    font-size: clamp(49px, 15vw, 65px);
    letter-spacing: -3.2px;
  }
  .hero-art .orbit-two {
    left: 50%;
    transform: translateX(-50%);
  }
  .note-top {
    display: none;
  }
  .hero-description {
    font-size: 14px;
  }
  .section-heading > p,
  .space-copy > p:not(.eyebrow) {
    font-size: 14px;
  }
  .example-context {
    font-size: 11px;
  }
  .example-description {
    font-size: 13px;
  }
  .moment-option > span:nth-child(2) {
    font-size: 11px;
  }
  .nav-cta {
    min-height: 40px;
  }
  .closing p:not(.eyebrow) {
    font-size: 12px;
  }
  .site-footer nav {
    font-size: 10px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    transition: none !important;
    animation: none !important;
  }
  .button:hover,
  .moment-option:hover {
    transform: none;
  }
}
