:root {
  --cream: #fbf3e6;
  --cream-deep: #f1dfc5;
  --paper: #fffaf0;
  --paper-soft: #fff6e8;
  --ink: #163227;
  --green: #294f43;
  --green-deep: #18372e;
  --green-soft: #d7e4d1;
  --sage: #aeb89a;
  --olive: #707957;
  --muted: #70685f;
  --line: #ddcfb8;
  --honey: #e3a854;
  --gold: #b96f24;
  --clay: #b96d54;
  --sky: #8eaab3;
  --rose: #e6b6a5;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(22, 50, 39, 0.14);
  --soft-shadow: 0 14px 34px rgba(22, 50, 39, 0.08);
  --display-font: "Arbutus Slab", Georgia, serif;
  --body-font: "Nunito Sans", -apple-system, BlinkMacSystemFont, "SF Pro Text", "SF Pro Display", "Helvetica Neue", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-family: var(--body-font);
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(227, 168, 84, 0.24), transparent 32rem),
    linear-gradient(135deg, var(--cream), var(--paper) 54%, #fffdf8);
  letter-spacing: 0;
}

body {
  margin: 0;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(rgba(22, 50, 39, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(22, 50, 39, 0.035) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent 55%);
}

a {
  color: inherit;
}

img {
  max-width: 100%;
}

.site-header,
.site-footer {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.site-header {
  position: fixed;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 20;
  padding: 18px 0;
}

.glass-header {
  width: min(1180px, calc(100% - 32px));
  margin-top: 14px;
  padding: 12px 16px;
  border: 1px solid rgba(255, 250, 240, 0.36);
  border-radius: 999px;
  background: rgba(255, 250, 240, 0.72);
  box-shadow: 0 18px 44px rgba(22, 50, 39, 0.12);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  text-decoration: none;
}

.brand-icon {
  width: 34px;
  height: 34px;
  border-radius: 9px;
  box-shadow: 0 8px 18px rgba(22, 50, 39, 0.12);
}

.brand-logo {
  width: 112px;
  height: auto;
  display: block;
}

.site-nav,
.site-footer nav {
  display: flex;
  gap: 18px;
  align-items: center;
  flex-wrap: wrap;
}

.site-nav a,
.site-footer a {
  text-decoration: none;
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 800;
}

.site-nav a:hover,
.site-nav a[aria-current="page"],
.site-footer a:hover {
  color: var(--ink);
}

.image-hero {
  position: relative;
  min-height: 100vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  isolation: isolate;
  padding: 142px 0 74px;
  background:
    radial-gradient(circle at 74% 32%, rgba(255, 250, 240, 0.12), transparent 20rem),
    radial-gradient(circle at 14% 68%, rgba(227, 168, 84, 0.16), transparent 18rem),
    linear-gradient(135deg, #315d50, var(--green) 46%, var(--green-deep));
}

.hero-backdrop {
  position: absolute;
  inset: 0;
  z-index: -3;
  overflow: hidden;
}

.hero-house-scene {
  position: absolute;
  inset: 0;
}

.hero-house-scene::before,
.hero-house-scene::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255, 250, 240, 0.1);
  opacity: 0.72;
}

.hero-house-scene::before {
  right: -9vw;
  top: 12vh;
  width: 54vw;
  height: 54vw;
  border-radius: 999px;
  background: rgba(255, 250, 240, 0.05);
  animation: heroDrift 18s ease-in-out infinite alternate;
}

.hero-house-scene::after {
  left: -10vw;
  bottom: -18vw;
  width: 44vw;
  height: 44vw;
  border-radius: 999px;
  background: rgba(227, 168, 84, 0.08);
  animation: heroDrift 20s ease-in-out infinite alternate-reverse;
}

.house-arch {
  position: absolute;
  right: 10vw;
  bottom: 0;
  width: min(46vw, 560px);
  height: min(58vh, 620px);
  border-radius: 280px 280px 0 0;
  border: 1px solid rgba(255, 250, 240, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 250, 240, 0.11), rgba(255, 250, 240, 0.03)),
    rgba(255, 250, 240, 0.03);
}

.house-floor {
  position: absolute;
  right: 2vw;
  bottom: 11vh;
  width: min(56vw, 690px);
  height: 88px;
  border-radius: 999px;
  background: rgba(22, 50, 39, 0.2);
  filter: blur(2px);
}

