@font-face { font-family: Manrope; src: url('assets/Manrope-Regular.ttf') format('truetype'); font-weight: 400; font-display: swap; }
@font-face { font-family: Manrope; src: url('assets/Manrope-Bold.ttf') format('truetype'); font-weight: 700; font-display: swap; }
@font-face { font-family: 'Prep Serif'; src: url('assets/DMSerifDisplay-Regular.ttf') format('truetype'); font-display: swap; }
:root { --forest: #0f3d2e; --ink: #263b32; --muted: #657068; --sage: #eaf0e8; --orange: #d97856; --line: #e4e8e1; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body { margin: 0; background: #fff; color: var(--ink); font: 15px/1.65 Manrope, sans-serif; letter-spacing: 0; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--orange); outline-offset: 5px; }
.skip-link { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.skip-link:focus { position: fixed; top: 10px; left: 16px; z-index: 10; width: auto; height: auto; clip-path: none; background: white; padding: 12px 20px; }
.header { max-width: 1400px; margin: auto; padding: 22px 64px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 9px; flex-shrink: 0; color: var(--forest); }
.brand img { object-fit: contain; }
.brand span { font: 34px/1 'Prep Serif', Georgia, serif; }
.header nav { display: flex; align-items: center; gap: 36px; font-size: 13px; font-weight: 700; }
.preview-link:hover, .footer a:hover { text-decoration: underline; text-underline-offset: 5px; }
.nav-app { display: inline-flex; align-items: center; gap: 20px; border: 1px solid var(--line); border-radius: 30px; padding: 10px 20px; transition: border-color .2s; }
.nav-app:hover { border-color: var(--forest); }
.nav-app span { font-size: 19px; line-height: 1; }
.hero { min-height: 520px; height: min(570px, 68svh); position: relative; isolation: isolate; overflow: hidden; }
.hero-image { position: absolute; z-index: -3; width: 100%; height: 100%; object-fit: cover; object-position: 70% 50%; }
.hero-shade { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, #f5f7f0 0%, #f5f7f0ed 27%, #f5f7f075 49%, #f5f7f000 66%); }
.hero-inner { max-width: 1272px; height: 100%; margin: auto; padding: 45px 0 40px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.eyebrow { display: flex; align-items: center; gap: 9px; font-size: 10px; font-weight: 700; line-height: 1.5; }
.sun { width: 8px; height: 8px; background: var(--orange); border-radius: 50%; }
h1 { font: 80px/1 'Prep Serif', Georgia, serif; margin: 20px 0 4px; color: var(--forest); }
.hero-tagline { font: 45px/1.12 'Prep Serif', Georgia, serif; margin: 6px 0 0; }
.hero-copy { font-size: 16px; line-height: 1.65; margin: 20px 0 24px; }
.primary-button { background: var(--forest); color: white; border-radius: 7px; display: inline-flex; align-items: center; gap: 30px; font-size: 13px; font-weight: 700; padding: 16px 23px; transition: background .2s; }
.primary-button:hover { background: #23543f; }
.primary-button span { font-size: 22px; line-height: 1; }
.hero-note { font-size: 11px; margin: 12px 0 0; color: #42574a; }
.dish-gallery { position: absolute; right: 40px; bottom: 24px; width: min(490px, 46%); }
.dish-caption { width: fit-content; margin: 0 0 10px auto; padding: 5px 10px; background: #fffffff2; font-size: 12px; line-height: 1.5; }
#dish-note { display: block; font-size: 9px; color: var(--muted); }
.dish-options { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 8px; }
.dish-option { min-width: 0; padding: 3px; background: white; border: 2px solid transparent; border-radius: 6px; cursor: pointer; color: var(--ink); }
.dish-option[aria-pressed=true] { border-color: var(--forest); }
.dish-option img { display: block; width: 100%; height: 54px; object-fit: cover; border-radius: 2px; }
.dish-option span { display: block; font-size: 10px; line-height: 1.4; padding-top: 4px; min-height: 18px; }
.dish-option:hover { border-color: #819788; }
.routine { max-width: 1120px; margin: auto; padding: 70px 40px 54px; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.routine-copy > .eyebrow { color: var(--muted); }
h2 { font: 43px/1.1 'Prep Serif', Georgia, serif; color: var(--forest); margin: 18px 0 25px; }
.tabs { display: flex; gap: 20px; border-bottom: 1px solid var(--line); width: fit-content; max-width: 100%; }
.tabs button { background: none; border: 0; border-bottom: 2px solid transparent; padding: 8px 5px 10px; color: var(--muted); cursor: pointer; min-width: 50px; font-size: 14px; }
.tabs button[aria-selected=true] { border-color: var(--forest); color: var(--forest); font-weight: 700; }
.routine-description { max-width: 350px; min-height: 74px; margin: 16px 0 8px; color: var(--muted); font-size: 14px; }
.text-link { font-size: 13px; font-weight: 700; text-decoration: underline; text-underline-offset: 5px; }
.text-link span { display: inline-block; margin-left: 8px; font-size: 17px; text-decoration: none; }
.downloads { margin-top: 35px; }
.download-label { color: var(--muted); font-size: 9px; font-weight: 700; margin-bottom: 12px; }
.store-buttons { display: flex; flex-wrap: wrap; gap: 10px; }
.store-button { display: flex; gap: 12px; align-items: center; text-align: left; padding: 10px 14px; min-height: 58px; min-width: 148px; background: #fff; border: 1px solid #dfe4df; border-radius: 7px; color: #546058; opacity: 1; cursor: not-allowed; }
.store-button strong { font-size: 13px; display: block; font-weight: 700; line-height: 1.4; }
.store-button small { font-size: 10px; display: block; color: #657068; line-height: 1.6; }
.store-symbol { flex-shrink: 0; }
.preview { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 510px; isolation: isolate; }
.preview-backdrop { z-index: -1; position: absolute; width: 100%; height: 350px; background: var(--sage); border-radius: 48% 48% 0 0; bottom: 38px; }
.preview-label { position: absolute; top: 30px; left: 10px; writing-mode: vertical-rl; font-size: 9px; color: #5a7060; }
.phone { position: relative; width: 246px; max-width: calc(100% - 44px); padding: 6px; background: #222923; border: 2px solid #7b857d; border-radius: 35px; box-shadow: inset 0 0 0 1px #111c16, 0 18px 32px -16px #14312345, 0 3px 6px #14312312; }
.phone::before, .phone::after { content: ''; position: absolute; width: 3px; background: #657168; border-radius: 2px; }
.phone::before { left: -4px; top: 83px; height: 35px; }
.phone::after { right: -4px; top: 113px; height: 47px; }
.phone-screen { background: #fafbf8; border-radius: 27px; overflow: hidden; }
.phone-top { height: 24px; display: flex; align-items: center; justify-content: center; }
.phone-top span { width: 48px; height: 10px; border-radius: 10px; background: #19231d; }
.phone img { width: 100%; height: auto; aspect-ratio: 390 / 844; display: block; object-fit: contain; }
.phone-bottom { height: 17px; display: flex; align-items: center; justify-content: center; }
.phone-bottom span { width: 68px; height: 3px; background: #293a30; border-radius: 3px; }
.preview-footnote { margin: 20px 0 0; font-size: 10px; color: var(--muted); }
.footer { max-width: 1272px; margin: auto; border-top: 1px solid var(--line); padding: 24px 0 20px; display: flex; align-items: center; justify-content: space-between; gap: 14px 28px; flex-wrap: wrap; }
.footer-identity { display: flex; align-items: center; gap: 20px; }
.footer .brand span { font-size: 24px; }
.footer-identity > span { font-size: 11px; color: var(--muted); }
.footer nav { display: flex; flex-wrap: wrap; gap: 22px; font-size: 11px; }
.copyright { flex-basis: 100%; margin: 0; font-size: 9px; color: #757d77; }
@keyframes arrive { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
.hero-inner > * { animation: arrive .6s ease both; }
.hero-inner > :nth-child(n+3) { animation-delay: .1s; }
@media(min-width:1500px) { .hero-inner { max-width: 1272px; } }
@media(max-width:1399px) { .hero-inner { padding-left: 64px; padding-right: 64px; } .footer { margin-left: 64px; margin-right: 64px; } }
@media(max-width:900px) { .header { padding: 20px 32px; } .hero-inner { padding-left: 32px; padding-right: 32px; } .hero-shade { background: linear-gradient(90deg, #f5f7f0f5, #f5f7f0d9 35%, #f5f7f026 85%); } .dish-gallery { right: 20px; width: 43%; } .dish-option span { font-size: 9px; } .routine { gap: 35px; padding: 54px 32px 40px; } h2 { font-size: 36px; } .footer { margin: 0 32px; } }
@media(max-width:600px) {
  .header { padding: 17px 22px; gap: 12px; }
  .brand span { font-size: 29px; } .brand img { width: 32px; height: 32px; }
  .header nav { gap: 0; } .preview-link { display: none; } .nav-app { padding: 8px 15px; font-size: 12px; gap: 16px; }
  .hero { min-height: 595px; height: 75svh; max-height: 640px; }
  .hero-image { object-position: 62% 50%; }
  .hero-shade { background: linear-gradient(90deg, #f5f7f0f7 0%, #f5f7f0da 40%, #f5f7f04d 100%); }
  .hero-inner { padding: 26px 26px 168px; }
  .eyebrow { font-size: 9px; max-width: 275px; }
  h1 { font-size: 66px; margin-top: 20px; }
  .hero-tagline { font-size: 39px; }
  .hero-copy { font-size: 15px; margin: 17px 0 23px; }
  .hero-note { font-size: 10px; }
  .dish-gallery { left: 20px; right: 20px; bottom: 18px; width: auto; }
  .dish-caption { margin-left: 0; font-size: 11px; }
  .dish-options { gap: 5px; }
  .dish-option { padding: 2px; }
  .dish-option img { height: 44px; }
  .dish-option span { font-size: 9px; min-height: 28px; display: grid; align-items: center; padding-top: 2px; }
  .routine { grid-template-columns: 1fr; padding: 40px 26px 30px; gap: 32px; }
  h2 { font-size: 34px; } h2 br { display: none; }
  .routine-description { min-height: 70px; max-width: 400px; }
  .downloads { margin-top: 28px; } .store-buttons { flex-wrap: nowrap; } .store-button { min-width: 0; flex: 1; padding: 10px; gap: 9px; }
  .preview { min-height: 510px; } .phone { width: 220px; } .preview-backdrop { height: 330px; max-width: 360px; bottom: 27px; } .preview-label { left: 8px; } .preview-footnote { margin-top: 16px; }
  .footer { margin: 0 26px; padding: 22px 0; gap: 18px; } .footer-identity { width: 100%; } .footer nav { gap: 24px; }
}
@media(prefers-reduced-motion:reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation: none !important; transition: none !important; } }