:root {
  --ink: #293330;
  --ink-soft: #66716d;
  --cream: #faf7f1;
  --paper: #fffcf8;
  --blush: #f0e3dd;
  --clay: #a65544;
  --teal: #315f5b;
  --teal-soft: #ddeae5;
  --line: #e1ddd5;
  --white: #ffffff;
  --shadow: 0 24px 80px rgba(41, 51, 48, 0.12);
  --serif: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { max-width: 100%; }

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

.section-shell, .site-header {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.site-header {
  min-height: 92px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 30px;
}
.site-header nav { display: flex; gap: 34px; }
.site-header nav a, .footer-links a {
  text-decoration: none;
  font-size: 0.91rem;
  font-weight: 650;
}
.site-header nav a:hover, .footer-links a:hover { color: var(--clay); }
.site-header > .button { justify-self: end; }

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  width: fit-content;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 1.55rem;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: -0.025em;
}
.brand-mark {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 31px;
  height: 31px;
  transform: rotate(-8deg);
}
.brand-mark::after {
  content: "✦";
  position: absolute;
  color: var(--clay);
  font-family: var(--sans);
  font-size: 11px;
}
.brand-mark i, .brand-mark b {
  position: absolute;
  width: 17px;
  height: 24px;
  border: 2px solid currentColor;
  border-radius: 55% 55% 48% 48%;
}
.brand-mark i { left: 1px; border-right-color: transparent; }
.brand-mark b { right: 1px; border-left-color: transparent; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  background: var(--teal);
  color: var(--white);
  font-size: 0.93rem;
  font-weight: 750;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}
.button:hover { background: #244c48; transform: translateY(-2px); box-shadow: 0 12px 26px rgba(49, 95, 91, 0.2); }
.button:focus-visible, a:focus-visible, button:focus-visible { outline: 3px solid rgba(166, 85, 68, 0.45); outline-offset: 4px; }
.button-small { min-height: 43px; padding-inline: 20px; }
.button-light { background: var(--paper); color: var(--teal); }
.button-light:hover { background: var(--white); }

.hero {
  min-height: 720px;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  align-items: center;
  gap: 76px;
  padding-block: 54px 100px;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 18px;
  color: var(--clay);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.145em;
  text-transform: uppercase;
}
.eyebrow > span { width: 24px; height: 1px; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 500; letter-spacing: -0.045em; line-height: 1.04; }
h1 { max-width: 610px; margin-bottom: 25px; font-size: clamp(4.1rem, 7vw, 6.8rem); }
h1 em { color: var(--clay); font-weight: 500; }
.hero-lede { max-width: 565px; margin-bottom: 30px; color: var(--ink-soft); font-size: 1.17rem; line-height: 1.72; }
.hero-actions { display: flex; align-items: center; gap: 24px; }
.text-link, .light-link { color: var(--teal); font-weight: 750; text-decoration: none; }
.text-link span { display: inline-block; margin-left: 5px; transition: transform 160ms ease; }
.text-link:hover span { transform: translateY(3px); }
.quiet-note { margin: 20px 0 0; color: var(--ink-soft); font-size: 0.8rem; }

.hero-visual { position: relative; display: grid; place-items: center; min-height: 660px; }
.orbit { position: absolute; border: 1px solid rgba(49, 95, 91, 0.16); border-radius: 50%; }
.orbit-one { width: 610px; height: 610px; }
.orbit-two { width: 490px; height: 490px; border-color: rgba(166, 85, 68, 0.15); }
.phone {
  position: relative;
  z-index: 2;
  width: min(360px, 76vw);
  height: 680px;
  overflow: hidden;
  border: 9px solid #202725;
  border-radius: 53px;
  background: var(--cream);
  box-shadow: var(--shadow);
  transform: rotate(2.7deg);
}
.phone-bar { height: 39px; padding: 12px 21px 0; display: flex; justify-content: space-between; font-size: 0.62rem; font-weight: 800; }
.phone-island { width: 91px; height: 23px; margin-top: -6px; border-radius: 20px; background: #111; }
.phone-content { padding: 21px 21px 26px; }
.app-topline { display: flex; justify-content: space-between; align-items: flex-start; }
.app-topline small, .journal-heading small, .moment-copy small { color: var(--clay); font-size: 0.56rem; font-weight: 800; letter-spacing: 0.12em; }
.app-topline h2 { max-width: 230px; margin: 5px 0 22px; font-size: 1.85rem; }
.avatar { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: var(--teal-soft); color: var(--teal); font-size: 0.77rem; font-weight: 800; }
.capture-card { position: relative; padding: 20px 18px 22px; border-radius: 24px; background: var(--teal); color: var(--white); box-shadow: 0 15px 32px rgba(49, 95, 91, 0.2); }
.capture-card .mini-label { font-size: 0.53rem; font-weight: 800; letter-spacing: 0.13em; text-transform: uppercase; opacity: 0.7; }
.capture-card p { max-width: 235px; margin: 7px 0 0; font-family: var(--serif); font-size: 1.28rem; line-height: 1.23; }
.capture-card button { position: absolute; right: 16px; bottom: -20px; width: 43px; height: 43px; border: 4px solid var(--cream); border-radius: 50%; background: var(--clay); color: var(--white); font-size: 1.5rem; cursor: default; }
.journal-heading { display: flex; align-items: end; justify-content: space-between; margin: 38px 1px 13px; }
.journal-heading h3 { margin: 2px 0 0; font-family: var(--serif); font-size: 1.13rem; }
.journal-heading > span { color: var(--teal); font-size: 0.62rem; font-weight: 750; }
.moment-card { overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: var(--paper); }
.moment-image { position: relative; height: 142px; overflow: hidden; background: linear-gradient(145deg, #cec2ae 0%, #e8ded0 46%, #9b735b 47%, #795340 100%); }
.cup { position: absolute; bottom: 28px; width: 64px; height: 44px; border-radius: 7px 7px 22px 22px; background: #f5eee6; box-shadow: inset 0 -7px 0 rgba(0,0,0,0.06), 0 8px 14px rgba(64,43,33,.2); }
.cup::after { content: ""; position: absolute; right: -17px; top: 8px; width: 22px; height: 22px; border: 6px solid #f5eee6; border-left: 0; border-radius: 0 18px 18px 0; }
.cup-one { left: 67px; transform: rotate(-5deg); }
.cup-two { right: 69px; bottom: 37px; transform: rotate(5deg); background: #d9e4df; }
.cup-two::after { border-color: #d9e4df; border-left: 0; }
.steam { position: absolute; bottom: 77px; color: rgba(255,255,255,.85); font-family: var(--serif); font-size: 2.5rem; transform: rotate(90deg); }
.steam-one { left: 89px; }.steam-two { right: 88px; }
.moment-copy { padding: 15px 16px 17px; }
.moment-copy p { margin: 5px 0 10px; font-family: var(--serif); font-size: 0.95rem; line-height: 1.35; }
.feeling-row { display: flex; gap: 7px; }
.feeling-row span, .memory-front div span { padding: 4px 8px; border-radius: 999px; background: var(--teal-soft); color: var(--teal); font-size: 0.56rem; font-weight: 700; }
.floating-note { position: absolute; z-index: 3; display: flex; align-items: center; gap: 8px; padding: 11px 15px; border: 1px solid rgba(41,51,48,.08); border-radius: 999px; background: rgba(255,252,248,.95); box-shadow: 0 12px 30px rgba(41,51,48,.12); font-size: .72rem; font-weight: 750; }
.floating-note span { color: var(--clay); font-size: 1rem; }
.floating-note-one { top: 145px; left: -12px; }.floating-note-two { right: -16px; bottom: 126px; }

.belief-strip { display: flex; align-items: center; justify-content: center; gap: 25px; min-height: 108px; padding: 24px; background: var(--teal); color: var(--white); text-align: center; }
.belief-strip p { margin: 0; font-family: var(--serif); font-size: clamp(1.15rem, 2vw, 1.5rem); }
.belief-strip span { color: #d8b7a9; }

.steps, .features { padding-block: 130px; }
.section-intro { max-width: 690px; margin-bottom: 55px; }
.section-intro h2, .why-copy h2, .research h2, .beta h2 { margin-bottom: 22px; font-size: clamp(2.6rem, 5vw, 4.5rem); }
.section-intro > p:last-child { max-width: 620px; color: var(--ink-soft); font-size: 1.05rem; }
.step-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.step-card { position: relative; min-height: 370px; padding: 30px; border: 1px solid var(--line); border-radius: 27px; background: var(--paper); }
.step-number { position: absolute; top: 25px; right: 28px; color: #a7afac; font-size: 0.67rem; font-weight: 800; letter-spacing: 0.12em; }
.step-icon { display: grid; place-items: center; width: 90px; height: 90px; margin: 46px 0 37px; border-radius: 50%; background: var(--teal-soft); color: var(--teal); font-size: 2rem; }
.step-card:nth-child(2) .step-icon { background: var(--blush); color: var(--clay); }
.step-card:nth-child(3) .step-icon { background: #e7e6f1; color: #555a91; }
.step-card h3, .feature-card h3 { margin-bottom: 11px; font-family: var(--serif); font-size: 1.75rem; line-height: 1.12; }
.step-card p, .feature-card p { margin-bottom: 0; color: var(--ink-soft); line-height: 1.65; }
.rings-icon { position: relative; }
.rings-icon i, .rings-icon b { position: absolute; width: 31px; height: 31px; border: 2px solid currentColor; border-radius: 50%; }
.rings-icon i { transform: translateX(-9px); }.rings-icon b { transform: translateX(9px); }

.why-section { overflow: hidden; background: var(--teal); color: var(--white); }
.why-grid { min-height: 670px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 90px; padding-block: 90px; }
.memory-stack { position: relative; min-height: 455px; }
.memory { position: absolute; width: min(390px, 82%); min-height: 330px; padding: 32px; border-radius: 30px; background: var(--paper); color: var(--ink); box-shadow: 0 18px 50px rgba(10,35,32,.17); }
.memory-back { top: 0; left: 0; transform: rotate(-8deg); background: #d5b1a5; }.memory-middle { top: 46px; left: 70px; transform: rotate(8deg); background: #cfded9; }
.memory-back span, .memory-middle span { position: absolute; bottom: 28px; font-family: var(--serif); font-size: 1.5rem; opacity: .7; }
.memory-front { top: 82px; left: 35px; display: flex; flex-direction: column; justify-content: end; }
.memory-front::before { content: "✦"; position: absolute; top: 38px; right: 42px; color: var(--clay); font-size: 4.5rem; }
.memory-front small { color: var(--clay); font-size: .62rem; font-weight: 800; letter-spacing: .13em; }
.memory-front p { margin: 10px 0 25px; font-family: var(--serif); font-size: 1.45rem; line-height: 1.35; }
.memory-front div { display: flex; gap: 8px; }
.eyebrow.light { color: #e4b4a4; }
.why-copy h2 { max-width: 590px; }
.why-copy > p:not(.eyebrow) { max-width: 540px; color: rgba(255,255,255,.75); font-size: 1.06rem; line-height: 1.75; }
.light-link { color: var(--white); border-bottom: 1px solid rgba(255,255,255,.35); }

.feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.feature-card { min-height: 410px; padding: 34px; border: 1px solid var(--line); border-radius: 29px; background: var(--paper); }
.feature-large { grid-column: 1 / -1; min-height: 420px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 55px; align-items: center; overflow: hidden; background: var(--blush); }
.feature-copy { max-width: 410px; }.feature-copy h3 { font-size: 2.35rem; }
.feature-kicker { display: block; margin-bottom: 17px; color: var(--clay); font-size: .69rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.feature-symbol { display: grid; place-items: center; width: 64px; height: 64px; margin: 4px 0 58px; border-radius: 50%; background: var(--teal-soft); color: var(--teal); font-size: 1.8rem; }
.feed-preview { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; transform: rotate(-3deg) translateY(18px); }
.feed-preview > div { min-height: 265px; display: flex; flex-direction: column; justify-content: end; padding: 24px; border-radius: 25px; color: var(--white); box-shadow: 0 18px 34px rgba(61,46,39,.18); }
.feed-preview > div:first-child { background: linear-gradient(180deg, rgba(49,95,91,.15), rgba(22,56,52,.85)), linear-gradient(135deg, #a8c0b5, #496c60); }
.feed-preview > div:last-child { transform: translateY(35px); background: linear-gradient(180deg, rgba(166,85,68,.1), rgba(84,48,38,.85)), linear-gradient(135deg, #e1c7ac, #a16a4d); }
.feed-preview span { font-family: var(--serif); font-size: 1.35rem; }.feed-preview small { opacity: .78; }

.research { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; padding-block: 35px 130px; }
.research h2 { font-size: clamp(2.2rem, 4vw, 3.6rem); }
.research > div:last-child { align-self: end; color: var(--ink-soft); }
.research-links { display: flex; gap: 18px; flex-wrap: wrap; margin-top: 25px; }
.research-links a { color: var(--teal); font-size: .84rem; font-weight: 750; }

.beta { min-height: 500px; display: flex; flex-direction: column; align-items: center; justify-content: center; margin-bottom: 40px; padding: 70px 30px; border-radius: 38px; background: var(--clay); color: var(--white); text-align: center; overflow: hidden; }
.beta-spark { margin-bottom: 10px; color: #f6d6c9; font-size: 3.2rem; }.eyebrow.centered { color: #f6d6c9; }
.beta h2 { margin-bottom: 10px; font-size: clamp(3rem, 6vw, 5rem); }.beta > p:not(.eyebrow) { margin-bottom: 28px; color: rgba(255,255,255,.78); }

footer { background: #23302d; color: rgba(255,255,255,.7); }
.footer-main { min-height: 220px; display: grid; grid-template-columns: .7fr 1fr 1fr; align-items: center; gap: 50px; }
.brand-light { color: var(--white); }.footer-main > p { max-width: 390px; margin: 0; }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 30px; justify-self: end; }
.footer-bottom { min-height: 70px; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid rgba(255,255,255,.1); font-size: .76rem; }

.page-hero { padding-block: 90px 70px; border-top: 1px solid var(--line); }
.page-hero h1 { max-width: 850px; font-size: clamp(3.3rem, 7vw, 5.8rem); }
.page-hero > p:last-child { max-width: 660px; color: var(--ink-soft); font-size: 1.12rem; }
.content-layout { display: grid; grid-template-columns: 250px 1fr; gap: 70px; padding-bottom: 120px; }
.content-nav { position: sticky; top: 25px; align-self: start; display: grid; gap: 8px; padding: 22px; border: 1px solid var(--line); border-radius: 20px; background: var(--paper); }
.content-nav a { color: var(--ink-soft); font-size: .84rem; font-weight: 650; text-decoration: none; }
.content-nav a:hover { color: var(--clay); }
.prose { max-width: 770px; }
.prose section { margin-bottom: 54px; scroll-margin-top: 30px; }
.prose h2 { margin-bottom: 18px; font-size: 2.15rem; letter-spacing: -.025em; }
.prose h3 { margin: 28px 0 9px; font-family: var(--serif); font-size: 1.35rem; }
.prose p, .prose li { color: var(--ink-soft); }
.prose a { color: var(--teal); font-weight: 700; }
.prose ul, .prose ol { padding-left: 1.25rem; }
.prose li { margin-bottom: 9px; }
.info-card { margin: 28px 0; padding: 22px 24px; border-radius: 20px; background: var(--teal-soft); }
.info-card p:last-child { margin-bottom: 0; }
.launch-placeholder { display: inline-block; padding: 3px 8px; border-radius: 6px; background: #fff0bd; color: #684c00; font-size: .82rem; font-weight: 750; }

.support-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 24px; padding-bottom: 120px; }
.contact-card { padding: 34px; border-radius: 28px; background: var(--teal); color: var(--white); align-self: start; }
.contact-card h2 { margin-bottom: 14px; font-size: 2.35rem; }.contact-card p { color: rgba(255,255,255,.72); }
.contact-card .button { margin-top: 12px; }
.faq-list { display: grid; gap: 12px; }
.faq { border: 1px solid var(--line); border-radius: 20px; background: var(--paper); overflow: hidden; }
.faq button { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 22px 24px; border: 0; background: transparent; color: var(--ink); text-align: left; font: 750 1rem/1.35 var(--sans); cursor: pointer; }
.faq button span:last-child { color: var(--clay); font-size: 1.45rem; transition: transform 160ms ease; }
.faq button[aria-expanded="true"] span:last-child { transform: rotate(45deg); }
.faq-answer { display: none; padding: 0 24px 22px; color: var(--ink-soft); }
.faq-answer p:last-child { margin-bottom: 0; }.faq button[aria-expanded="true"] + .faq-answer { display: block; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity 560ms ease, transform 560ms ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  * { animation: none !important; transition: none !important; }
}

@media (max-width: 920px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr; gap: 20px; padding-top: 40px; }
  .hero-copy { text-align: center; }.hero-copy .eyebrow, .hero-actions { justify-content: center; }.hero-lede { margin-inline: auto; }
  .hero-visual { min-height: 720px; }
  .step-grid { grid-template-columns: 1fr; }.step-card { min-height: 300px; }.step-icon { margin-top: 30px; }
  .why-grid { grid-template-columns: 1fr; gap: 50px; }.why-copy { padding-bottom: 35px; }
  .feature-large { grid-template-columns: 1fr; }.feed-preview { margin-top: 20px; }
  .research { grid-template-columns: 1fr; gap: 20px; }
  .footer-main { grid-template-columns: 1fr; padding-block: 50px; gap: 25px; }.footer-links { justify-self: start; }
  .content-layout { grid-template-columns: 1fr; gap: 30px; }.content-nav { position: static; grid-template-columns: 1fr 1fr; }
  .support-grid { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .section-shell, .site-header { width: min(100% - 32px, 1180px); }
  .site-header { min-height: 78px; }.site-header > .button { display: none; }
  h1 { font-size: 3.8rem; }.hero { min-height: auto; padding-bottom: 62px; }.hero-actions { flex-direction: column; gap: 16px; }
  .hero-visual { min-height: 640px; }.phone { height: 620px; }.orbit-one { width: 430px; height: 430px; }.orbit-two { width: 350px; height: 350px; }
  .floating-note-one { left: -2px; top: 100px; }.floating-note-two { right: -2px; bottom: 70px; }
  .belief-strip { flex-direction: column; gap: 5px; }.belief-strip span { transform: rotate(90deg); }
  .steps, .features { padding-block: 88px; }.section-intro { margin-bottom: 35px; }
  .why-grid { padding-block: 70px; }.memory-stack { min-height: 410px; }.memory-middle { left: 42px; }.memory-front { left: 17px; }
  .feature-grid { grid-template-columns: 1fr; }.feature-large { grid-column: auto; padding: 28px; }.feature-card { min-height: auto; }.feature-symbol { margin-bottom: 38px; }
  .feed-preview { gap: 8px; transform: rotate(-2deg); }.feed-preview > div { min-height: 215px; padding: 16px; }
  .research { padding-bottom: 90px; }.beta { width: calc(100% - 24px); margin-bottom: 12px; border-radius: 28px; }
  .footer-bottom { flex-direction: column; align-items: start; justify-content: center; gap: 3px; }
  .page-hero { padding-block: 60px 45px; }.page-hero h1 { font-size: 3.25rem; }
  .content-nav { grid-template-columns: 1fr; }.content-layout { padding-bottom: 80px; }
}
