:root {
  --cream: #f6f0df;
  --paper: #fffaf0;
  --ink: #18261e;
  --ink-soft: #596259;
  --green: #264c36;
  --green-light: #91ad61;
  --green-pale: #dce8bf;
  --blue: #bfe2ed;
  --blue-deep: #153647;
  --yellow: #f3c851;
  --pink: #ead5d5;
  --rust: #bd5c3d;
  --line: rgba(24, 38, 30, 0.15);
  --shadow: 0 24px 70px rgba(37, 55, 40, 0.17);
  --serif: Iowan Old Style, Baskerville, "Times New Roman", serif;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; left: 16px; top: -80px; z-index: 100;
  padding: 12px 18px; border-radius: 999px; background: var(--ink); color: white;
}
.skip-link:focus { top: 12px; }

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 50; transition: .25s ease;
}
.site-header.scrolled {
  background: rgba(246, 240, 223, .88);
  box-shadow: 0 1px 0 rgba(24, 38, 30, .1);
  backdrop-filter: blur(18px);
}
.header-inner {
  width: min(1160px, calc(100% - 40px)); height: 84px; margin: auto;
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px;
}
.brand {
  justify-self: start; display: inline-flex; align-items: center; gap: 10px;
  text-decoration: none; font-family: var(--serif); font-size: 20px; font-weight: 700;
}
.brand img, .footer-brand img { border-radius: 12px; box-shadow: 0 6px 18px rgba(37,55,40,.18); }
.site-nav { display: flex; gap: 32px; }
.site-nav a, .header-cta {
  text-decoration: none; font-size: 13px; font-weight: 750;
}
.site-nav a { position: relative; }
.site-nav a::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px;
  background: var(--rust); transition: right .2s ease;
}
.site-nav a:hover::after, .site-nav a:focus-visible::after { right: 0; }
.header-cta {
  justify-self: end; padding: 12px 19px; border: 1px solid var(--line);
  border-radius: 999px; background: rgba(255,255,255,.62); box-shadow: 0 8px 24px rgba(35,49,38,.07);
}
.nav-toggle { display: none; }

