:root {
  color-scheme: light;
  --canvas: #fff7ee;
  --surface: #ffffff;
  --ink: #1a1718;
  --muted: #6b5a5b;
  --divider: #e9d8d0;
  --ember: #d83a34;
  --ember-dark: #b92724;
  --solar: #f6c33b;
  --mint: #ddf4e9;
  --sky: #ddeeff;
  --red-tint: #fbe4e1;
  --yellow-tint: #fff0b8;
  --shadow: 0 24px 60px rgba(91, 29, 22, .14);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--canvas); color: var(--ink); }
img { display: block; max-width: 100%; }
a { color: inherit; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 12px 16px; border-radius: 12px; background: var(--ink); color: white; }
.skip-link:focus { top: 16px; }

.site-header {
  width: min(1180px, calc(100% - 40px));
  min-height: 88px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font-size: 1.15rem; font-weight: 800; letter-spacing: -.03em; }
.brand img { border-radius: 50%; }
.site-header nav, footer nav { display: flex; align-items: center; gap: 28px; }
.site-header nav a, footer nav a { color: var(--muted); font-size: .92rem; font-weight: 650; text-decoration: none; }
.site-header nav a:hover, footer nav a:hover { color: var(--ember); }

.section-shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.hero { min-height: 790px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, .87fr); align-items: center; gap: 72px; padding-top: 56px; padding-bottom: 96px; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 20px; color: var(--ember-dark); font-size: .76rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow > span { width: 28px; height: 4px; border-radius: 99px; background: var(--solar); }
h1, h2, h3 { font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif; }
h1 { max-width: 720px; margin: 0; font-size: clamp(3.3rem, 6vw, 6.2rem); line-height: .95; letter-spacing: -.07em; }
.hero-lede { max-width: 630px; margin: 30px 0 0; color: var(--muted); font-size: clamp(1.08rem, 1.7vw, 1.32rem); line-height: 1.55; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; margin-top: 34px; }
.app-store-button { display: inline-flex; align-items: center; gap: 11px; min-height: 62px; padding: 10px 20px; border-radius: 16px; background: var(--ink); color: white; box-shadow: 0 9px 0 rgba(26,23,24,.12); }
.app-store-button svg { width: 29px; fill: currentColor; }
.app-store-button > span { display: grid; font-size: 1.24rem; font-weight: 700; line-height: 1.05; }
.app-store-button small { font-size: .66rem; font-weight: 500; letter-spacing: .02em; }
.text-link { color: var(--ink); font-weight: 750; text-decoration-thickness: 2px; text-underline-offset: 5px; }
.text-link span { color: var(--ember); }
.availability { margin-top: 24px; color: var(--muted); font-size: .84rem; }