.image-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(22, 50, 39, 0.58), rgba(22, 50, 39, 0.22) 52%, rgba(22, 50, 39, 0.1)),
    linear-gradient(0deg, rgba(22, 50, 39, 0.42), rgba(22, 50, 39, 0.04) 54%);
}

.image-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: 140px;
  background: linear-gradient(to bottom, transparent, var(--cream));
}

.hero-atmosphere {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.task-float {
  position: absolute;
  display: grid;
  place-items: center;
  width: 108px;
  height: 108px;
  border: 1px solid rgba(255, 250, 240, 0.22);
  border-radius: 30px;
  background: rgba(255, 250, 240, 0.14);
  color: rgba(255, 250, 240, 0.66);
  opacity: 0.58;
  filter: drop-shadow(0 18px 30px rgba(10, 27, 22, 0.2));
  backdrop-filter: blur(10px);
  animation: floatChip 8s ease-in-out infinite;
  will-change: transform;
}

.task-float svg {
  width: 58px;
  height: 58px;
  fill: none;
  stroke: currentColor;
  stroke-width: 3.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.icon-cleaning {
  top: 19%;
  right: 21%;
  --drift-x: 36px;
  --drift-y: -64px;
  transform: rotate(-8deg);
}

.icon-laundry {
  top: 51%;
  right: 10%;
  --drift-x: 54px;
  --drift-y: 42px;
  animation-delay: -2.4s;
}

.icon-kitchen {
  left: 12%;
  top: 29%;
  --drift-x: -48px;
  --drift-y: -58px;
  animation-delay: -4.6s;
}

.icon-pets {
  right: 30%;
  bottom: 13%;
  --drift-x: 38px;
  --drift-y: 62px;
  animation-delay: -1.6s;
}

.icon-groceries {
  left: 7%;
  bottom: 17%;
  --drift-x: -52px;
  --drift-y: 42px;
  animation-delay: -3.4s;
}

.icon-health {
  right: 43%;
  top: 18%;
  --drift-x: 18px;
  --drift-y: -72px;
  animation-delay: -5.2s;
}

.icon-maintenance {
  left: 29%;
  top: 61%;
  --drift-x: -30px;
  --drift-y: 66px;
  animation-delay: -6.2s;
}

.icon-cars {
  right: 6%;
  top: 29%;
  --drift-x: 62px;
  --drift-y: -36px;
  animation-delay: -7s;
}

.image-hero-copy {
  position: relative;
  z-index: 2;
  width: min(980px, calc(100% - 32px));
  margin: 0 auto;
  color: var(--paper);
  text-align: center;
}

.image-hero-copy .eyebrow {
  color: #f7c776;
}

.image-hero-copy h1 {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(2.85rem, 6.4vw, 5.95rem);
  text-shadow: 0 16px 42px rgba(0, 0, 0, 0.28);
}

.image-hero-copy .hero-actions {
  justify-content: center;
}

.image-hero-copy .hero-lede {
  margin-left: auto;
  margin-right: auto;
  color: rgba(255, 250, 240, 0.84);
}

.image-hero-copy .button.primary {
  background: var(--paper);
  color: var(--green);
}

.image-hero-copy .button.secondary {
  background: rgba(255, 250, 240, 0.16);
  border-color: rgba(255, 250, 240, 0.34);
  color: var(--paper);
}

.motion-rail {
  overflow: hidden;
  border-block: 1px solid var(--line);
  background: rgba(255, 250, 240, 0.76);
  margin-bottom: 64px;
}

.rail-track {
  display: flex;
  width: max-content;
  gap: 12px;
  padding: 16px 0;
  animation: railMove 28s linear infinite;
}

.rail-track span {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--paper);
  color: var(--green);
  padding: 0 18px;
  font-weight: 900;
  white-space: nowrap;
}

.hero {
  width: min(1180px, calc(100% - 32px));
  min-height: calc(100vh - 86px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 470px);
  align-items: center;
  gap: 76px;
  padding: 28px 0 86px;
}

.hero-copy {
  max-width: 760px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  text-wrap: balance;
}

h1 {
  font-family: var(--display-font);
  max-width: 760px;
  margin-bottom: 20px;
  font-size: clamp(3.25rem, 7.6vw, 6.9rem);
  line-height: 0.95;
  letter-spacing: 0;
}

.hero-lede {
  max-width: 720px;
  color: var(--muted);
  font-size: clamp(1.12rem, 1.7vw, 1.42rem);
  line-height: 1.62;
}

.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 34px;
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 20px;
  font-weight: 900;
  text-decoration: none;
  border: 1px solid transparent;
}

