:root {
  color-scheme: light;
  --paper: #fbf7f2;
  --paper-warm: #f2e8df;
  --ink: #2e2622;
  --muted: #746861;
  --rose: #c86f89;
  --rose-dark: #8c4059;
  --green: #567866;
  --line: rgba(46, 38, 34, .13);
  --white: #fffdfa;
}

.editorial-home em { font-family: Georgia, serif; font-weight: 400; color: #986758; }
.showcase-hero { display: grid; grid-template-columns: 46% 54%; align-items: center; padding-top: 54px; padding-bottom: 64px; }
.hero-copy { position: relative; z-index: 2; }
.hero-copy h1 { font-size: clamp(52px, 5.9vw, 78px); line-height: 1.02; letter-spacing: -.055em; margin: 20px 0 26px; }
.hero-copy .lede { font-size: 18px; max-width: 400px; line-height: 1.75; }
.hero-copy .button { gap: 28px; }
.launch-note { font-size: 12px; color: var(--muted); line-height: 1.65; }
.family-signoff { display: flex; align-items: center; gap: 12px; margin-top: 36px; font-size: 12px; color: var(--muted); }
.initials { display: flex; padding-left: 8px; }
.initials i { display: grid; place-items: center; font-size: 10px; font-style: normal; background: #dec1c6; color: #584340; width: 32px; height: 32px; border-radius: 50%; border: 2px solid var(--paper); margin-left: -8px; }
.initials i:nth-child(2) { background: #d6dece; }.initials i:nth-child(3) { background: #e7d8b4; }
.app-stage { position: relative; height: 670px; }
.stage-orbit { position: absolute; inset: 70px -15px 35px 5px; background: #eee1d7; border-radius: 48% 48% 44% 44%; transform: rotate(-12deg); }
.device { position: absolute; background: #f7f2ed; border: 6px solid #3d3531; border-radius: 38px; overflow: hidden; box-shadow: 0 26px 45px -15px #513b3a55, 0 0 0 1px #998780; }
.device img { display: block; width: 100%; height: auto; }
.journal-device { width: 270px; left: 0; top: 7px; transform: rotate(-7deg); z-index: 2; }
.screen-crop { position: relative; aspect-ratio: 1080 / 2346; overflow: hidden; }
.screen-crop img { position: absolute; width: 122.2222%; max-width: none; left: -11.1111%; top: -17.3913%; }
.family-device { width: 240px; right: 0; top: 106px; transform: rotate(8deg); }
.stage-caption { position: absolute; left: 45px; bottom: 7px; z-index: 3; font: italic 22px/1.2 Georgia,serif; color: #77574c; transform: rotate(-5deg); }
.stage-caption span { float: left; margin: 0 12px 0 0; font-size: 46px; }
.principles { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 22px 0; display: flex; justify-content: space-around; font-size: 13px; color: var(--muted); }
.principles span::before { content: '✦'; color: #a48070; margin-right: 12px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 32px; margin-bottom: 42px; }
.section-heading h2 { margin: 12px 0 0; }.section-heading > p { max-width: 310px; color: var(--muted); }
.screen-gallery { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; }
.screenshot-link { display: block; border-radius: 22px; overflow: hidden; background: #eee2d8; border: 1px solid #e3d7cc; transition: transform .2s; }
.screenshot-link:hover { transform: translateY(-5px); }.screenshot-link img { display: block; width: 100%; height: auto; }
.gallery-caption { padding: 23px 4px; }.gallery-caption > span { font-size: 10px; letter-spacing: .13em; color: #8d7267; font-weight: 700; }
.gallery-caption h3 { font-size: 23px; margin: 12px 0; }.gallery-caption p { color: var(--muted); font-size: 15px; margin: 0; }
.demo-note { color: var(--muted); font-size: 12px; margin-top: 22px; }
.family-story { background: #efe7dd; }.story-layout { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 85px; }
.story-photo { position: relative; }.story-photo img { display: block; width: 100%; height: 560px; object-fit: cover; border-radius: 160px 160px 18px 18px; }
.story-photo > span { position: absolute; bottom: 22px; left: 22px; right: 22px; color: white; text-shadow: 0 1px 8px #000; font: italic 22px Georgia,serif; }
.steps p { display: flex; gap: 22px; padding-top: 18px; border-top: 1px solid var(--line); color: var(--muted); font-size: 14px; }.steps b { color: #ae8674; }.steps strong { display:block; color:var(--ink); font-size:16px; }
.final-invite { text-align: center; }.final-invite h2 { margin: 20px auto; }.final-invite > p { color: var(--muted); }.final-invite .button { margin: 16px 0; }
@media (max-width: 1050px) { .journal-device { width: 230px; }.family-device { width: 200px; }.app-stage { height: 610px; }.stage-caption { bottom: 15px; }.hero-copy h1 { font-size: 60px; } }
@media (max-width: 760px) {
 .showcase-hero { grid-template-columns: 1fr; padding-top: 30px; }.hero-copy h1 { font-size: clamp(54px, 12vw, 76px); }.hero-copy .lede { max-width: 510px; }.app-stage { width: min(470px, 100%); margin: 46px auto 0; height: 610px; }.journal-device { width: 55%; left: 4%; }.family-device { width: 47%; right: 3%; }.stage-orbit { inset: 40px 0 55px; }.stage-caption { bottom: 5px; left: 20px; }.principles { flex-wrap: wrap; gap: 14px; justify-content: center; }.section-heading { display: block; }.screen-gallery { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 15px; gap: 20px; }.screen-gallery article { flex: 0 0 78%; scroll-snap-align: start; }.story-layout { grid-template-columns: 1fr; gap: 42px; }.story-photo img { height: 440px; }.family-signoff { margin-top: 24px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.screenshot-link { transition: none; } }

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font: 16px/1.62 -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: var(--rose-dark); text-decoration-thickness: .08em; text-underline-offset: .18em; }
a:hover { color: var(--rose); }
.wrap { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.site-nav { display: flex; align-items: center; justify-content: space-between; min-height: 76px; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--ink); font-weight: 760; text-decoration: none; letter-spacing: -.02em; }
.brand img { width: 40px; height: 40px; border-radius: 12px; box-shadow: 0 7px 20px rgba(55, 35, 29, .14); }
.nav-links { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; justify-content: flex-end; }
.nav-links a { color: var(--muted); font-weight: 620; text-decoration: none; }
.nav-links .nav-cta { color: white; background: var(--ink); border-radius: 999px; padding: 10px 16px; }
.hero { padding: 72px 0 86px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: clamp(44px, 8vw, 100px); }
.eyebrow { color: var(--green); text-transform: uppercase; letter-spacing: .12em; font-size: 13px; font-weight: 780; }
h1, h2, h3 { font-family: ui-rounded, "SF Pro Rounded", -apple-system, BlinkMacSystemFont, sans-serif; letter-spacing: -.035em; line-height: 1.08; }
h1 { font-size: clamp(48px, 7vw, 82px); margin: 16px 0 24px; max-width: 760px; }
.lede { font-size: clamp(19px, 2vw, 23px); color: var(--muted); max-width: 650px; }
.actions { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; margin-top: 34px; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; border-radius: 999px; padding: 12px 22px; font-weight: 720; text-decoration: none; }
.button.primary { color: white; background: var(--rose-dark); box-shadow: 0 14px 32px rgba(140, 64, 89, .22); }
.button.secondary { color: var(--ink); border: 1px solid var(--line); background: rgba(255,255,255,.55); }
.phone { position: relative; margin: 0 auto; width: min(370px, 90%); aspect-ratio: .54; border: 11px solid #2f2926; border-radius: 56px; background: linear-gradient(165deg, #faf4ee, #efe2d7); box-shadow: 0 36px 80px rgba(67, 45, 36, .22); padding: 38px 20px 22px; }
.phone:before { content: ""; position: absolute; width: 92px; height: 24px; border-radius: 20px; background: #2f2926; top: 11px; left: 50%; transform: translateX(-50%); }
.phone-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 24px; font-weight: 760; }
.day { font-size: 29px; font-family: ui-rounded, "SF Pro Rounded", sans-serif; letter-spacing: -.04em; }
.story { background: var(--white); border-radius: 24px; overflow: hidden; margin: 14px 0; box-shadow: 0 9px 26px rgba(67,45,36,.09); }
.story-art { height: 150px; background: radial-gradient(circle at 28% 35%, #f8d9bc 0 9%, transparent 10%), radial-gradient(circle at 67% 40%, #d8bdce 0 13%, transparent 14%), linear-gradient(145deg,#c8dacd,#f0d8cf); }
.story-art.two { background: radial-gradient(circle at 65% 36%, #f6d6ab 0 11%, transparent 12%), linear-gradient(145deg,#d6d5ea,#f0c6d0); }
.story-copy { padding: 14px 16px 17px; }
.story-copy strong { display: block; }
.story-copy span { color: var(--muted); font-size: 14px; }
.section { padding: 84px 0; }
.section.tint { background: var(--paper-warm); }
.section h2 { font-size: clamp(36px, 5vw, 56px); max-width: 740px; margin: 0 0 22px; }
.section-intro { color: var(--muted); font-size: 19px; max-width: 720px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 42px; }
.feature { background: var(--white); border: 1px solid var(--line); border-radius: 25px; padding: 28px; min-height: 230px; }
.feature .icon { width: 44px; height: 44px; border-radius: 15px; display: grid; place-items: center; background: #f1dce3; color: var(--rose-dark); font-size: 22px; }
.feature h3 { font-size: 23px; margin: 22px 0 10px; }
.feature p { color: var(--muted); margin: 0; }
.privacy-band { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(36px, 8vw, 90px); align-items: center; }
.privacy-mark { width: min(310px, 80vw); aspect-ratio: 1; border-radius: 50%; margin: auto; display: grid; place-items: center; background: radial-gradient(circle, #fdf9f5 0 35%, #edd9df 36% 55%, #d5e1d7 56% 100%); font-size: 82px; }
.plain-list { list-style: none; padding: 0; margin: 28px 0 0; }
.plain-list li { padding: 13px 0 13px 32px; position: relative; border-bottom: 1px solid var(--line); }
.plain-list li:before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 800; }
.legal { width: min(820px, calc(100% - 40px)); margin: 0 auto; padding: 48px 0 88px; }
.legal h1 { font-size: clamp(40px, 6vw, 64px); margin-bottom: 18px; }
.legal h2 { font-size: 28px; margin: 42px 0 12px; }
.legal h3 { font-size: 21px; margin-top: 30px; }
.legal p, .legal li { color: #4e4540; }
.legal table { width: 100%; border-collapse: collapse; margin: 24px 0; font-size: 14px; }
.legal th, .legal td { border: 1px solid var(--line); padding: 12px; vertical-align: top; text-align: left; }
.legal th { background: var(--paper-warm); color: var(--ink); }
.legal code { background: var(--paper-warm); border-radius: 6px; padding: 2px 5px; }
.notice { border: 1px solid #e2c6cf; background: #fff8fa; color: #6e3d4d; border-radius: 16px; padding: 14px 18px; margin: 24px 0; }
.contact-card { background: var(--ink); color: white; border-radius: 30px; padding: clamp(30px, 6vw, 58px); display: grid; grid-template-columns: 1fr auto; gap: 32px; align-items: center; }
.contact-card h2 { margin: 0 0 10px; }
.contact-card p { color: #d9cfca; margin: 0; }
.contact-card a { color: white; }
footer { border-top: 1px solid var(--line); padding: 32px 0 48px; color: var(--muted); }
.footer-row { display: flex; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.footer-links { display: flex; gap: 18px; flex-wrap: wrap; }
.footer-links a { color: var(--muted); }
@media (max-width: 820px) {
  .hero-grid, .privacy-band { grid-template-columns: 1fr; }
  .feature-grid { grid-template-columns: 1fr; }
  .phone { width: min(330px, 88vw); }
  .contact-card { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .site-nav { align-items: flex-start; padding: 18px 0; }
  .nav-links { gap: 13px; font-size: 14px; }
  .nav-links .nav-cta { display: none; }
  .hero { padding-top: 36px; }
  .section { padding: 64px 0; }
  .legal table { display: block; overflow-x: auto; }
}
