/* Landing-page composition blocks — loaded only by the home page. */
.task-preview-list,
.household-glance ul,
.compact-tasks,
.economy-preview ul,
.phone-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.task-preview-list strong,
.task-preview-list small,
.household-glance strong,
.household-glance small {
  display: block;
}
.task-preview-list strong,
.household-glance strong {
  font-size: 10px;
}
.task-preview-list small,
.household-glance small {
  color: var(--m-muted);
  font-size: 8px;
}
.household-glance li {
  min-height: 48px;
  display: grid;
  grid-template-columns: 30px 1fr auto;
  align-items: center;
  gap: 8px;
}
.household-glance em {
  color: #9a663b;
  font-size: 8px;
  font-style: normal;
}
.household-glance a {
  display: inline-block;
  margin-top: 7px;
  color: var(--m-forest-2);
  font-size: 9px;
  text-decoration: none;
}
.panel-heading {
  display: flex;
  justify-content: space-between;
}
.panel-heading strong,
.panel-heading small {
  display: block;
}
.panel-heading strong {
  font-family: var(--serif);
  font-size: 18px;
}
.panel-heading small {
  color: var(--m-muted);
  font-size: 8px;
}
.panel-heading em {
  color: var(--m-forest);
  font-size: 9px;
  font-style: normal;
}
.filter-row {
  margin: 10px 0 7px;
  display: flex;
  gap: 8px;
  color: var(--m-muted);
  font-size: 8px;
}
.filter-row b {
  padding: 4px 8px;
  border-radius: 999px;
  color: var(--m-ink);
  background: #f0ebdf;
}
.landing-hero {
  width: min(100% - 64px, 1400px);
  min-height: 800px;
  margin: 0 auto;
  padding: 76px 0 44px;
  display: grid;
  grid-template-columns: minmax(390px, .72fr) minmax(640px, 1.28fr);
  gap: 40px;
  align-items: start;
}
.hero-copy {
  position: relative;
  padding: 34px 0 0 30px;
}
.eyebrow-pill {
  padding: 9px 16px;
  color: var(--m-forest);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.hero-copy h1 {
  max-width: 680px;
  margin: 28px 0 22px;
  font-size: clamp(48px, 4.8vw, 78px);
  line-height: 1.02;
  letter-spacing: -.02em;
}
.hero-copy h1 em {
  color: var(--m-forest-2);
  font-style: normal;
}
.hero-lede {
  max-width: 570px;
  margin: 0;
  color: rgba(20, 60, 46, .86);
  font-size: 19px;
  line-height: 1.65;
}
.hero-benefits {
  max-width: 610px;
  margin: 28px 0 32px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  align-items: start;
  list-style: none;
}
.hero-benefits li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.hero-benefits svg {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  fill: none;
  stroke: var(--m-forest);
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.hero-benefits span {
  display: block;
}
.hero-benefits strong {
  display: block;
  font-size: 12px;
}
.hero-benefits small {
  display: block;
  margin-top: 2px;
  color: var(--m-muted);
  font-size: 10px;
}
.cta-note,
.platform-note {
  width: min(100%, 342px);
  margin: 10px 0 0;
  color: var(--m-muted);
  font-size: 11px;
  text-align: center;
}
.platform-note {
  margin-top: 18px;
  text-align: center;
}
.hero-product {
  position: relative;
  min-height: 680px;
  padding-bottom: 70px;
  transform: scale(.96);
  transform-origin: top center;
}
.hero-product::before {
  content: "";
  position: absolute;
  inset: 8% 2% 2% 6%;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(108, 148, 111, .14), transparent 65%);
  pointer-events: none;
  z-index: -1;
}
.app-window {
  border: 1px solid var(--m-panel-border);
  border-radius: 22px;
  background: var(--m-panel-bg);
  box-shadow: var(--m-shadow);
}
.app-window-main {
  min-height: 680px;
  display: grid;
  grid-template-columns: 156px 1fr;
  overflow: hidden;
}
.app-sidebar {
  position: relative;
  padding: 20px 15px;
  color: rgba(255, 255, 255, .94);
  background: linear-gradient(180deg, #174c36, #103927);
}
.app-brand {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 22px;
  font-weight: 700;
}
.app-brand span {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: rgba(255, 255, 255, .15);
}
.app-sidebar > p {
  margin: 16px 0 7px;
  color: rgba(255, 255, 255, .58);
  font-size: 9px;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.app-sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.app-sidebar li {
  min-height: 35px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 7px 10px;
  border-radius: 9px;
  font-size: 11px;
}
.app-sidebar li.active {
  background: rgba(255, 255, 255, .16);
}
.app-sidebar li span {
  width: 15px;
  height: 15px;
  display: grid;
  place-items: center;
  color: #a8c8b3;
  text-align: center;
}
.app-sidebar li span svg {
  width: 100%;
  height: 100%;
}
.sync-state {
  position: absolute;
  bottom: 18px;
  left: 17px;
  display: grid;
  font-size: 10px;
}
.sync-state small {
  color: rgba(255, 255, 255, .6);
}
.sync-state i {
  position: absolute;
  right: -25px;
  bottom: 5px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #58bd7f;
}
.today-preview {
  min-width: 0;
  padding: 26px 28px 30px;
}
.preview-header {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.preview-header h2 {
  margin: 0;
  font-size: 28px;
}
.preview-header p {
  margin: 2px 0 0;
  color: var(--m-muted);
  font-size: 11px;
}
.focus-pill {
  height: 32px;
  padding: 6px 11px;
  color: var(--m-forest);
  font-size: 10px;
}
.stat-grid {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.stat-grid > div {
  min-height: 76px;
  padding: 13px;
  border: 1px solid var(--m-border);
  border-radius: 14px;
  background: rgba(255, 255, 255, .58);
}
.stat-grid small,
.stat-grid strong {
  display: block;
}
.stat-grid small {
  color: var(--m-body);
  font-size: 10px;
}
.stat-grid strong {
  margin-top: 4px;
  font-size: 26px;
}
.stat-grid .alert strong {
  color: var(--m-orange);
}
.dashboard-grid {
  margin-top: 12px;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 12px;
}
.preview-card {
  min-width: 0;
  padding: 18px;
  border: 1px solid var(--m-border);
  border-radius: 16px;
  background: rgba(255, 255, 255, .55);
}
.preview-card h3 {
  margin: 0 0 8px;
  font-size: 13px;
}
.task-preview-list li {
  min-height: 50px;
  display: grid;
  grid-template-columns: 18px 1fr auto;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid #eee5d8;
}
.task-preview-list i,
.compact-tasks i,
.phone-content li i {
  width: 15px;
  height: 15px;
  display: inline-block;
  border: 1.5px solid #9ea89f;
  border-radius: 50%;
}
.task-preview-list i.done,
.phone-content li i.done {
  border-color: var(--m-forest-2);
  box-shadow: inset 0 0 0 4px var(--m-paper);
  background: var(--m-forest-2);
}
.avatar {
  width: 27px;
  height: 27px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  font-size: 8px;
  font-style: normal;
}
.avatar-a { background: linear-gradient(#d7a878, #a85f44); }
.avatar-b { background: linear-gradient(#e4c18b, #bd7e43); }
.avatar-c { background: linear-gradient(#dca9b6, #a86478); }
.avatar-d { background: linear-gradient(#a3b8a9, #537d66); }
.avatar-stack {
  display: flex;
}
.avatar-stack b {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  margin-left: -7px;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  background: #80a68f;
  font-size: 7px;
}
.floating-panel {
  position: absolute;
  z-index: 4;
  border: 1px solid var(--m-panel-border);
  border-radius: 18px;
  background: var(--m-panel-bg);
  box-shadow: var(--m-soft-shadow);
}
.inbox-panel {
  bottom: 6px;
  left: 16px;
  width: 260px;
  padding: 16px;
  transform: rotate(-.5deg);
}
.rewards-panel {
  right: 190px;
  bottom: 12px;
  width: 330px;
  padding: 16px;
  transform: rotate(.4deg);
}
.compact-tasks li {
  min-height: 48px;
  display: grid;
  grid-template-columns: 16px 1fr auto;
  align-items: center;
  gap: 7px;
  border-bottom: 1px solid #eee6d8;
}
.compact-tasks strong,
.compact-tasks small {
  display: block;
}
.compact-tasks strong {
  font-size: 9px;
}
.compact-tasks small,
.compact-tasks em {
  color: var(--m-muted);
  font-size: 7px;
  font-style: normal;
}
.compact-tasks em {
  padding: 3px 6px;
  border-radius: 999px;
  background: #f6ecd8;
}
.inbox-panel > p {
  margin: 9px 0 0;
  display: flex;
  justify-content: space-between;
  color: var(--m-forest);
  font-size: 8px;
}
.reward-stats {
  margin: 12px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.reward-stats span {
  padding: 9px;
  border: 1px solid #ece1d0;
  border-radius: 10px;
}
.reward-stats small,
.reward-stats strong {
  display: block;
}
.reward-stats small {
  color: var(--m-muted);
  font-size: 7px;
}
.reward-stats strong {
  font-size: 20px;
}
.rewards-panel h3 {
  margin: 0 0 7px;
  font-size: 9px;
}
.reward-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
}
.reward-grid div {
  min-width: 0;
  padding: 7px;
  border: 1px solid #e7d7bd;
  border-radius: 10px;
  background: #f9ecd3;
  text-align: center;
}
.reward-grid img {
  width: 100%;
  aspect-ratio: 1 / 1;
  height: auto;
  margin-bottom: 4px;
  border-radius: 7px;
  object-fit: contain;
}
.reward-grid strong,
.reward-grid small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.reward-grid strong {
  font-size: 7px;
}
.reward-grid small {
  color: #a25d2c;
  font-size: 7px;
}
.phone-preview {
  position: absolute;
  z-index: 5;
  right: 10px;
  bottom: 6px;
  width: 150px;
  height: 296px;
  padding: 7px;
  border: 3px solid #1b1d1c;
  border-radius: 26px;
  background: #111;
  box-shadow: 0 18px 30px rgba(32, 26, 19, .24);
  transform: rotate(3.5deg);
}
.phone-speaker {
  position: absolute;
  top: 8px;
  left: 50%;
  width: 50px;
  height: 9px;
  border-radius: 0 0 8px 8px;
  background: #111;
  transform: translateX(-50%);
}
.phone-content {
  height: 100%;
  padding: 12px 10px;
  overflow: hidden;
  border-radius: 20px;
  background: var(--m-phone-bg);
}
.phone-content > p {
  margin: 0;
  font-size: 6px;
}
.phone-content h3 {
  margin: 12px 0 0;
  font-family: var(--serif);
  font-size: 17px;
}
.phone-content > small {
  color: var(--m-muted);
  font-size: 7px;
}
.habit-days {
  margin: 12px 0;
  display: flex;
  justify-content: space-between;
}
.habit-days b {
  width: 13px;
  height: 13px;
  display: grid;
  place-items: center;
  border: 1px solid #cad7ce;
  border-radius: 50%;
  color: var(--m-forest);
  font-size: 5px;
}
.phone-content li {
  min-height: 42px;
  display: grid;
  grid-template-columns: 14px 1fr auto;
  align-items: center;
  gap: 6px;
  border-bottom: 1px solid #eee6da;
  font-size: 7px;
}
.phone-content li i {
  width: 11px;
  height: 11px;
}
.phone-content li em {
  color: var(--m-muted);
  font-style: normal;
}
.preview-action {
  width: 100%;
  min-height: 32px;
  margin-top: 12px;
  display: grid;
  place-items: center;
  border: 1px solid #ddcfb9;
  border-radius: 9px;
  color: var(--m-ink);
  background: #f8eedc;
  font: inherit;
}
.story-grid {
  margin-top: 38px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
  border: 1px solid var(--m-border);
  border-radius: 18px;
  background: var(--m-border);
}
.story-card {
  min-height: 350px;
  padding: 34px 40px 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-right: 1px solid var(--m-border);
  background: linear-gradient(180deg, rgba(255, 253, 248, .6), rgba(250, 244, 232, .85));
  text-align: center;
  transition: transform .25s ease, box-shadow .25s ease;
}
.story-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 40px rgba(61, 53, 40, .1);
  z-index: 1;
}
.story-card:last-child {
  border-right: 0;
}
.story-card h3 {
  margin: 0;
  font-size: 24px;
}
.story-card p {
  max-width: 36ch;
  margin: 9px auto 0;
  color: rgba(63, 77, 71, .92);
  font-size: 14px;
  line-height: 1.55;
}
.line-illustration {
  width: min(100%, 320px);
  margin: auto 0 0;
}
.line-illustration svg {
  width: 100%;
  fill: rgba(201, 151, 62, .1);
  stroke: #b89864;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.line-illustration .foliage {
  fill: none;
  stroke: #809c7d;
  stroke-width: 7;
}
.feature-status {
  min-height: 29px;
  padding: 5px 12px;
  color: #fff;
  background: var(--m-forest-2);
  font-size: 9px;
  border-radius: 999px;
}
.tag-row span:first-child {
  color: #fff;
  background: var(--m-forest-2);
  border-color: var(--m-forest-2);
}
.story-art {
  width: min(100%, 280px);
  height: 180px;
  margin: auto 0 10px;
  object-fit: contain;
}
.story-art-calendar {
  width: min(100%, 185px);
}
.story-art-lock {
  width: min(100%, 185px);
}
.story-art-cabin {
  width: min(100%, 310px);
  height: 170px;
  object-fit: contain;
}
.tag-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
}
.tag-row span {
  padding: 4px 8px;
  border: 1px solid var(--m-border);
  border-radius: 999px;
  background: #fff;
  font-size: 8px;
}
.household-section {
  min-height: 450px;
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 54px;
  align-items: center;
  background: linear-gradient(180deg, rgba(247, 244, 239, .65), rgba(255, 253, 248, .4));
}
.feature-list {
  margin: 24px 0;
  padding: 0;
  display: grid;
  gap: 13px;
  list-style: none;
  color: var(--m-body);
  font-size: 14px;
}
.feature-list li {
  display: grid;
  grid-template-columns: 24px 1fr;
  align-items: center;
  gap: 11px;
}
.feature-list span {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #b16c38;
}
.feature-list span svg {
  width: 100%;
  height: 100%;
}
.economy-preview {
  min-width: 0;
  padding: 32px;
  border: 1px solid var(--m-panel-border);
  border-radius: 22px;
  background: var(--m-field-bg);
  box-shadow: var(--m-shadow);
}
.preview-tabs {
  margin: -32px -32px 24px;
  padding: 18px 28px 0;
  display: flex;
  gap: 28px;
  border-bottom: 1px solid var(--m-border);
  color: var(--m-muted);
  font-size: 10px;
}
.preview-tabs span,
.preview-tabs strong {
  padding-bottom: 12px;
}
.preview-tabs strong {
  border-bottom: 2px solid var(--m-forest-2);
  color: var(--m-forest);
}
.economy-preview > h3 {
  margin: 0 0 14px;
  font-size: 16px;
}
.economy-preview > h3 em {
  margin-left: 5px;
  padding: 3px 7px;
  border-radius: 999px;
  color: var(--m-forest-2);
  background: #edf5e8;
  font-size: 8px;
  font-style: normal;
}
.economy-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.economy-stats span {
  padding: 13px;
  border: 1px solid var(--m-border);
  border-radius: 12px;
}
.economy-stats small,
.economy-stats strong {
  display: block;
}
.economy-stats small {
  color: var(--m-muted);
  font-size: 8px;
}
.economy-stats strong {
  margin-top: 5px;
  font-size: 22px;
}
.economy-columns {
  margin-top: 16px;
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 12px;
}
.economy-columns > div {
  padding: 15px;
  border: 1px solid var(--m-border);
  border-radius: 12px;
}
.economy-columns h4 {
  margin: 0 0 8px;
  font-size: 11px;
}
.economy-columns li {
  min-height: 45px;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 7px;
}
.economy-columns li span,
.economy-columns li small {
  display: block;
}
.economy-columns li span {
  min-width: 0;
  font-size: 9px;
}
.economy-columns li small,
.economy-columns li em,
.economy-columns li time {
  color: var(--m-muted);
  font-size: 7px;
  font-style: normal;
}
.economy-columns mark {
  padding: 3px 6px;
  border-radius: 999px;
  color: #995f23;
  background: #f9e6bd;
  font-size: 7px;
}
.economy-columns mark.approved {
  color: #3d7149;
  background: #e5f0df;
}
.pricing-section {
  position: relative;
  margin-bottom: 28px;
  display: grid;
  grid-template-columns: .9fr .75fr .78fr .85fr;
  gap: 18px;
  align-items: stretch;
}
.pricing-plant {
  position: absolute;
  right: 28px;
  bottom: 14px;
  width: 92px;
  max-height: 140px;
  object-fit: contain;
  object-position: bottom;
  opacity: .82;
  pointer-events: none;
  filter: drop-shadow(0 8px 14px rgba(61, 53, 40, .08));
}
@media (max-width: 1240px) {
  .landing-hero {
    grid-template-columns: minmax(350px, .72fr) minmax(570px, 1.28fr);
  }
  .hero-copy {
    padding-left: 0;
  }
  .hero-copy h1 {
    font-size: clamp(54px, 6.4vw, 76px);
  }
  .app-window-main {
    grid-template-columns: 140px 1fr;
  }
  .app-sidebar {
    padding-inline: 10px;
  }
  .today-preview {
    padding-inline: 18px;
  }
  .inbox-panel {
    left: 8px;
    width: 240px;
  }
  .rewards-panel {
    right: 120px;
    width: 300px;
  }
  .phone-preview {
    right: 0;
    width: 140px;
    height: 276px;
  }
  .story-card {
    padding-inline: 25px;
  }
}

@media (max-width: 980px) {
  .landing-hero {
    min-height: auto;
    padding-top: 42px;
    grid-template-columns: 1fr;
  }
  .hero-copy {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
  }
  .hero-copy h1,
  .hero-lede {
    margin-inline: auto;
  }
  .hero-benefits {
    margin-inline: auto;
    text-align: left;
  }
  .platform-note {
    text-align: center;
  }
  .hero-product {
    width: min(100%, 760px);
    margin: 0 auto;
  }
  .story-grid {
    grid-template-columns: 1fr;
  }
  .story-card {
    min-height: 310px;
    border-right: 0;
    border-bottom: 1px solid var(--m-border);
  }
  .story-card:last-child {
    border-bottom: 0;
  }
  .pricing-section {
    grid-template-columns: 1fr 1fr;
  }
  .pricing-section .tp-section-copy {
    grid-column: 1 / -1;
  }
  .pricing-plant {
    display: none;
  }
  .caldav-seal {
    display: none;
  }
}

@media (max-width: 680px) {
  .landing-hero {
    padding-top: 24px;
    padding-bottom: 28px;
    gap: 24px;
  }
  .hero-copy h1 {
    margin-top: 22px;
    font-size: clamp(36px, 10vw, 48px);
  }
  .hero-lede {
    font-size: 15px;
  }
  .eyebrow-pill {
    font-size: 9px;
  }
  .hero-benefits {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .hero-product {
    min-height: auto;
    display: grid;
    gap: 14px;
  }
  .app-window-main {
    min-height: 0;
    display: block;
  }
  .app-sidebar {
    display: none;
  }
  .today-preview {
    padding: 18px 14px;
  }
  .today-preview {
    padding: 18px 14px;
  }
  .stat-grid {
    grid-template-columns: 1fr 1fr;
  }
  .dashboard-grid {
    grid-template-columns: 1fr;
  }
  .floating-panel {
    position: static;
    width: auto;
    transform: none;
  }
  .inbox-panel,
  .rewards-panel {
    order: 2;
  }
  .phone-preview,
  .floating-panel {
    display: none;
  }
  .story-card {
    min-height: auto;
    padding: 26px 20px;
  }
  .story-card h3 {
    font-size: 22px;
  }
  .story-card p {
    font-size: 13px;
  }
  .story-art,
  .story-art-cabin {
    height: 140px;
  }
  .economy-preview {
    padding: 18px 12px;
  }
  .preview-tabs {
    margin: -18px -12px 18px;
    padding-inline: 10px;
    gap: 13px;
    overflow-x: auto;
  }
  .economy-stats,
  .economy-columns {
    grid-template-columns: 1fr;
  }
  .pricing-section {
    grid-template-columns: 1fr;
  }
}