.button.primary {
  background: var(--green);
  color: var(--white);
  box-shadow: 0 12px 26px rgba(41, 79, 67, 0.2);
}

.button.secondary {
  background: rgba(255, 250, 240, 0.78);
  border-color: var(--line);
  color: var(--ink);
}

.hero-visual {
  position: relative;
  min-height: 680px;
  display: grid;
  place-items: center;
}

.hero-visual::before {
  content: "";
  position: absolute;
  width: 92%;
  aspect-ratio: 1;
  border-radius: 45% 55% 52% 48%;
  background:
    radial-gradient(circle at 72% 28%, rgba(255, 250, 240, 0.95), transparent 7rem),
    linear-gradient(145deg, rgba(215, 228, 209, 0.94), rgba(241, 223, 197, 0.82));
  box-shadow: var(--soft-shadow);
}

.phone-preview {
  position: relative;
  z-index: 2;
  width: min(100%, 316px);
  margin: 0 auto;
  border-radius: 34px;
  background: var(--cream);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.welcome-preview {
  border: 1px solid rgba(46, 74, 66, 0.12);
}

.welcome-preview img {
  width: 100%;
  height: auto;
  display: block;
}

.floating-card {
  position: absolute;
  z-index: 3;
  width: 190px;
  border: 1px solid rgba(221, 207, 184, 0.86);
  border-radius: 8px;
  background: rgba(255, 250, 240, 0.92);
  box-shadow: var(--soft-shadow);
  padding: 16px;
}

.floating-card span,
.card-kicker {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.floating-card strong {
  display: block;
  margin: 4px 0;
  font-size: 1.05rem;
}

.floating-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.91rem;
  line-height: 1.35;
}

.card-tasks {
  left: 4px;
  top: 110px;
}

.card-meal {
  right: 0;
  bottom: 96px;
}

.intro-strip,
.section,
.band-inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.intro-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 0;
  margin-bottom: 44px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
  box-shadow: var(--soft-shadow);
}

.intro-strip article {
  min-height: 220px;
  padding: 28px;
  background: rgba(255, 250, 240, 0.88);
  transition: transform 240ms ease, background 240ms ease;
}

.intro-strip article:hover {
  transform: translateY(-6px);
  background: var(--paper);
}

.pillar-icon,
.step-number {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 28px;
  border-radius: 999px;
  background: var(--green);
  color: var(--paper);
  font-weight: 900;
}

.intro-strip h2,
.definition-card h3,
.audience-card h3,
.step-card h3,
.support-note h2,
.content-grid h2,
.legal-copy h2 {
  font-family: var(--display-font);
  letter-spacing: 0;
}

.intro-strip h2 {
  margin-bottom: 10px;
  font-size: 1.25rem;
}

.intro-strip p,
.definition-card p,
.audience-card p,
.step-card p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.58;
}

.section {
  padding: 112px 0;
}

.section-heading {
  max-width: 790px;
}

.section-heading.centered {
  margin: 0 auto;
  text-align: center;
}

.section-heading h2,
.band-inner h2,
.split-heading h2,
.closing h2,
.page-hero h1 {
  font-family: var(--display-font);
  margin-bottom: 16px;
  font-size: clamp(2.05rem, 4.5vw, 4rem);
  line-height: 1.05;
  letter-spacing: 0;
}

.section-heading p,
.split-heading p,
.band-inner p,
.closing p,
.page-hero p,
.legal-copy p,
.content-grid p {
  color: var(--muted);
  line-height: 1.7;
  font-size: 1.06rem;
}

.definition-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 18px;
  margin-top: 38px;
}

.definition-card,
.audience-card,
.step-card,
.support-note,
.content-grid article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 250, 240, 0.9);
  padding: 26px;
  box-shadow: var(--soft-shadow);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.definition-card:hover,
.audience-card:hover,
.step-card:hover {
  border-color: rgba(185, 111, 36, 0.52);
  transform: translateY(-8px);
  box-shadow: 0 22px 54px rgba(22, 50, 39, 0.12);
}

.tilt-card:hover {
  transform: translateY(-8px) rotate(-1deg);
}

