:root {
  color-scheme: light;
  --ink: #25352d;
  --muted: #647269;
  --line: #dfe7e0;
  --sun: #ffc83d;
  --paper: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}
* { box-sizing: border-box; letter-spacing: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 28px; }
body { margin: 0; min-width: 320px; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { font-weight: 560; text-wrap: balance; }
p { line-height: 1.65; }
h2 { font-size: 46px; line-height: 1.12; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; touch-action: manipulation; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid #387bae; outline-offset: 5px; }
.skip-link { position: fixed; top: -100px; left: 20px; padding: 14px; background: #fff; z-index: 100; }
.skip-link:focus { top: 10px; }
.skip-link:not(:focus) { clip-path: inset(50%); width: 1px; height: 1px; overflow: hidden; }
.anchor { position: absolute; }
.home-nav { position: relative; z-index: 10; max-width: 1320px; min-height: 88px; margin: auto; padding: 18px 36px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 16px; flex-shrink: 0; }
.brand strong { font-size: 24px; font-weight: 620; }
.sunny-mark { display: block; width: 24px; height: 24px; flex-shrink: 0; border-radius: 50%; background: var(--sun); box-shadow: 0 0 0 3px #ffe49c, 0 0 0 8px rgba(255,244,199,.5); }
.home-nav nav, .nav-actions { display: flex; align-items: center; gap: 30px; font-size: 13px; }
.home-nav nav a { color: #54635a; }
.home-nav nav a:hover { color: #182b1f; }
.nav-actions { gap: 24px; }
.nav-signin { display: flex; align-items: center; gap: 10px; }
.nav-mobile-signin { display: none; }
.primary-action { display: inline-flex; justify-content: center; align-items: center; gap: 20px; min-height: 46px; padding: 12px 22px; border: 1px solid var(--ink); border-radius: 6px; background: var(--ink); color: #fff; font-size: 14px; line-height: 1.3; font-weight: 600; text-align: center; transition: background 180ms, transform 180ms; }
.primary-action:hover { background: #3c5647; transform: translateY(-2px); }
.primary-action:disabled { opacity: .65; cursor: wait; transform: none; }
.home-nav .primary-action { min-height: 40px; padding: 10px 16px; font-size: 12px; }
.icon-button { display: grid; place-items: center; width: 36px; height: 36px; padding: 0; border: 1px solid transparent; border-radius: 50%; background: transparent; }
.icon-button img { grid-area: 1 / 1; width: 18px; height: 18px; }
.icon-button:hover { background: #eff4f0; border-color: var(--line); }
.icon-button:disabled { opacity: .3; cursor: default; }
.nav-toggle { display: none; }
.home-hero { padding: 20px 28px 36px; }
.hero-copy { position: relative; text-align: center; max-width: 750px; margin: 0 auto 36px; }
.eyebrow { font-size: 13px; color: #61796a; font-weight: 500; margin-bottom: 14px; }
.hero-copy h1 { font-size: 80px; line-height: 1; margin-bottom: 12px; }
.hero-promise { font-size: 27px; line-height: 1.3; color: #354b3d; }
.hero-description { max-width: 560px; margin: 12px auto 20px; color: var(--muted); font-size: 16px; }
.action-showcase { max-width: 1060px; margin: auto; }
.showcase-topline { display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); gap: 20px; }
.showcase-tabs { display: flex; gap: 30px; }
.showcase-tabs button { position: relative; padding: 12px 0 15px; background: transparent; border: 0; color: var(--muted); font-size: 13px; }
.showcase-tabs button::after { content: ''; position: absolute; height: 3px; left: 0; right: 0; bottom: -1px; background: var(--sun); transform: scaleX(0); transition: transform 220ms ease; }
.showcase-tabs button[aria-selected="true"] { color: var(--ink); font-weight: 600; }
.showcase-tabs button[aria-selected="true"]::after { transform: scaleX(1); }
.demo-label { font-size: 11px; color: #78827c; }
.showcase-scene { padding: 22px 0 0; }
.scene-request { font-size: 21px; line-height: 1.4; min-height: 60px; max-width: 900px; margin: auto; text-align: center; text-wrap: balance; }
.scene-content { min-height: 194px; display: grid; align-items: center; }
.plan-board { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px; padding: 4px 0 16px; }
.plan-lane h3 { display: flex; justify-content: space-between; gap: 12px; align-items: center; margin-bottom: 14px; font-size: 12px; color: #69796f; font-weight: 500; }
.plan-lane h3 > span { font-size: 10px; color: #89948b; }
.example-task { min-height: 116px; display: grid; grid-template-columns: 20px minmax(0, 1fr); align-content: center; gap: 13px 10px; padding: 20px 18px; border: 1px solid color-mix(in srgb, var(--item-accent) 55%, white); border-radius: 7px; background: color-mix(in srgb, var(--item-accent) 10%, white); box-shadow: 0 7px 18px #25352d06; cursor: pointer; }
.scene-content input[type=checkbox] { appearance: none; -webkit-appearance: none; width: 19px; height: 19px; border: 1px solid #a7b7ac; border-radius: 50%; background: #fff; margin: 2px 0 0; display: grid; place-items: center; cursor: pointer; }
.scene-content input[type=checkbox]:checked { background: #3d7354; border-color: #3d7354; }
.scene-content input[type=checkbox]:checked::after { content: ''; width: 7px; height: 4px; border-left: 1.5px solid white; border-bottom: 1.5px solid white; transform: translateY(-1px) rotate(-45deg); }
.example-task-title { font-size: 17px; line-height: 1.35; font-weight: 550; }
.example-project { grid-column: 2; display: flex; align-items: center; gap: 6px; color: #637268; font-size: 11px; }
.example-project i { width: 5px; height: 5px; border-radius: 50%; background: var(--item-accent); }
.is-done .example-task-title, .example-grocery.is-done span { text-decoration: line-through; color: #7d8981; }
.grocery-example { width: min(840px, 100%); margin: auto; padding: 0 0 10px; }
.grocery-heading { display: flex; justify-content: space-between; align-items: center; margin-bottom: 8px; }
.grocery-heading h3 { font-size: 16px; }
.grocery-heading > span { font-size: 11px; color: var(--muted); }
.grocery-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); column-gap: 26px; }
.example-grocery { min-height: 33px; display: flex; align-items: center; gap: 10px; border-bottom: 1px solid #e7ede8; font-size: 14px; cursor: pointer; }
.example-grocery input { flex-shrink: 0; }
.breathing-example { display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 194px; padding-top: 15px; }
.breathing-orb { width: 74px; height: 74px; box-shadow: 0 0 0 6px #ffe49c, 0 0 0 19px rgba(255,244,199,.5); margin-bottom: 30px; }
.breathing-example p { font-size: 17px; }
.breathing-example > span:last-child { color: var(--muted); font-size: 12px; margin-top: 4px; }
.showcase-bottomline { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); }
.scene-response { display: flex; gap: 16px; align-items: center; }
.scene-response p { font-size: 13px; color: #53695c; line-height: 1.4; }
.scene-sunny { width: 48px; height: 48px; display: grid; place-items: center; border: 0; border-radius: 50%; padding: 0; background: transparent; flex-shrink: 0; }
.scene-tools { display: flex; gap: 4px; }
[data-paused="true"] > .motion-pause, [data-paused="false"] > .motion-play { display: none; }
.no-script-demo { padding: 20px; text-align: center; }
.no-script-demo a { text-decoration: underline; }
.home-everything { border-top: 1px solid var(--line); padding: 90px max(28px, calc((100% - 1160px) / 2)); }
.section-heading { display: grid; grid-template-columns: 1.1fr 1fr; align-items: end; column-gap: 100px; margin-bottom: 54px; }
.section-heading .eyebrow { grid-column: 1 / -1; }
.section-heading > p:last-child { max-width: 430px; font-size: 17px; color: var(--muted); }
.life-areas { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 44px; }
.life-areas article { padding-top: 22px; border-top: 2px solid #8ac5a3; }
.life-areas article:nth-child(2) { border-color: #87b8e4; }
.life-areas article:nth-child(3) { border-color: #ef8d7d; }
.area-number { font-size: 11px; color: #79877e; }
.life-areas h3 { margin: 22px 0 14px; font-size: 24px; line-height: 1.2; }
.life-areas p { color: var(--muted); font-size: 15px; }
.text-link { display: inline-flex; gap: 14px; align-items: center; font-size: 13px; font-weight: 550; }
.text-link span { transition: transform 180ms ease; }
.text-link:hover span { transform: translateX(5px); }
.text-link:hover { text-decoration: underline; text-underline-offset: 5px; }
.life-areas .text-link { margin-top: 26px; }
.together-note { display: flex; align-items: center; gap: 28px; padding-top: 36px; margin-top: 54px; border-top: 1px solid var(--line); }
.together-note p { font-size: 14px; color: var(--muted); max-width: 650px; }
.together-note strong { color: var(--ink); font-weight: 550; }
.together-note > a { flex-shrink: 0; margin-left: auto; }
.sharing-people { display: flex; padding-right: 4px; }
.sharing-people span { display: grid; place-items: center; width: 36px; height: 36px; border: 2px solid white; border-radius: 50%; background: #e0eee4; font-size: 12px; color: #50745c; }
.sharing-people span + span { margin-left: -9px; background: #e0edf7; color: #4a6a86; }
.home-companion { background: #edf5ef; border-block: 1px solid #e1ebe3; }
.companion-inner { max-width: 1160px; margin: auto; padding: 68px 28px; display: grid; grid-template-columns: 1fr 1.1fr; align-items: center; gap: 65px; }
.companion-copy > p:not(.eyebrow) { max-width: 370px; color: #5e7566; margin-top: 22px; font-size: 18px; }
.companion-copy .quiet-copy { font-size: 14px !important; }
.companion-copy .text-link { margin-top: 28px; }
#sunnyPreview { display: block; width: 100%; height: 490px; min-width: 0; }
.home-questions { max-width: 1160px; margin: auto; padding: 100px 28px; display: grid; grid-template-columns: 1fr 1.2fr; gap: 100px; }
.privacy-copy p:not(.eyebrow) { color: var(--muted); margin-top: 24px; font-size: 16px; max-width: 370px; }
.privacy-copy .text-link { margin-top: 25px; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list details:first-child { border-top: 1px solid var(--line); }
summary { cursor: pointer; }
.faq-list summary { position: relative; padding: 23px 28px 23px 0; font-size: 15px; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: '+'; position: absolute; right: 0; top: 20px; font-size: 21px; font-weight: 400; }
.faq-list details[open] summary::after { content: '\2212'; }
.faq-list details p { padding: 0 28px 24px 0; font-size: 14px; color: var(--muted); }
.faq-list a { text-decoration: underline; text-underline-offset: 3px; }
.home-access { border-top: 1px solid var(--line); background: #fafbf9; padding: 80px max(28px, calc((100% - 1104px) / 2)) 55px; }
.access-inner, .updates-inner { display: grid; grid-template-columns: 1fr 1.2fr; gap: 100px; }
.beta-request-intro > p:not(.eyebrow) { color: var(--muted); max-width: 330px; margin-top: 24px; font-size: 16px; }
.beta-request-intro .quiet-copy { font-size: 14px !important; }
.quiet-copy a { text-decoration: underline; text-underline-offset: 3px; }
.beta-request-card { display: grid; gap: 18px; }
.beta-field { display: grid; gap: 8px; min-width: 0; }
.beta-field label, .updates-form > label:not(.updates-consent) { font-size: 13px; font-weight: 550; }
input:not([type=checkbox]), textarea { min-width: 0; width: 100%; border: 1px solid #cbd4cd; border-radius: 5px; background: #fff; padding: 12px 13px; color: var(--ink); font-size: 15px; }
textarea { resize: vertical; min-height: 88px; }
input::placeholder, textarea::placeholder { color: #7c847e; }
.beta-optional { color: var(--muted); font-size: 13px; }
.beta-optional summary { padding-block: 4px; }
.beta-optional summary span { font-size: 11px; margin-left: 8px; }
.beta-optional-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; padding-top: 16px; }
.beta-updates-optin, .updates-consent { display: flex; align-items: flex-start; gap: 10px; font-size: 12px; line-height: 1.6; color: var(--muted); }
input[type=checkbox] { width: 17px; height: 17px; margin: 2px 0 0; flex-shrink: 0; accent-color: #365840; }
.beta-request-actions { display: flex; align-items: center; gap: 20px; }
.secondary-action { font-size: 13px; text-decoration: underline; text-underline-offset: 4px; }
.beta-request-note { font-size: 12px; color: var(--muted); }
.beta-request-status, .updates-status { font-size: 14px; color: #285c41; line-height: 1.5; }
.beta-request-status:empty, .updates-status:empty { display: none; }
.updates-section { margin-top: 64px; padding-top: 44px; border-top: 1px solid #d5ddd7; }
.updates-copy h3 { font-size: 26px; line-height: 1.2; max-width: 330px; }
.updates-copy p { max-width: 330px; margin-top: 14px; color: var(--muted); font-size: 15px; }
.updates-form { display: grid; gap: 12px; }
.updates-form-row { display: flex; gap: 10px; }
.updates-form-row .primary-action { flex-shrink: 0; }
.form-trap { position: absolute !important; left: -10000px; width: 1px !important; height: 1px; opacity: 0; }
.home-footer { background: #253b2e; color: #edf5ed; padding: 42px max(28px, calc((100% - 1104px) / 2)); font-size: 12px; }
.home-footer .brand img { width: 36px; height: 36px; }
.home-footer a:hover { text-decoration: underline; text-underline-offset: 4px; }
.footer-top { display: flex; align-items: center; gap: 25px; padding-bottom: 32px; }
.footer-top > p { color: #bdd0c1; margin-right: auto; }
.footer-bottom { display: flex; justify-content: space-between; align-items: flex-start; border-top: 1px solid #496050; padding-top: 26px; gap: 25px; }
.footer-bottom nav { display: flex; gap: 22px; flex-wrap: wrap; }
.footer-guides { min-width: 170px; text-align: right; }
.footer-guides summary { color: #bdd0c1; }
.footer-guides nav { padding-top: 18px; flex-direction: column; gap: 12px; }
@media (max-width: 1000px) {
  .home-nav { padding-inline: 28px; gap: 24px; }
  .home-nav nav, .nav-actions { gap: 20px; }
  .section-heading, .companion-inner, .home-questions, .access-inner, .updates-inner { column-gap: 48px; }
  h2 { font-size: 38px; }
  .life-areas { gap: 26px; }
  .life-areas h3 { font-size: 22px; }
  .plan-board { gap: 20px; }
  .example-task { padding: 16px 12px; }
  .example-task-title { font-size: 15px; }
}
@media (max-width: 700px) {
  h2 { font-size: 34px; }
  .home-nav { min-height: 72px; padding: 16px 22px; gap: 16px; }
  .brand { gap: 13px; }
  .brand strong { font-size: 22px; }
  .sunny-mark { width: 21px; height: 21px; }
  .nav-actions { gap: 12px; }
  .home-nav .nav-signin { display: none; }
  .nav-toggle { display: grid; }
  .home-nav nav { display: none; position: absolute; left: 16px; right: 16px; top: calc(100% - 4px); flex-direction: column; align-items: stretch; gap: 0; padding: 8px 20px; border: 1px solid var(--line); border-radius: 6px; background: #fff; box-shadow: 0 16px 30px #25352d12; }
  .home-nav nav.is-open { display: flex; }
  .home-nav nav a { padding-block: 14px; }
  .home-nav nav .nav-mobile-signin { display: block; border-top: 1px solid var(--line); }
  .home-nav .primary-action { min-height: 36px; padding: 9px 12px; font-size: 11px; }
  .home-hero { padding: 20px 20px 22px; }
  .hero-copy { margin-bottom: 22px; }
  .hero-copy .eyebrow { margin-bottom: 12px; font-size: 12px; }
  .hero-copy h1 { font-size: 62px; }
  .hero-promise { font-size: 23px; }
  .hero-description { max-width: 310px; font-size: 14px; margin: 12px auto 16px; }
  .hero-copy .primary-action { min-height: 42px; font-size: 13px; }
  .showcase-topline { justify-content: center; flex-wrap: wrap; gap: 0; }
  .showcase-tabs { width: 100%; justify-content: space-between; gap: 12px; }
  .showcase-tabs button { font-size: 11px; padding-bottom: 12px; }
  .demo-label { display: block; order: -1; width: 100%; text-align: right; font-size: 9px; margin-bottom: 3px; }
  .showcase-scene { padding-top: 18px; }
  .scene-request { min-height: 70px; font-size: 16px; }
  .scene-content { min-height: 210px; }
  .plan-board { grid-template-columns: 1fr; gap: 9px; width: 100%; padding: 0 0 12px; }
  .plan-lane { display: grid; grid-template-columns: 62px minmax(0, 1fr); gap: 8px; align-items: center; }
  .plan-lane h3 { font-size: 10px; line-height: 1.4; margin: 0; }
  .plan-lane h3 > span { display: none; }
  .example-task { min-height: 60px; padding: 10px 12px; gap: 5px 8px; grid-template-columns: 17px minmax(0, 1fr); }
  .example-task-title { font-size: 13px; }
  .example-project { font-size: 9px; }
  .scene-content input[type=checkbox] { width: 16px; height: 16px; }
  .grocery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 18px; }
  .grocery-heading h3 { font-size: 14px; }
  .example-grocery { font-size: 12px; min-height: 29px; gap: 7px; }
  .breathing-example { min-height: 210px; }
  .breathing-orb { width: 68px; height: 68px; }
  .breathing-example > span:last-child { font-size: 11px; }
  .showcase-bottomline { min-height: 60px; gap: 8px; }
  .scene-response { gap: 8px; }
  .scene-response p { font-size: 11px; max-width: 210px; }
  .scene-sunny { width: 40px; height: 44px; }
  .scene-tools { gap: 0; }
  .scene-tools .icon-button { width: 30px; height: 34px; }
  .home-everything { padding: 32px 22px 54px; }
  .section-heading { display: block; margin-bottom: 36px; }
  .section-heading > p:last-child { margin-top: 20px; font-size: 16px; }
  .life-areas { grid-template-columns: 1fr; gap: 32px; }
  .life-areas h3 { margin-top: 14px; font-size: 25px; }
  .life-areas .text-link { margin-top: 18px; }
  .together-note { flex-wrap: wrap; gap: 18px; padding-top: 28px; margin-top: 36px; }
  .together-note p { flex: 1; min-width: 190px; font-size: 13px; }
  .together-note > a { margin-left: 0; }
  .companion-inner { grid-template-columns: 1fr; gap: 6px; padding: 46px 22px 12px; }
  .companion-copy > p:not(.eyebrow) { font-size: 16px; }
  #sunnyPreview { height: 455px; }
  .home-questions { grid-template-columns: 1fr; gap: 32px; padding: 54px 22px; }
  .privacy-copy p:not(.eyebrow) { margin-top: 18px; }
  .home-access { padding: 50px 22px 40px; }
  .access-inner, .updates-inner { grid-template-columns: 1fr; gap: 28px; }
  .beta-request-intro h2 br { display: none; }
  .beta-request-intro > p:not(.eyebrow) { margin-top: 18px; }
  .beta-optional-fields { grid-template-columns: 1fr; }
  .updates-section { margin-top: 40px; padding-top: 30px; }
  .updates-form-row { flex-direction: column; }
  .home-footer { padding: 32px 22px; }
  .footer-top { flex-wrap: wrap; gap: 18px; }
  .footer-top > p { width: calc(100% - 128px); margin: 0; font-size: 11px; }
  .footer-bottom { flex-direction: column; }
  .footer-bottom nav { gap: 16px; }
  .footer-guides { text-align: left; }
}
@media (min-width: 701px) and (max-height: 850px) {
  .home-nav { min-height: 70px; padding-block: 12px; }
  .home-hero { padding-top: 4px; padding-bottom: 22px; }
  .hero-copy { margin-bottom: 20px; }
  .hero-copy h1 { font-size: 66px; }
  .hero-copy .eyebrow { margin-bottom: 8px; }
  .hero-description { margin-block: 8px 12px; }
  .scene-request { min-height: 48px; }
  .home-everything { padding-top: 50px; }
}
@media (max-width: 700px) and (max-height: 780px) {
  .home-hero { padding-top: 4px; padding-bottom: 12px; }
  .hero-copy h1 { font-size: 46px; margin-bottom: 6px; }
  .hero-copy .eyebrow { display: none; }
  .hero-copy { margin-bottom: 12px; }
  .hero-promise { font-size: 20px; }
  .hero-description { margin-block: 6px 10px; }
  .hero-copy .primary-action { min-height: 36px; padding-block: 9px; }
  .showcase-scene { padding-top: 12px; }
  .scene-request { min-height: 55px; }
  .showcase-bottomline { min-height: 54px; }
  .home-everything { padding-top: 20px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