.hero-visual { position: relative; min-height: 670px; display: grid; place-items: center; }
.sun-orbit { position: absolute; width: 570px; aspect-ratio: 1; border-radius: 50%; background: var(--solar); transform: translate(6%, -1%); box-shadow: inset 0 0 0 2px rgba(26,23,24,.08); }
.sun-orbit::before, .sun-orbit::after { content: ""; position: absolute; border: 1.5px solid var(--ink); border-radius: 50%; opacity: .22; }
.sun-orbit::before { inset: -36px; }
.sun-orbit::after { inset: 48px; }
.phone { overflow: hidden; border: 7px solid var(--ink); border-radius: 38px; background: #f4f7f3; box-shadow: var(--shadow); }
.phone img { width: 100%; height: auto; }
.phone-hero { position: relative; width: 298px; max-height: 646px; z-index: 1; transform: rotate(2.2deg); }
.floating-card { position: absolute; z-index: 2; display: flex; align-items: center; gap: 11px; min-width: 218px; padding: 13px 16px; border: 1.5px solid var(--ink); border-radius: 17px; background: white; box-shadow: 7px 8px 0 rgba(26,23,24,.88); }
.floating-card span:last-child { display: grid; gap: 3px; }
.floating-card strong { font-size: .88rem; }
.floating-card small { color: var(--muted); font-size: .72rem; }
.card-icon { display: grid; place-items: center; width: 37px; height: 37px; border-radius: 12px; font-size: 1.25rem; font-weight: 900; }
.nutrition { background: var(--mint); color: #087a64; }
.movement { background: var(--red-tint); color: var(--ember); }
.floating-meal { left: -10px; top: 140px; }
.floating-workout { right: -20px; bottom: 105px; }

.trust-strip { display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid var(--divider); background: white; }
.trust-strip p { margin: 0; padding: 28px max(24px, calc((100vw - 1180px) / 6)); display: grid; gap: 5px; border-right: 1px solid var(--divider); }
.trust-strip p:last-child { border-right: 0; }
.trust-strip strong { font-size: .95rem; }
.trust-strip span { color: var(--muted); font-size: .82rem; line-height: 1.4; }

.feature-section { padding-block: 128px; }
.section-heading { max-width: 720px; margin-bottom: 52px; }
.section-heading h2, .safety h2, .final-cta h2 { margin: 0; font-size: clamp(2.5rem, 5vw, 4.7rem); line-height: 1; letter-spacing: -.06em; }
.section-heading > p:last-child, .safety > div > p { color: var(--muted); font-size: 1.08rem; line-height: 1.6; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.feature-card { min-height: 440px; padding: 30px; border: 1.5px solid var(--ink); border-radius: 26px; box-shadow: 8px 9px 0 rgba(26,23,24,.92); }
.feature-card-red { background: var(--red-tint); }
.feature-card-yellow { background: var(--yellow-tint); }
.feature-card-mint { background: var(--mint); }
.feature-number { font-size: .78rem; font-weight: 850; letter-spacing: .12em; }
.feature-card h3 { margin: 62px 0 18px; font-size: 1.9rem; line-height: 1.08; letter-spacing: -.045em; }
.feature-card p, .feature-card li { line-height: 1.55; }
.feature-card p { color: #4f4243; }
.feature-card ul { margin: 24px 0 0; padding-left: 20px; }
.feature-card li { margin-block: 9px; font-size: .92rem; }

.screens-section { overflow: hidden; padding-block: 120px 135px; background: var(--ink); color: var(--canvas); }
.section-heading.inverse > p:last-child { color: #d2beba; }
.section-heading.inverse .eyebrow { color: #ffd14a; }
.screens-grid { display: grid; grid-template-columns: repeat(3, 1fr); align-items: start; gap: 42px; }
.screens-grid figure { margin: 0; }
.screens-grid .phone { max-height: 620px; border-color: #fff7ee; border-width: 5px; border-radius: 34px; box-shadow: 0 35px 80px rgba(0,0,0,.42); }
.screen-raised { transform: translateY(-34px); }
.screens-grid figcaption { display: grid; gap: 8px; margin-top: 24px; }
.screens-grid figcaption strong { font-size: 1.05rem; }
.screens-grid figcaption span { color: #d2beba; font-size: .9rem; line-height: 1.5; }

.access-section { padding-block: 128px; }
.plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.plan-card { padding: 30px; border: 1px solid var(--divider); border-radius: 26px; background: white; }
.plan-label { margin: 0; color: var(--ember-dark); font-size: .76rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.plan-card h3 { margin: 28px 0 10px; font-size: 2.5rem; letter-spacing: -.05em; }
.plan-card h3 small { font-size: .9rem; font-weight: 600; letter-spacing: 0; }
.plan-copy { min-height: 66px; color: var(--muted); line-height: 1.5; }
.plan-card dl { margin: 28px 0 0; }
.plan-card dl div { display: flex; justify-content: space-between; gap: 20px; padding-block: 14px; border-top: 1px solid var(--divider); }
.plan-card dt { color: var(--muted); }
.plan-card dd { margin: 0; font-weight: 800; }
.plan-pro { border: 1.5px solid var(--ink); background: var(--solar); box-shadow: 8px 9px 0 var(--ink); }
.plan-pro .plan-label, .plan-pro .plan-copy, .plan-pro dt { color: #44370e; }
.plan-pro dl div { border-color: rgba(26,23,24,.25); }

.safety { display: grid; grid-template-columns: 200px 1fr; gap: 50px; align-items: center; margin-bottom: 128px; padding: 52px; border: 1.5px solid var(--ink); border-radius: 30px; background: var(--red-tint); }
.safety-mark { display: grid; place-items: center; width: 160px; height: 160px; border-radius: 50%; background: var(--ember); color: white; font-size: 6rem; font-weight: 900; box-shadow: 10px 11px 0 var(--ink); }
.safety .eyebrow { margin-bottom: 16px; }
.safety h2 { font-size: clamp(2.25rem, 4vw, 3.8rem); }

.final-cta { padding: 110px 24px; display: grid; justify-items: center; text-align: center; background: var(--solar); }
.final-cta img { margin-bottom: 26px; border-radius: 50%; }
.final-cta .eyebrow { color: var(--ink); }
.final-cta > p:last-child { font-size: 1.1rem; font-weight: 700; }

footer { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding-block: 62px; display: grid; grid-template-columns: 1fr auto; align-items: start; gap: 36px; }
.footer-brand p, .copyright { color: var(--muted); font-size: .82rem; }
.copyright { grid-column: 1 / -1; margin: 4px 0 0; padding-top: 24px; border-top: 1px solid var(--divider); }

@media (max-width: 1000px) {
  .hero { grid-template-columns: 1fr; gap: 38px; text-align: center; }
  .hero-copy { display: grid; justify-items: center; }
  .hero-actions { justify-content: center; }
  .hero-visual { min-height: 650px; }
  .floating-meal { left: calc(50% - 320px); }
  .floating-workout { right: calc(50% - 320px); }
  .feature-grid, .plans { grid-template-columns: 1fr; }
  .feature-card { min-height: auto; }
  .feature-card h3 { margin-top: 40px; }
  .screens-grid { gap: 22px; }
}

@media (max-width: 720px) {
  .site-header { min-height: 74px; }
  .site-header nav a:not(:last-child) { display: none; }
  .hero { min-height: auto; padding-top: 44px; padding-bottom: 72px; }
  h1 { font-size: clamp(3rem, 15vw, 4.2rem); }
  .hero-visual { min-height: 590px; }
  .sun-orbit { width: 440px; }
  .phone-hero { width: 260px; max-height: 565px; }
  .floating-card { min-width: 186px; padding: 11px; }
  .floating-meal { left: 0; top: 110px; }
  .floating-workout { right: 0; bottom: 70px; }
  .trust-strip { grid-template-columns: 1fr; }
  .trust-strip p { border-right: 0; border-bottom: 1px solid var(--divider); }
  .feature-section, .access-section { padding-block: 88px; }
  .screens-section { padding-block: 88px 100px; }
  .screens-grid { grid-template-columns: 72% 72% 72%; overflow-x: auto; scroll-snap-type: x mandatory; padding: 20px 20px 34px 0; }
  .screens-grid figure { scroll-snap-align: start; }
  .screen-raised { transform: none; }
  .safety { grid-template-columns: 1fr; margin-bottom: 88px; padding: 34px 26px; }
  .safety-mark { width: 110px; height: 110px; font-size: 4.2rem; }
  footer { grid-template-columns: 1fr; }
  footer nav { flex-wrap: wrap; gap: 16px 24px; }
  .copyright { grid-column: auto; }
}

@media (max-width: 440px) {
  .section-shell, .site-header, footer { width: min(100% - 28px, 1180px); }
  .hero-actions { flex-direction: column; }
  .hero-visual { min-height: 560px; }
  .sun-orbit { width: 360px; }
  .floating-card { min-width: 0; }
  .floating-card small { display: none; }
  .floating-meal { left: -4px; }
  .floating-workout { right: -4px; }
  .plans { gap: 16px; }
}

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