.large-card {
  grid-row: span 2;
  display: flex;
  min-height: 390px;
  flex-direction: column;
  justify-content: flex-end;
  background:
    linear-gradient(150deg, rgba(41, 79, 67, 0.93), rgba(41, 79, 67, 0.78)),
    var(--green);
  color: var(--paper);
}

.large-card .card-kicker,
.large-card p {
  color: rgba(255, 250, 240, 0.78);
}

.large-card h3 {
  max-width: 620px;
  margin-bottom: 16px;
  font-size: clamp(1.9rem, 3vw, 3rem);
  line-height: 1.06;
}

.definition-card:not(.large-card) h3 {
  font-size: 1.45rem;
}

.clean-list {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  color: var(--muted);
}

.clean-list li {
  position: relative;
  padding-left: 26px;
}

.clean-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--honey);
}

.full-bleed {
  background: var(--green);
  color: var(--paper);
}

.band-story {
  margin-top: 28px;
}

.band-inner {
  padding: 104px 0;
}

.story-layout,
.feature-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  gap: 64px;
  align-items: center;
}

.band-inner .eyebrow {
  color: #f1c374;
}

.band-inner p {
  color: rgba(255, 250, 240, 0.76);
}

.reason-stack {
  display: grid;
  gap: 14px;
}

.reason-stack div {
  display: grid;
  grid-template-columns: 36px 1fr;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(255, 250, 240, 0.22);
  border-radius: 8px;
  background: rgba(255, 250, 240, 0.08);
  padding: 18px;
  animation: reasonPulse 5.8s ease-in-out infinite;
}

.reason-stack div:nth-child(2) {
  animation-delay: -1.8s;
}

.reason-stack div:nth-child(3) {
  animation-delay: -3.4s;
}

.reason-stack span {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 34% 30%, var(--paper) 0 18%, transparent 19%),
    var(--honey);
}

.reason-stack p {
  margin: 0;
  color: var(--paper);
  font-size: clamp(1rem, 1.6vw, 1.2rem);
  font-weight: 900;
}

.split-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 470px);
  gap: 56px;
  align-items: end;
  margin-bottom: 38px;
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.audience-card {
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.audience-card h3 {
  margin-bottom: 10px;
  font-size: 1.35rem;
}

.how-section {
  padding-top: 96px;
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 40px;
}

.step-card {
  min-height: 345px;
}

.step-card h3 {
  margin-bottom: 12px;
  font-size: 1.35rem;
}

.feature-band {
  background:
    linear-gradient(135deg, rgba(41, 79, 67, 0.98), rgba(22, 50, 39, 0.98)),
    var(--green-deep);
}

.meal-app-preview {
  overflow: hidden;
  border: 1px solid rgba(255, 250, 240, 0.18);
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(255, 250, 240, 0.98), rgba(255, 246, 232, 0.96)),
    var(--paper);
  color: var(--ink);
  padding: 28px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.16);
  animation: panelLift 6.4s ease-in-out infinite;
}

.meal-app-top {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: flex-start;
  margin-bottom: 22px;
}

.meal-app-top h3 {
  font-family: var(--display-font);
  margin-bottom: 6px;
  font-size: clamp(2rem, 3.2vw, 3rem);
  line-height: 1;
}

.meal-app-top p {
  max-width: 360px;
  margin: 0;
  color: rgba(22, 50, 39, 0.62);
  font-size: 1.02rem;
  line-height: 1.35;
}

.meal-add {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border: 2px solid var(--line);
  border-radius: 999px;
  color: var(--green);
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
}

.meal-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 18px;
  border-radius: 999px;
  background: rgba(112, 104, 95, 0.12);
  padding: 4px;
  font-weight: 900;
  text-align: center;
}

.meal-tabs span {
  min-height: 42px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: #171914;
}

.meal-tabs .active {
  background: var(--white);
  box-shadow: 0 4px 14px rgba(22, 50, 39, 0.08);
}

.meal-week-card,
.meal-day-card {
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 250, 240, 0.82);
  box-shadow: 0 10px 28px rgba(22, 50, 39, 0.06);
}

.meal-week-card {
  display: grid;
  grid-template-columns: 28px 1fr 32px;
  gap: 16px;
  align-items: center;
  margin-bottom: 18px;
  padding: 18px 20px;
}

.meal-week-card strong {
  display: block;
  font-size: 1.25rem;
  line-height: 1.15;
}

.meal-week-card p {
  margin: 4px 0 0;
  color: rgba(22, 50, 39, 0.5);
  font-weight: 800;
}

