:root {
  --paper: #f4efe6;
  --paper-2: #ebe3d6;
  --ink: #25231f;
  --muted: #706b63;
  --line: rgba(37, 35, 31, .12);
  --accent: #c96543;
  --accent-dark: #9f4d34;
  --accent-soft: #e7b09b;
  --cream: #fbf8f2;
  --green: #71856c;
  --serif: "Playfair Display", Georgia, serif;
  --sans: "DM Sans", system-ui, sans-serif;
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
.site-header {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 24px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 700; letter-spacing: -.03em; }
.brand-mark {
  width: 30px; height: 30px; display: grid; place-items: center;
  border-radius: 10px; background: var(--ink); color: var(--paper);
  font-family: var(--serif); font-size: 18px;
}
.header-link { font-size: 14px; font-weight: 600; }
.header-link span { color: var(--accent); margin-left: 4px; }

.section { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 110px 0; }
.hero {
  min-height: calc(100vh - 78px);
  display: grid; grid-template-columns: 1fr 1fr; gap: 72px;
  align-items: center; padding-top: 70px; padding-bottom: 100px;
}
.eyebrow {
  margin: 0 0 20px; text-transform: uppercase; letter-spacing: .13em;
  font-size: 11px; font-weight: 700; color: var(--muted);
}
.eyebrow-dot {
  display: inline-block; width: 7px; height: 7px; margin-right: 8px;
  border-radius: 50%; background: var(--accent); vertical-align: 1px;
}
h1, h2 { margin: 0; letter-spacing: -.055em; line-height: .98; }
h1 { font-size: clamp(56px, 7vw, 92px); max-width: 700px; }
h1 em, h2 em { font-family: var(--serif); font-style: italic; font-weight: 600; letter-spacing: -.06em; }
.hero-text {
  max-width: 570px; margin: 30px 0 30px; font-size: 18px; color: var(--muted); line-height: 1.65;
}
.cta {
  display: inline-flex; align-items: center; justify-content: space-between; gap: 30px;
  min-width: 245px; padding: 16px 17px 16px 20px; border-radius: 999px;
  background: var(--ink); color: var(--paper); font-size: 14px; font-weight: 700;
  transition: transform .25s ease, background .25s ease;
}
.cta:hover { transform: translateY(-2px); background: var(--accent); }
.cta-arrow {
  width: 31px; height: 31px; border-radius: 50%; display: grid; place-items: center;
  background: var(--accent); color: white; font-size: 18px;
}
.cta:hover .cta-arrow { background: var(--ink); }
.microcopy { margin: 12px 0 0 20px; color: #8b8479; font-size: 11px; }

.memory-demo { position: relative; max-width: 530px; width: 100%; justify-self: end; }
.demo-window {
  position: relative; overflow: hidden; background: #fffaf3; border: 1px solid rgba(37,35,31,.09);
  border-radius: 34px; box-shadow: 0 30px 80px rgba(71,52,35,.12), 0 5px 20px rgba(71,52,35,.06);
}
.demo-topbar {
  height: 76px; display: flex; align-items: center; gap: 12px; padding: 14px 18px;
  background: rgba(255,255,255,.6); border-bottom: 1px solid var(--line);
}
.demo-avatar {
  width: 43px; height: 43px; border-radius: 14px; display: grid; place-items: center;
  background: var(--ink); color: white; font-family: var(--serif); font-size: 22px;
}
.demo-topbar strong { display: block; font-size: 14px; }
.demo-topbar span { display: block; font-size: 10px; color: var(--muted); margin-top: 1px; }
.demo-status { margin-left: auto; width: 8px; height: 8px; border-radius: 50%; background: var(--green); }
.chat { padding: 24px 20px 28px; }
.date-pill {
  width: max-content; margin: 0 auto 19px; padding: 5px 9px; border-radius: 99px;
  background: var(--paper-2); color: var(--muted); font-size: 9px; font-weight: 700;
}
.date-pill.later { margin-top: 24px; }
.message { display: flex; flex-direction: column; margin-bottom: 13px; max-width: 84%; }
.message.user { margin-left: auto; align-items: flex-end; }
.bubble-label { font-size: 9px; color: #928a80; margin: 0 8px 4px; }
.bubble {
  padding: 12px 14px; border-radius: 16px; background: #e8e1d7; font-size: 12px; line-height: 1.45;
}
.user .bubble { background: var(--ink); color: white; border-bottom-right-radius: 5px; }
.bot .bubble { background: white; border: 1px solid var(--line); border-bottom-left-radius: 5px; }
.bubble small { opacity: .65; font-size: 10px; }
.tags { display: flex; gap: 5px; margin-top: 9px; flex-wrap: wrap; }
.tags span {
  background: #f0e9df; color: #6d665c; padding: 3px 6px; border-radius: 5px; font-size: 8px;
}
.result-card {
  display: flex; gap: 10px; align-items: center; margin-top: 9px; padding: 9px;
  background: #f6f1e9; border-radius: 10px; min-width: 230px;
}
.result-icon { width: 31px; height: 31px; display: grid; place-items: center; background: white; border-radius: 8px; }
.result-card strong { display: block; font-size: 10px; }
.result-card span { display: block; margin-top: 2px; font-size: 8px; color: var(--muted); }
.float-note {
  position: absolute; padding: 8px 12px; border: 1px solid var(--line); background: rgba(255,250,243,.92);
  border-radius: 999px; box-shadow: 0 10px 25px rgba(71,52,35,.08); font-size: 10px; color: var(--muted);
  backdrop-filter: blur(8px);
}
.note-one { left: -36px; top: 22%; transform: rotate(-5deg); }
.note-two { right: -30px; bottom: 17%; transform: rotate(4deg); color: var(--accent-dark); }

.problem {
  display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center;
  border-top: 1px solid var(--line);
}
.section-narrow h2, .section-head h2, .compare-intro h2 { font-size: clamp(48px, 6vw, 76px); }
.section-narrow > p:last-child { margin: 30px 0 0; max-width: 500px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.messy-saved {
  height: 350px; position: relative; overflow: hidden; border-radius: 28px;
  background: #ded7cb; transform: rotate(1.5deg); padding: 18px 18px 0;
}
.saved-head { display: flex; justify-content: space-between; color: #777065; font-size: 11px; padding: 4px 8px 15px; }
.saved-list { display: grid; gap: 7px; }
.saved-list > div {
  display: grid; grid-template-columns: 30px 1fr auto; gap: 8px; align-items: center;
  padding: 13px 12px; background: rgba(255,252,246,.74); border-radius: 12px;
}
.saved-list span { font-size: 16px; }
.saved-list p { margin: 0; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size: 11px; }
.saved-list time { font-size: 8px; color: #999185; }
.saved-fade { position: absolute; inset: 55% 0 0; background: linear-gradient(transparent, #ded7cb); }

.how { border-top: 1px solid var(--line); }
.section-head { max-width: 720px; }
.steps { margin-top: 65px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.step {
  position: relative; min-height: 330px; padding: 28px; border: 1px solid var(--line);
  border-radius: var(--radius); background: rgba(255,252,246,.35);
}
.step-number { font-size: 11px; color: var(--muted); }
.step-icon {
  position: absolute; top: 26px; right: 27px; width: 48px; height: 48px; border-radius: 16px;
  display: grid; place-items: center; background: var(--accent); color: white; font-size: 20px;
}
.step h3 { margin: 130px 0 10px; font-size: 24px; letter-spacing: -.04em; }
.step p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; max-width: 290px; }

.compare { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; background: var(--paper-2); width: 100%; max-width: none; padding-left: max(20px, calc((100% - 1180px)/2)); padding-right: max(20px, calc((100% - 1180px)/2)); }
.comparison { display: grid; grid-template-columns: 1fr 1fr; border-radius: 25px; overflow: hidden; border: 1px solid rgba(37,35,31,.1); }
.comparison-col { padding: 25px; }
.comparison-col.old { background: rgba(255,255,255,.3); }
.comparison-col.new { background: var(--ink); color: var(--paper); }
.comparison-title { font-weight: 700; font-size: 15px; padding-bottom: 16px; border-bottom: 1px solid var(--line); }
.new .comparison-title { border-color: rgba(255,255,255,.12); }
.brand-dot { display: inline-grid; place-items: center; width: 23px; height: 23px; margin-right: 6px; border-radius: 7px; background: var(--paper); color: var(--ink); font-family: var(--serif); }
.compare-line { display: flex; justify-content: space-between; gap: 10px; padding: 13px 0; border-bottom: 1px solid var(--line); font-size: 12px; color: var(--muted); }
.new .compare-line { border-color: rgba(255,255,255,.08); color: #c4beb4; }
.compare-line span { color: var(--accent); font-weight: 700; }
.new .compare-line span { color: #b6c9a8; }
.compare-quote { grid-column: 1 / -1; margin-top: 10px; display: flex; align-items: flex-start; gap: 18px; }
.compare-quote > span { font-family: var(--serif); font-size: 70px; line-height: .7; color: var(--accent); }
.compare-quote p { margin: 0; font-size: 16px; color: var(--muted); }

.scenario-grid { margin-top: 60px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.scenario {
  min-height: 390px; position: relative; overflow: hidden; display: flex; flex-direction: column;
  justify-content: flex-end; padding: 28px; border-radius: 30px; background: #ded6c9;
}
.scenario.food { background: #d8cdbd; }
.scenario.work { background: #d1d0c8; }
.scenario.ideas { background: #dfd1ca; }
.scenario-art { position: absolute; inset: 0; overflow: hidden; }
.house-art span { position: absolute; font-size: 170px; left: 23%; top: 4%; color: rgba(112,93,71,.13); }
.house-art i { position: absolute; width: 280px; height: 170px; border: 3px solid rgba(112,93,71,.25); transform: rotate(-8deg); left: 32%; top: 25%; border-radius: 5px; }
.house-art b { position: absolute; width: 140px; height: 90px; border: 3px solid rgba(112,93,71,.18); left: 15%; top: 42%; transform: rotate(5deg); }
.food-art span { position: absolute; font-size: 190px; color: rgba(164,92,59,.12); right: 10%; top: 4%; }
.food-art i { position: absolute; font-style: normal; font-size: 95px; left: 20%; top: 17%; transform: rotate(-12deg); }
.food-art b { position: absolute; font-size: 100px; right: 21%; top: 34%; transform: rotate(9deg); }
.work-art span { position: absolute; font-size: 220px; color: rgba(50,60,59,.09); right: 10%; top: -5%; }
.work-art i, .work-art b { position: absolute; font-style: normal; font-size: 75px; font-weight: 700; color: rgba(45,52,51,.15); }
.work-art i { left: 18%; top: 22%; transform: rotate(-9deg); }
.work-art b { right: 20%; top: 43%; transform: rotate(8deg); }
.ideas-art span { position: absolute; font-size: 220px; color: rgba(137,76,59,.1); left: 30%; top: -2%; }
.ideas-art i, .ideas-art b { position: absolute; border-radius: 50%; border: 2px solid rgba(137,76,59,.16); }
.ideas-art i { width: 180px; height: 180px; left: 17%; top: 21%; }
.ideas-art b { width: 110px; height: 110px; right: 18%; top: 40%; }
.scenario-copy { position: relative; z-index: 2; max-width: 430px; }
.scenario-label { font-size: 10px; text-transform: uppercase; letter-spacing: .12em; font-weight: 700; color: #72695e; }
.scenario-copy p { margin: 8px 0 0; font-family: var(--serif); font-size: clamp(19px, 2vw, 25px); line-height: 1.25; max-width: 420px; }

.emotional { width: 100%; max-width: none; padding: 150px 20px; background: var(--ink); color: var(--paper); overflow: hidden; }
.emotional-inner { position: relative; max-width: 900px; margin: auto; text-align: center; }
.emotional .eyebrow { color: #aaa297; }
.emotional h2 { font-size: clamp(60px, 9vw, 120px); position: relative; z-index: 2; }
.emotional h2 em { color: var(--accent-soft); }
.emotional-inner > p:last-child { position: relative; z-index: 2; max-width: 420px; margin: 30px auto 0; color: #aaa297; font-size: 15px; }
.emotional-mark {
  position: absolute; z-index: 1; left: 50%; top: 50%; transform: translate(-50%,-50%);
  width: 260px; height: 260px; display: grid; place-items: center; border-radius: 50%;
  background: rgba(201,101,67,.12); color: rgba(231,176,155,.22); font-family: var(--serif); font-size: 160px;
}
.orbit { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); border: 1px solid rgba(255,255,255,.08); border-radius: 50%; }
.orbit-one { width: 500px; height: 300px; }
.orbit-two { width: 730px; height: 440px; }

.final-cta { padding-top: 120px; padding-bottom: 80px; }
.final-card {
  position: relative; overflow: hidden; padding: 85px 70px; border-radius: 38px;
  background: var(--accent); color: white;
}
.final-card:after {
  content: "L"; position: absolute; right: -10px; bottom: -85px; font-family: var(--serif);
  font-size: 390px; line-height: 1; color: rgba(255,255,255,.09); pointer-events: none;
}
.final-card .eyebrow { color: rgba(255,255,255,.65); }
.final-card h2 { position: relative; z-index: 1; font-size: clamp(52px, 7vw, 88px); max-width: 700px; }
.final-card h2 em { color: #f4d4c8; }
.final-card > p:not(.eyebrow) { position: relative; z-index: 1; color: rgba(255,255,255,.78); margin: 25px 0; }
.cta-light { position: relative; z-index: 2; background: white; color: var(--ink); }
.cta-light:hover { background: var(--ink); color: white; }
.cta-light .cta-arrow { background: var(--accent); color: white; }

.footer {
  width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 25px 0 35px;
  display: grid; grid-template-columns: 1fr auto auto auto; gap: 28px; align-items: center;
  border-top: 1px solid var(--line); font-size: 11px; color: var(--muted);
}
.footer .brand { color: var(--ink); font-size: 15px; }
.footer a { color: var(--ink); font-weight: 600; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s ease, transform .8s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-delay { transition-delay: .12s; }
.reveal-delay-2 { transition-delay: .22s; }

@media (prefers-color-scheme: dark) {
  body { background: #24221f; color: #f2ede4; }
  .site-header .brand-mark { background: #f2ede4; color: #24221f; }
  .header-link { color: #eee7dc; }
}
@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; gap: 55px; min-height: auto; }
  .memory-demo { justify-self: center; }
  .problem { grid-template-columns: 1fr; gap: 45px; }
  .steps { grid-template-columns: 1fr; }
  .step { min-height: 270px; }
  .step h3 { margin-top: 95px; }
  .compare { grid-template-columns: 1fr; gap: 40px; }
  .scenario-grid { grid-template-columns: 1fr; }
  .footer { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .site-header { width: min(100% - 28px, 1180px); padding: 18px 0; }
  .header-link { font-size: 12px; }
  .header-link span { display: none; }
  .section { width: min(100% - 28px, 1180px); padding: 80px 0; }
  .hero { padding-top: 55px; padding-bottom: 80px; }
  h1 { font-size: clamp(50px, 15vw, 70px); }
  .hero-text { font-size: 16px; margin-top: 25px; }
  .cta { width: 100%; min-width: 0; }
  .microcopy { text-align: center; margin-left: 0; }
  .demo-window { border-radius: 24px; }
  .chat { padding: 18px 12px 20px; }
  .float-note { display: none; }
  .message { max-width: 92%; }
  .result-card { min-width: 0; }
  .section-narrow h2, .section-head h2, .compare-intro h2 { font-size: 48px; }
  .messy-saved { height: 290px; }
  .comparison { grid-template-columns: 1fr; }
  .comparison-col { padding: 21px; }
  .comparison-col.old { border-bottom: 1px solid rgba(37,35,31,.1); }
  .compare-quote { margin-top: 25px; }
  .scenario { min-height: 330px; padding: 22px; }
  .emotional { padding: 110px 14px; }
  .emotional-mark { width: 190px; height: 190px; font-size: 120px; }
  .orbit-one { width: 350px; height: 220px; }
  .orbit-two { width: 520px; height: 330px; }
  .final-card { padding: 55px 25px; border-radius: 28px; }
  .final-card:after { font-size: 240px; bottom: -50px; }
  .footer { width: min(100% - 28px, 1180px); grid-template-columns: 1fr 1fr; gap: 15px; }
  .footer > span:nth-of-type(1) { grid-column: 1 / -1; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .cta { transition: none; }
}