.hero {
  min-height: 850px; position: relative; overflow: hidden;
  background:
    radial-gradient(circle at 79% 28%, rgba(255, 219, 100, .43), transparent 23%),
    linear-gradient(115deg, #f7edcf 0 54%, #c9e7ec 100%);
}
.hero-inner {
  width: min(1160px, calc(100% - 40px)); min-height: 820px; margin: auto;
  display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 40px;
  padding-top: 84px; position: relative; z-index: 2;
}
.eyebrow {
  margin: 0 0 20px; color: var(--rust); text-transform: uppercase;
  letter-spacing: .18em; font-size: 12px; font-weight: 850;
}
h1, h2, h3, p { margin-top: 0; }
h1, h2, .world-card h3, .story-card h3 {
  font-family: var(--serif); letter-spacing: -.045em;
}
h1 {
  max-width: 600px; margin-bottom: 26px; font-size: clamp(65px, 7vw, 105px);
  line-height: .84; font-weight: 700;
}
h1 em { display: block; color: var(--rust); font-weight: 500; }
.hero-lede {
  max-width: 560px; color: #4d574e; font-size: 19px; line-height: 1.65;
}
.hero-actions { display: flex; align-items: center; gap: 25px; margin-top: 30px; }
.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 12px;
  min-height: 54px; padding: 0 23px; border-radius: 16px; text-decoration: none;
  font-size: 14px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-dark { background: var(--ink); color: white; box-shadow: 0 13px 30px rgba(24,38,30,.2); }
.text-link { font-size: 14px; font-weight: 800; text-underline-offset: 5px; }
.trust-list {
  display: flex; flex-wrap: wrap; gap: 20px; padding: 0; margin: 35px 0 0;
  list-style: none; color: #596257; font-size: 12px; font-weight: 700;
}
.trust-list span { color: var(--green); }
.hero-product { min-height: 700px; position: relative; display: grid; place-items: center; }
.phone-shell {
  width: min(330px, 100%); padding: 8px; border: 3px solid #17201b; border-radius: 54px;
  background: #17201b; box-shadow: 0 40px 85px rgba(22,45,45,.32);
  position: relative; z-index: 3; overflow: hidden;
}
.phone-shell img {
  width: 100%; height: auto; aspect-ratio: 1206 / 2622; object-fit: contain;
  border-radius: 44px;
}
.sun-orb {
  position: absolute; width: 390px; height: 390px; border-radius: 50%;
  background: linear-gradient(145deg, #ffdf73, #f1b735);
  box-shadow: 0 0 80px rgba(248, 199, 71, .45); top: 85px; right: 20px;
}
.floating-note {
  position: absolute; z-index: 5; padding: 14px 18px; border-radius: 17px;
  background: rgba(255,255,255,.92); box-shadow: 0 14px 34px rgba(30,54,52,.16);
  font-size: 12px; transform: rotate(-3deg); backdrop-filter: blur(10px);
}
.floating-note span { display: block; color: var(--ink-soft); margin-bottom: 3px; }
.floating-note strong { font-family: var(--serif); font-size: 18px; }
.note-one { top: 235px; left: 0; }
.note-two { right: 0; bottom: 175px; display: flex; align-items: center; gap: 10px; transform: rotate(4deg); }
.note-two span { margin: 0; width: 30px; height: 30px; display: grid; place-items: center; background: var(--blue); border-radius: 50%; }
.hero-cloud { position: absolute; border-radius: 999px; background: rgba(255,255,255,.55); }
.hero-cloud::before, .hero-cloud::after { content: ""; position: absolute; border-radius: 50%; background: inherit; }
.hero-cloud-one { width: 125px; height: 38px; top: 170px; left: 52%; }
.hero-cloud-one::before { width: 57px; height: 57px; left: 25px; bottom: 0; }
.hero-cloud-one::after { width: 45px; height: 45px; right: 19px; bottom: 0; }
.hero-cloud-two { width: 90px; height: 28px; bottom: 120px; left: 4%; opacity: .65; }
.hero-cloud-two::before { width: 43px; height: 43px; left: 16px; bottom: 0; }
.hero-cloud-two::after { width: 33px; height: 33px; right: 12px; bottom: 0; }
.landscape-wave {
  position: absolute; left: -5%; right: 40%; bottom: -85px; height: 180px;
  border-radius: 50% 65% 0 0; background: rgba(130,162,87,.2); transform: rotate(3deg);
}

.activity-ribbon {
  overflow: hidden; background: var(--green); color: #f7f0dc; padding: 16px 0;
  font-family: var(--serif); font-style: italic;
}
.activity-track {
  width: max-content; display: flex; gap: 42px; animation: ribbon 38s linear infinite;
}
.activity-track span { white-space: nowrap; }
@keyframes ribbon { to { transform: translateX(-50%); } }

.section { width: min(1160px, calc(100% - 40px)); margin: auto; }
.story-section { padding: 145px 0 160px; }
.section-heading { max-width: 760px; margin-bottom: 58px; }
.section-heading h2, .showcase-copy h2, .details-copy h2, .closing-inner h2 {
  margin-bottom: 22px; font-family: var(--serif); font-size: clamp(48px, 6vw, 78px);
  line-height: .95; letter-spacing: -.045em;
}
.section-heading > p:last-child, .showcase-copy > p, .details-copy > p {
  color: var(--ink-soft); font-size: 17px; line-height: 1.65;
}
.story-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.story-card {
  min-width: 0; position: relative; padding: 18px 18px 30px; border: 1px solid var(--line);
  border-radius: 28px; background: rgba(255,255,255,.58); box-shadow: 0 15px 40px rgba(43,58,40,.08);
}
.story-card-yellow { background: #f3d47c; }
.story-card-pink { background: var(--pink); }
.step-number {
  position: absolute; top: 30px; right: 30px; z-index: 2; width: 32px; height: 32px;
  display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: white;
  font-size: 11px; font-weight: 800;
}
.story-visual {
  height: 270px; margin-bottom: 25px; border-radius: 20px; overflow: hidden;
  position: relative; background: var(--blue);
}
.story-card h3 { font-size: 32px; margin: 0 12px 10px; }
.story-card > p { margin: 0 12px; color: var(--ink-soft); line-height: 1.6; font-size: 14px; }
.living-visual {
  background: linear-gradient(#bfe4ec 0 62%, #91ad61 62% 78%, #55713b 78%);
}
.mini-sun { position: absolute; width: 80px; height: 80px; border-radius: 50%; background: var(--yellow); right: 50px; top: 35px; }
.mini-cloud { position: absolute; height: 36px; border-radius: 999px; background: white; opacity: .8; }
.cloud-a { width: 110px; top: 75px; left: 40px; }
.cloud-b { width: 80px; top: 125px; right: 30px; }
.garden-line { position: absolute; inset: auto 0 0; height: 95px; display: grid; place-items: end center; padding-bottom: 22px; font-size: 50px; }
.gust-line {
  position: absolute; left: 28px; top: 24px; padding: 8px 11px; border-radius: 10px;
  background: white; font-size: 10px; font-weight: 800; transform: rotate(-4deg);
}
.timeline-visual { background: #f5c95b; padding: 40px 28px; display: flex; justify-content: space-between; align-items: flex-end; }
.time-label { font-size: 11px; font-weight: 800; }
.timeline-curve {
  position: absolute; left: 32px; right: 32px; top: 120px; height: 70px;
  border-top: 8px solid var(--ink); border-radius: 50%;
  transform: rotate(-6deg);
}
.timeline-knob {
  position: absolute; width: 34px; height: 34px; border-radius: 50%; background: white;
  box-shadow: 0 5px 15px rgba(0,0,0,.2); left: 67%; top: 110px; border: 6px solid var(--rust);
}
.window-pill {
  position: absolute; top: 62px; left: 49%; padding: 8px 12px; border-radius: 99px;
  background: rgba(255,255,255,.78); font-size: 10px; font-weight: 850;
}
.question-visual { background: #ebd4d4; padding: 45px 25px; }
.question-bubble, .answer-bubble {
  display: block; width: fit-content; max-width: 90%; padding: 13px 15px; border-radius: 15px;
  font-size: 12px; line-height: 1.45; box-shadow: 0 8px 20px rgba(70,48,48,.08);
}
.question-bubble { margin-left: auto; background: var(--rust); color: white; border-bottom-right-radius: 3px; }
.answer-bubble { margin-top: 15px; background: white; border-bottom-left-radius: 3px; }

.feature-band { background: var(--blue-deep); color: white; padding: 145px 0 160px; }
.section-heading-light > p:last-child { color: #b9c9cf; }
.feature-band .eyebrow { color: #f1ca62; }
.feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.feature-card {
  min-height: 315px; padding: 32px; border: 1px solid rgba(255,255,255,.16);
  border-radius: 26px; background: rgba(255,255,255,.07);
}
.feature-top { display: flex; justify-content: space-between; font-size: 27px; }
.feature-top small { font-family: var(--serif); font-style: italic; color: #91a7b0; }
.feature-card h3 { margin: 44px 0 12px; font-family: var(--serif); font-size: 34px; letter-spacing: -.03em; }
.feature-card > p { color: #c2d0d4; line-height: 1.55; max-width: 500px; }
.chip-row { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 24px; }
.chip-row span, .mini-prompt, .alert-preview, .calendar-preview {
  border-radius: 12px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.12);
}
.chip-row span { padding: 7px 10px; color: #e8eeef; font-size: 11px; }
.mini-prompt { display: flex; justify-content: space-between; margin-top: 24px; padding: 14px 16px; font-size: 12px; color: #eaf0f1; }
.alert-preview { display: flex; gap: 12px; align-items: center; margin-top: 22px; padding: 12px; }
.alert-preview > span { font-size: 22px; }
.alert-preview div { display: flex; flex-direction: column; gap: 4px; }
.alert-preview small, .calendar-preview em { color: #a9bec5; font-size: 10px; font-style: normal; }
.calendar-preview { display: grid; grid-template-columns: auto 1fr; gap: 3px 12px; margin-top: 22px; padding: 13px 15px; }
.calendar-preview span { grid-row: 1 / 3; color: #f1ca62; font-weight: 800; }

.app-showcase { overflow: hidden; background: #c4e5ee; padding: 135px 0; }
.showcase-inner { display: grid; grid-template-columns: .85fr 1.15fr; gap: 110px; align-items: center; }
.showcase-phone { height: 680px; display: grid; place-items: center; }
.phone-shell-secondary { width: 330px; box-shadow: 0 38px 80px rgba(26,67,82,.27); }
.showcase-copy .eyebrow { color: #27687b; }
.check-list { margin: 38px 0 0; padding: 0; list-style: none; display: grid; gap: 12px; }
.check-list li {
  display: flex; align-items: center; gap: 15px; padding: 17px 18px; border-radius: 16px;
  background: rgba(255,255,255,.62); border: 1px solid rgba(255,255,255,.7);
}
.check-list li > span { width: 36px; height: 36px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; background: var(--paper); font-weight: 900; }
.check-list div { display: grid; gap: 3px; }
.check-list small { color: #4f6a70; line-height: 1.4; }

.worlds-section { padding: 145px 0; background: var(--paper); }
.worlds-heading { max-width: 850px; }
.world-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; align-items: stretch; }
.world-card { min-height: 510px; overflow: hidden; border-radius: 26px; background: #e7eadb; position: relative; }
.world-card:nth-child(2) { background: #d1a87a; }
.world-card:nth-child(3) { background: #b8d4c5; }
.world-card:nth-child(4) { background: #384f62; color: white; }
.world-card img { width: 100%; height: 350px; object-fit: cover; object-position: center 25%; }
.world-card > div { padding: 22px; }
.world-card span { color: var(--rust); text-transform: uppercase; letter-spacing: .13em; font-size: 9px; font-weight: 850; }
.world-card:nth-child(4) span { color: #ffd870; }
.world-card h3 { margin: 8px 0 5px; font-size: 27px; }
.world-card p { margin: 0; color: currentColor; opacity: .7; font-size: 12px; }
.world-list { max-width: 850px; margin: 35px 0 0; color: var(--ink-soft); font-size: 14px; line-height: 1.6; }

.details-section { padding: 130px 0; background: #e8d7c3; }
.details-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: end; }
.details-copy h2 { font-size: clamp(48px, 5vw, 70px); }
.stat-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.stat { min-height: 170px; padding: 25px; display: flex; flex-direction: column; justify-content: space-between; border-radius: 22px; background: rgba(255,255,255,.55); }
.stat strong { font-family: var(--serif); font-size: 62px; line-height: 1; }
.stat span { color: var(--ink-soft); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }

.faq-section { padding: 145px 0; background: var(--cream); }
.faq-inner .section-heading { margin-inline: auto; text-align: center; }
.faq-list { max-width: 850px; margin: auto; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary {
  min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 20px;
  list-style: none; cursor: pointer; font-family: var(--serif); font-size: 21px; font-weight: 700;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { font-family: var(--sans); font-size: 25px; font-weight: 400; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 740px; margin: -5px 0 25px; color: var(--ink-soft); line-height: 1.7; }

.closing-cta { min-height: 610px; position: relative; overflow: hidden; background: var(--rust); color: white; }
.closing-inner { padding: 120px 0 145px; text-align: center; position: relative; z-index: 2; }
.closing-inner .eyebrow { color: #ffd788; }
.closing-inner h2 { max-width: 850px; margin: 0 auto 20px; }
.closing-inner > p:not(.eyebrow) { color: #f5d8cc; }
.closing-actions { display: flex; justify-content: center; gap: 12px; margin-top: 32px; }
.button-light { background: var(--paper); color: var(--ink); }
.button-outline-light { border: 1px solid rgba(255,255,255,.5); color: white; }
.closing-sun { position: absolute; width: 250px; height: 250px; border-radius: 50%; background: #e89b4e; left: -70px; top: -60px; opacity: .6; }
.closing-cloud { position: absolute; width: 180px; height: 50px; border-radius: 99px; background: rgba(255,255,255,.13); right: 5%; top: 110px; }
.closing-cloud::before, .closing-cloud::after { content: ""; position: absolute; bottom: 0; border-radius: 50%; background: inherit; }
.closing-cloud::before { width: 75px; height: 75px; left: 32px; }
.closing-cloud::after { width: 60px; height: 60px; right: 25px; }
.closing-garden { position: absolute; inset: auto 0 -18px; text-align: center; font-size: 100px; letter-spacing: -.2em; filter: saturate(.8); }

footer { background: #111b15; color: #eff3e9; }
.footer-inner { width: min(1160px, calc(100% - 40px)); margin: auto; padding: 45px 0 30px; display: grid; grid-template-columns: 1fr auto; gap: 35px; align-items: center; }
.footer-brand { display: flex; align-items: center; gap: 14px; }
.footer-brand div { display: grid; gap: 4px; }
.footer-brand strong { font-family: var(--serif); font-size: 19px; }
.footer-brand span { color: #aab8ad; font-size: 11px; }
footer nav { display: flex; gap: 24px; }
footer nav a { text-decoration: none; font-size: 12px; font-weight: 700; }
footer p { grid-column: 1 / -1; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); color: #7f9183; font-size: 10px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .header-inner { grid-template-columns: 1fr auto; }
  .site-nav { order: 3; grid-column: 1 / -1; }
  .header-cta { display: none; }
  .nav-toggle {
    display: grid; gap: 6px; width: 45px; height: 45px; place-content: center; border: 0;
    border-radius: 50%; background: rgba(255,255,255,.68);
  }
  .nav-toggle span:not(.sr-only) { width: 18px; height: 2px; background: var(--ink); transition: .2s ease; }
  .site-nav {
    display: none; padding: 22px; flex-direction: column; gap: 20px; border-radius: 20px;
    background: var(--paper); box-shadow: var(--shadow);
  }
  .site-nav.open { display: flex; }
  .hero { min-height: auto; }
  .hero-inner { grid-template-columns: 1fr; padding: 150px 0 100px; }
  .hero-copy { text-align: center; }
  h1, .hero-lede { margin-inline: auto; }
  .hero-actions, .trust-list { justify-content: center; }
  .hero-product { min-height: 680px; }
  .story-grid { grid-template-columns: 1fr; }
  .story-card { display: grid; grid-template-columns: 1fr 1fr; gap: 15px 28px; align-items: end; }
  .story-visual { grid-row: 1 / 3; margin: 0; }
  .story-card h3, .story-card > p { margin-inline: 0; }
  .showcase-inner, .details-inner { grid-template-columns: 1fr; }
  .showcase-phone { order: 2; }
  .world-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 650px) {
  .header-inner, .section, .hero-inner, .footer-inner { width: min(100% - 28px, 1160px); }
  .header-inner { height: 72px; }
  .brand img { width: 36px; height: 36px; }
  h1 { font-size: 60px; }
  .hero-inner { padding-top: 125px; }
  .hero-lede { font-size: 16px; }
  .hero-actions { flex-direction: column; }
  .trust-list { gap: 10px 18px; font-size: 10px; }
  .hero-product { min-height: 590px; margin-top: -20px; }
  .phone-shell { width: 270px; border-radius: 48px; }
  .phone-shell img { border-radius: 36px; }
  .sun-orb { width: 300px; height: 300px; right: -40px; }
  .note-one { left: -8px; }
  .note-two { right: -6px; bottom: 110px; }
  .story-section, .worlds-section, .faq-section { padding: 95px 0; }
  .feature-band, .app-showcase { padding: 95px 0; }
  .section-heading h2, .showcase-copy h2, .details-copy h2, .closing-inner h2 { font-size: 48px; }
  .story-card { display: block; padding: 14px 14px 28px; }
  .story-visual { height: 240px; margin-bottom: 24px; }
  .story-card h3, .story-card > p { margin-inline: 10px; }
  .feature-grid, .world-grid, .stat-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 0; }
  .showcase-inner { gap: 55px; }
  .showcase-phone { height: 590px; }
  .phone-shell-secondary { width: 275px; }
  .world-card { min-height: 0; }
  .world-card img { height: 390px; }
  .details-section { padding: 90px 0; }
  .details-inner { gap: 45px; }
  .stat { min-height: 145px; }
  .closing-actions { flex-direction: column; align-items: center; }
  .closing-garden { font-size: 70px; }
  .footer-inner { grid-template-columns: 1fr; }
  footer nav { justify-content: flex-start; }
  footer p { grid-column: 1; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