.chevron,
.tray-icon {
  color: var(--green);
  font-size: 2.2rem;
  line-height: 1;
}

.tray-icon {
  transform: rotate(180deg);
}

.meal-day-card {
  padding: 20px;
}

.meal-day-card h4 {
  margin: 0 0 16px;
  font-size: 1.35rem;
}

.meal-slot {
  display: grid;
  grid-template-columns: 34px 1fr auto;
  gap: 14px;
  align-items: center;
}

.meal-slot strong {
  display: block;
  color: rgba(22, 50, 39, 0.62);
  font-size: 1.07rem;
  line-height: 1.2;
}

.meal-slot.planned strong {
  color: var(--ink);
}

.meal-slot p {
  margin: 4px 0 0;
  color: rgba(22, 50, 39, 0.48);
  font-size: 0.88rem;
  font-weight: 900;
}

.slot-icon {
  width: 24px;
  height: 24px;
  display: block;
  border-radius: 999px;
}

.sun-icon {
  background:
    radial-gradient(circle, var(--honey) 0 28%, transparent 30%),
    conic-gradient(from 0deg, transparent 0 7%, var(--honey) 7% 11%, transparent 11% 20%);
}

.moon-icon {
  background:
    radial-gradient(circle at 70% 32%, var(--paper) 0 23%, transparent 24%),
    radial-gradient(circle at 52% 50%, var(--green) 0 48%, transparent 50%);
}

.meal-pill {
  min-height: 40px;
  display: inline-grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--green);
  padding: 0 16px;
  font-weight: 900;
}

.meal-divider {
  height: 1px;
  margin: 18px 0;
  background: var(--line);
}

.closing {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto 56px;
  padding: 98px 24px 108px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    radial-gradient(circle at 78% 16%, rgba(227, 168, 84, 0.24), transparent 18rem),
    linear-gradient(135deg, rgba(255, 250, 240, 0.92), rgba(215, 228, 209, 0.68));
  text-align: center;
  box-shadow: var(--soft-shadow);
  animation: closingGlow 10s ease-in-out infinite alternate;
}

.closing-inner {
  max-width: 720px;
  margin: 0 auto;
}

.closing img {
  width: 76px;
  height: 76px;
  margin-bottom: 22px;
  border-radius: 18px;
  box-shadow: var(--soft-shadow);
}

.closing h2 {
  margin-bottom: 12px;
}

.closing p:last-child {
  margin-bottom: 0;
}

.site-footer {
  padding: 28px 0;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.page-shell {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 138px 0 90px;
}

.page-hero {
  max-width: 760px;
  margin-bottom: 42px;
}

.page-hero h1 {
  font-size: clamp(2rem, 4vw, 3rem);
}

.content-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.support-note {
  margin-top: 16px;
}

.support-note ul,
.legal-copy ul {
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
  line-height: 1.8;
}

.legal {
  max-width: 900px;
}

.legal-copy {
  border-top: 1px solid var(--line);
  padding-top: 28px;
}

.legal-copy h2 {
  margin: 32px 0 8px;
  font-size: 1.35rem;
}

@media (max-width: 1060px) {
  .hero,
  .story-layout,
  .feature-layout,
  .split-heading {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    gap: 32px;
  }

  .image-hero {
    min-height: 92vh;
  }

  .hero-visual {
    min-height: 640px;
  }

  .audience-grid,
  .steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .task-float {
    width: 90px;
    height: 90px;
    border-radius: 24px;
  }

  .task-float svg {
    width: 48px;
    height: 48px;
  }

  .card-tasks {
    left: 12%;
  }

  .card-meal {
    right: 12%;
  }
}

@media (max-width: 760px) {
  .site-header {
    position: absolute;
    left: 16px;
    right: 16px;
    top: 12px;
    width: auto;
    transform: none;
    align-items: flex-start;
    flex-direction: column;
    border-radius: 18px;
  }

  .site-nav {
    gap: 12px;
  }

  .motion-rail {
    margin-bottom: 42px;
  }

  .hero {
    padding-top: 18px;
  }

  .image-hero {
    min-height: 100svh;
    padding-top: 180px;
    padding-bottom: 76px;
  }

  .image-hero::before {
    background:
      linear-gradient(0deg, rgba(22, 50, 39, 0.88), rgba(22, 50, 39, 0.22)),
      linear-gradient(90deg, rgba(22, 50, 39, 0.72), rgba(22, 50, 39, 0.28));
  }

  .task-float {
    width: 72px;
    height: 72px;
    border-radius: 20px;
    opacity: 0.34;
  }

  .task-float svg {
    width: 38px;
    height: 38px;
    stroke-width: 3;
  }

  .icon-cleaning {
    top: 33%;
    right: 6%;
  }

  .icon-laundry,
  .icon-health,
  .icon-cars {
    display: none;
  }

  .icon-kitchen {
    left: 4%;
    top: 24%;
  }

  .icon-pets {
    right: 8%;
    bottom: 11%;
  }

  .icon-groceries {
    left: 2%;
    bottom: 8%;
  }

  .icon-maintenance {
    left: 45%;
    top: 61%;
  }

  .house-arch {
    right: -16vw;
    width: 82vw;
    height: 48vh;
  }

  .house-floor {
    right: -24vw;
    width: 96vw;
  }

  .hero-visual {
    min-height: 560px;
  }

  h1 {
    font-size: clamp(2.72rem, 15vw, 4.6rem);
  }

  .intro-strip,
  .definition-grid,
  .audience-grid,
  .steps,
  .content-grid {
    grid-template-columns: 1fr;
  }

  .intro-strip article,
  .audience-card,
  .step-card {
    min-height: auto;
  }

  .large-card {
    min-height: 320px;
  }

  .section,
  .band-inner {
    padding: 74px 0;
  }

  .floating-card {
    width: 165px;
  }

  .card-tasks {
    left: 0;
    top: 52px;
  }

  .card-meal {
    right: 0;
    bottom: 38px;
  }
}

@media (max-width: 560px) {
  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .button {
    padding: 0 16px;
  }

  .image-hero-copy h1 {
    font-size: clamp(2.35rem, 14vw, 3.65rem);
  }

  .hero-visual {
    min-height: 520px;
    overflow: hidden;
  }

  .phone-preview {
    width: min(78vw, 282px);
  }

  .floating-card {
    position: relative;
    inset: auto;
    width: 100%;
    max-width: 300px;
    margin-top: -12px;
  }

  .hero-visual {
    align-content: center;
    gap: 0;
  }

  .hero-visual::before {
    width: 100%;
  }

  .meal-app-preview {
    padding: 20px;
  }

  .meal-tabs span {
    min-height: 36px;
    font-size: 0.86rem;
  }

  .meal-slot {
    grid-template-columns: 28px 1fr;
  }

  .meal-pill {
    grid-column: 2;
    justify-self: start;
    margin-top: 8px;
  }
}

@supports (animation-timeline: view()) {
  .reveal {
    animation: softRise linear both;
    animation-timeline: view();
    animation-range: entry 0% cover 34%;
  }
}

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

@keyframes heroDrift {
  from {
    transform: scale(1.08) translate3d(-1.4%, -1.2%, 0);
  }
  to {
    transform: scale(1.14) translate3d(1.2%, 1%, 0);
  }
}

@keyframes floatChip {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(-2deg);
  }
  50% {
    transform: translate3d(0, -32px, 0) rotate(2deg);
  }
}

@supports (animation-timeline: scroll()) {
  .task-float {
    animation-name: floatChip, iconScrollDrift;
    animation-duration: 8s, 1s;
    animation-timing-function: ease-in-out, linear;
    animation-iteration-count: infinite, 1;
    animation-fill-mode: none, both;
    animation-timeline: auto, scroll(root block);
    animation-range: normal, 0 56vh;
  }
}

@keyframes iconScrollDrift {
  from {
    translate: 0 0;
  }
  to {
    translate: var(--drift-x, 0) var(--drift-y, -36px);
  }
}

@keyframes railMove {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@keyframes softRise {
  from {
    opacity: 0;
    transform: translateY(40px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes reasonPulse {
  0%,
  100% {
    transform: translateX(0);
    background: rgba(255, 250, 240, 0.08);
  }
  50% {
    transform: translateX(8px);
    background: rgba(255, 250, 240, 0.14);
  }
}

@keyframes panelLift {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-7px);
  }
}

@keyframes progressGrow {
  0%,
  100% {
    transform: scaleX(0.78);
  }
  50% {
    transform: scaleX(1);
  }
}

@keyframes closingGlow {
  from {
    box-shadow: var(--soft-shadow);
  }
  to {
    box-shadow: 0 28px 80px rgba(227, 168, 84, 0.22);
  }
}
