:root {
  color-scheme: light;
  --cream: #fff8e9;
  --cream-deep: #f7ebd1;
  --paper: #fffdf8;
  --espresso: #27180f;
  --brown: #664c3a;
  --muted: #806b5b;
  --line: #eadbc1;
  --yellow: #ffc936;
  --yellow-dark: #e9a900;
  --green: #315f48;
  --green-soft: #e5f0e7;
  --coral: #e97555;
  --shadow: 0 24px 70px rgba(74, 49, 25, 0.13);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--espresso);
  font: 400 1rem/1.6 Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  background: var(--espresso);
  color: white;
  transform: translateY(-160%);
}

.skip-link:focus { transform: translateY(0); }

.document-shell {
  width: min(44rem, calc(100% - 3rem));
  margin: 0 auto;
}

header.site {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 2rem 0 1.25rem;
}

header.site img {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.7rem;
}

header.site a {
  color: var(--espresso);
  font-weight: 650;
  font-size: 1.15rem;
  letter-spacing: -0.01em;
  text-decoration: none;
}

h1 {
  margin: 1.5rem 0 0.5rem;
  font-size: clamp(1.9rem, 5vw, 2.6rem);
  line-height: 1.15;
  letter-spacing: -0.02em;
}

h2 {
  margin: 2.5rem 0 0.6rem;
  font-size: 1.2rem;
  letter-spacing: -0.01em;
}

.lead {
  color: var(--brown);
  font-size: 1.15rem;
}

.updated {
  color: var(--muted);
  font-size: 0.9rem;
  margin: 0 0 2rem;
}

p {
  margin: 0 0 1rem;
}

a {
  color: #765300;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

a:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--coral);
  outline-offset: 4px;
  border-radius: 0.4rem;
}

ul {
  margin: 0 0 1rem;
  padding-left: 1.25rem;
}

li {
  margin-bottom: 0.5rem;
}

.cards {
  display: grid;
  gap: 0.9rem;
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
  margin: 2rem 0;
  padding: 0;
  list-style: none;
}

.cards li {
  margin: 0;
  padding: 1.1rem 1.2rem;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 0.9rem;
}

.cards strong {
  display: block;
  margin-bottom: 0.3rem;
}

.cards span {
  color: var(--brown);
  font-size: 0.95rem;
}

.badge {
  display: inline-block;
  margin: 1rem 0 0;
  padding: 0.45rem 0.9rem;
  background: var(--yellow);
  color: var(--espresso);
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 600;
}

.qa {
  margin: 0 0 1.75rem;
}

.qa dt {
  font-weight: 650;
  margin-bottom: 0.3rem;
}

.qa dd {
  margin: 0 0 1.25rem;
  color: var(--brown);
}

footer.site {
  margin-top: 3.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.9rem;
}

footer.site nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 0.75rem;
}

/* Marketing landing */
.landing-shell { overflow: hidden; }
.container { width: min(1180px, calc(100% - 3rem)); margin-inline: auto; }
.marketing-header {
  position: relative;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 5.5rem;
}
.brand { display: inline-flex; align-items: center; gap: 0.75rem; color: var(--espresso); font-weight: 800; font-size: 1.2rem; text-decoration: none; }
.brand img { width: 2.75rem; height: 2.75rem; border-radius: 0.85rem; box-shadow: 0 8px 20px rgba(57, 37, 20, 0.13); }
.marketing-nav { display: flex; align-items: center; gap: 1.8rem; }
.marketing-nav a { color: var(--brown); font-weight: 650; text-decoration: none; }
.marketing-nav a:hover { color: var(--espresso); }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 3.25rem;
  padding: 0.75rem 1.25rem;
  border: 2px solid var(--espresso);
  border-radius: 999px;
  background: var(--yellow);
  color: var(--espresso);
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 7px 0 var(--espresso);
  transition: transform 160ms ease, box-shadow 160ms ease;
}
.button:hover { transform: translateY(2px); box-shadow: 0 5px 0 var(--espresso); }
.button:active { transform: translateY(6px); box-shadow: 0 1px 0 var(--espresso); }
.button-small { min-height: 2.75rem; padding: 0.65rem 1rem; box-shadow: 0 5px 0 var(--espresso); }
.button-secondary { background: var(--paper); }

.hero { position: relative; padding: 5.5rem 0 6.25rem; }
.hero::before {
  content: "";
  position: absolute;
  width: 38rem;
  height: 38rem;
  border-radius: 50%;
  right: -16rem;
  top: -11rem;
  background: rgba(255, 201, 54, 0.28);
  filter: blur(3px);
}
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) minmax(480px, 0.92fr); align-items: center; gap: 4.5rem; }
.eyebrow { margin: 0 0 1rem; color: var(--green); font-size: 0.8rem; font-weight: 850; letter-spacing: 0.13em; text-transform: uppercase; }
.hero h1 { max-width: 12ch; margin: 0; font: 800 clamp(3.2rem, 6vw, 5.8rem)/0.96 Georgia, "Times New Roman", serif; letter-spacing: -0.055em; }
.hero h1 em { color: var(--green); font-style: normal; }
.hero-copy { max-width: 37rem; margin: 1.6rem 0 0; color: var(--brown); font-size: clamp(1.08rem, 1.7vw, 1.3rem); }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; margin-top: 2rem; }
.hero-note { margin: 1.4rem 0 0; color: var(--muted); font-size: 0.9rem; }
.hero-note strong { color: var(--espresso); }

.hero-demo { position: relative; min-height: 610px; }
.phone {
  position: absolute;
  overflow: hidden;
  width: 248px;
  aspect-ratio: 0.49;
  border: 8px solid #1e1712;
  border-radius: 45px;
  background: #17110e;
  box-shadow: var(--shadow), inset 0 0 0 1px rgba(255,255,255,0.22);
}
.phone::before { content: ""; position: absolute; z-index: 3; width: 36%; height: 25px; top: 7px; left: 32%; border-radius: 16px; background: #1e1712; }
.social-phone { left: 0; top: 34px; transform: rotate(-7deg); }
.social-phone img { width: 100%; height: 100%; object-fit: cover; }
.recipe-phone { right: 0; top: 3px; transform: rotate(5deg); background: #fffdf8; color: var(--espresso); }
.share-pill { position: absolute; z-index: 8; left: 38%; top: 44%; display: flex; align-items: center; gap: 0.6rem; width: max-content; padding: 0.7rem 0.9rem; border: 1px solid rgba(39,24,15,0.12); border-radius: 1rem; background: white; color: var(--espresso); font-size: 0.82rem; font-weight: 750; box-shadow: 0 14px 36px rgba(39,24,15,0.18); }
.share-pill img { width: 2rem; height: 2rem; border-radius: 0.55rem; }
.flow-arrow { position: absolute; z-index: 7; left: 47%; top: 32%; color: var(--green); font: 800 3.7rem/1 Georgia, serif; transform: rotate(-7deg); }
.phone-status { height: 48px; padding: 17px 18px 0; font-size: 0.65rem; font-weight: 750; }
.recipe-cover { height: 160px; margin: 0 10px; border-radius: 22px; background: linear-gradient(180deg, transparent, rgba(24,12,5,0.56)), url('/instagram-demo.jpg') center 67% / cover; position: relative; }
.recipe-cover span { position: absolute; left: 15px; bottom: 13px; color: white; font: 750 1.15rem/1.1 Georgia, serif; }
.recipe-body { padding: 15px 17px; }
.recipe-meta { display: flex; gap: 0.5rem; color: var(--green); font-size: 0.64rem; font-weight: 750; }
.recipe-body h3 { margin: 1rem 0 0.5rem; font-size: 0.82rem; }
.ingredient { display: flex; align-items: center; gap: 0.55rem; padding: 0.44rem 0; border-bottom: 1px solid #f0e7d8; font-size: 0.67rem; }
.ingredient i { width: 18px; height: 18px; border-radius: 50%; background: var(--yellow); box-shadow: inset 0 0 0 5px #ffe6a0; }
.ingredient:nth-of-type(2) i { background: #75a368; box-shadow: inset 0 0 0 5px #c8e1c2; }
.ingredient:nth-of-type(3) i { background: #e78962; box-shadow: inset 0 0 0 5px #f6c6ad; }
.phone-tabs { position: absolute; inset: auto 0 0; display: flex; justify-content: space-around; padding: 12px 8px 18px; border-top: 1px solid #eee4d3; background: white; color: var(--muted); font-size: 0.5rem; }
.phone-tabs b { color: var(--green); }

.trust-strip { border-block: 1px solid var(--line); background: rgba(255,255,255,0.42); }
.trust-items { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { padding: 1.25rem; text-align: center; color: var(--brown); font-size: 0.9rem; font-weight: 700; border-right: 1px solid var(--line); }
.trust-item:last-child { border-right: 0; }
.trust-item strong { display: block; color: var(--espresso); font-size: 1.05rem; }

.section { padding: 7rem 0; }
.section-head { max-width: 710px; margin: 0 auto 3.5rem; text-align: center; }
.section h2 { margin: 0; font: 800 clamp(2.4rem, 5vw, 4.2rem)/1.02 Georgia, "Times New Roman", serif; letter-spacing: -0.04em; }
.section-head p { margin: 1.2rem auto 0; color: var(--brown); font-size: 1.12rem; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; counter-reset: steps; }
.step { position: relative; min-height: 255px; padding: 2rem; overflow: hidden; border: 1px solid var(--line); border-radius: 28px; background: var(--paper); box-shadow: 0 15px 40px rgba(67,43,20,0.07); counter-increment: steps; }
.step::after { content: counter(steps); position: absolute; right: -0.2rem; bottom: -2.4rem; color: rgba(255,201,54,0.35); font: 800 9rem/1 Georgia, serif; }
.step-icon { display: grid; place-items: center; width: 3.25rem; height: 3.25rem; margin-bottom: 1.5rem; border: 2px solid var(--espresso); border-radius: 1rem; background: var(--yellow); font-size: 1.5rem; }
.step h3 { margin: 0 0 0.65rem; font-size: 1.25rem; }
.step p { position: relative; z-index: 1; margin: 0; color: var(--brown); }
.ingredient-callout { display: grid; grid-template-columns: 0.7fr 1.3fr; align-items: center; gap: 2rem; margin-top: 1.2rem; padding: 1.5rem 2rem; border-radius: 24px; background: var(--green); color: white; }
.ingredient-callout span { color: #cfe0d3; font-size: 0.8rem; font-weight: 850; letter-spacing: 0.1em; text-transform: uppercase; }
.ingredient-callout strong { font: 750 clamp(1.25rem, 2.5vw, 1.65rem)/1.25 Georgia, "Times New Roman", serif; }

.showcase { display: grid; grid-template-columns: 0.95fr 1.05fr; align-items: center; gap: 6rem; padding: 5.5rem 0; }
.showcase + .showcase { border-top: 1px solid var(--line); }
.showcase.reverse .showcase-visual { order: 2; }
.showcase-copy h2 { max-width: 11ch; margin: 0; font: 800 clamp(2.4rem, 5vw, 4.2rem)/1.02 Georgia, "Times New Roman", serif; letter-spacing: -0.04em; }
.showcase-copy > p:not(.eyebrow) { max-width: 34rem; margin: 1.3rem 0 0; color: var(--brown); font-size: 1.08rem; }
.benefits { display: grid; gap: 0.7rem; margin: 1.5rem 0 0; padding: 0; list-style: none; }
.benefits li { display: flex; gap: 0.65rem; margin: 0; color: var(--brown); }
.benefits li::before { content: "✓"; display: grid; place-items: center; flex: 0 0 1.5rem; width: 1.5rem; height: 1.5rem; margin-top: 0.08rem; border-radius: 50%; background: var(--green-soft); color: var(--green); font-weight: 900; }
.showcase-visual { position: relative; min-height: 510px; display: grid; place-items: center; border-radius: 48px; background: var(--cream-deep); }
.showcase-visual.green { background: #dfeade; }
.showcase-visual.yellow { background: #ffe59a; }
.app-window { width: min(340px, 78%); min-height: 430px; overflow: hidden; border: 7px solid var(--espresso); border-radius: 38px; background: var(--paper); box-shadow: var(--shadow); }
.app-top { display: flex; align-items: center; justify-content: space-between; padding: 1.5rem 1.25rem 0.9rem; font-weight: 850; }
.app-top i { display: grid; place-items: center; width: 2rem; height: 2rem; border-radius: 50%; background: var(--green); color: white; font-style: normal; }
.filter-row { display: flex; gap: 0.45rem; padding: 0 1.2rem 1rem; }
.filter-row span { padding: 0.35rem 0.65rem; border-radius: 999px; background: #f2eadc; color: var(--brown); font-size: 0.65rem; font-weight: 700; }
.filter-row span:first-child { background: var(--green); color: white; }
.recipe-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0.7rem; padding: 0 1.1rem 1rem; }
.mini-recipe { overflow: hidden; border-radius: 14px; background: white; box-shadow: 0 5px 16px rgba(52,34,17,0.09); }
.mini-photo { height: 90px; background: url('/instagram-demo.jpg') center 65% / cover; }
.mini-recipe:nth-child(2) .mini-photo { filter: hue-rotate(42deg) saturate(0.8); }
.mini-recipe:nth-child(3) .mini-photo { filter: hue-rotate(-22deg) saturate(0.7); }
.mini-recipe:nth-child(4) .mini-photo { filter: sepia(0.25) saturate(1.25); }
.mini-recipe strong { display: block; padding: 0.55rem 0.55rem 0; font-size: 0.67rem; line-height: 1.2; }
.mini-recipe small { display: inline-block; margin: 0.35rem 0.55rem 0.55rem; padding: 0.18rem 0.38rem; border-radius: 999px; background: var(--green-soft); color: var(--green); }

.plan-window { padding-bottom: 1rem; }
.plan-day { margin: 0 1.1rem 0.6rem; }
.plan-day > strong { display: block; margin-bottom: 0.3rem; font-size: 0.72rem; }
.meal { display: flex; align-items: center; gap: 0.7rem; padding: 0.55rem; border-radius: 12px; background: #f4eee3; font-size: 0.65rem; }
.meal i { flex: 0 0 40px; height: 40px; border-radius: 9px; background: url('/instagram-demo.jpg') center 65% / cover; }
.shopping-card { position: absolute; right: 2%; bottom: 5%; width: 205px; padding: 1rem; border: 1px solid rgba(39,24,15,0.12); border-radius: 22px; background: white; box-shadow: 0 18px 50px rgba(48,32,17,0.2); transform: rotate(4deg); }
.shopping-card strong { display: block; margin-bottom: 0.65rem; }
.shopping-row { display: flex; align-items: center; gap: 0.5rem; padding: 0.35rem 0; font-size: 0.7rem; }
.shopping-row i { width: 16px; height: 16px; border: 1.5px solid #bdaa90; border-radius: 5px; }

.leftover-window { padding-bottom: 1.25rem; }
.ingredient-cloud { display: flex; flex-wrap: wrap; gap: 0.5rem; padding: 0.4rem 1.2rem 1.2rem; }
.ingredient-cloud span { padding: 0.45rem 0.7rem; border: 1px solid var(--line); border-radius: 999px; background: white; color: var(--brown); font-size: 0.7rem; }
.match-card { margin: 0 1.1rem; overflow: hidden; border-radius: 18px; background: white; box-shadow: 0 8px 25px rgba(52,34,17,0.11); }
.match-photo { height: 145px; background: url('/instagram-demo.jpg') center 65% / cover; }
.match-copy { padding: 0.8rem; }
.match-copy strong { display: block; }
.match-copy small { color: var(--green); font-weight: 800; }

.cook-window { background: var(--espresso); color: white; }
.cook-window .app-top i { background: var(--yellow); color: var(--espresso); }
.cook-progress { height: 4px; margin: 0 1.25rem; border-radius: 4px; background: rgba(255,255,255,0.15); }
.cook-progress::after { content: ""; display: block; width: 58%; height: 100%; border-radius: inherit; background: var(--yellow); }
.cook-step { padding: 2.3rem 1.5rem; }
.cook-step small { color: #d4c2ae; }
.cook-step h3 { margin: 0.8rem 0; font: 750 1.55rem/1.25 Georgia, serif; }
.timer { display: inline-flex; margin-top: 1rem; padding: 0.7rem 1rem; border-radius: 999px; background: var(--yellow); color: var(--espresso); font-weight: 850; }
.thermomix-badge { position: absolute; left: 5%; top: 8%; padding: 0.8rem 1rem; border-radius: 999px; background: white; color: var(--green); font-weight: 850; box-shadow: 0 12px 30px rgba(50,36,20,0.13); transform: rotate(-5deg); }

.pricing-section { background: var(--espresso); color: white; }
.pricing-section .section-head p { color: #d8c4ae; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.price-card { padding: 2rem; border: 1px solid rgba(255,255,255,0.16); border-radius: 26px; background: rgba(255,255,255,0.07); }
.price-card.featured { border-color: var(--yellow); background: var(--yellow); color: var(--espresso); transform: translateY(-12px); }
.price-label { color: #dbc8b2; font-size: 0.8rem; font-weight: 850; letter-spacing: 0.1em; text-transform: uppercase; }
.featured .price-label { color: #6e4b00; }
.price-card h3 { margin: 0.8rem 0; font: 750 2rem/1.05 Georgia, serif; }
.price-card p { margin: 0; color: #d8c4ae; }
.featured p { color: #5b4214; }
.price-note { display: flex; justify-content: center; margin: 2rem auto 0; color: #d8c4ae; text-align: center; }
.price-note-full, .price-note-compact { align-items: center; gap: 0.4rem; white-space: nowrap; }
.price-note-full { display: inline-flex; }
.price-note-compact { display: none; }
.coin { display: inline-flex; align-items: center; gap: 0.45rem; }
.coin img { width: 1.55rem; height: 1.55rem; }

.faq-list { max-width: 820px; margin: 0 auto; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.35rem 0; cursor: pointer; font-weight: 800; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; display: grid; place-items: center; flex: 0 0 2rem; height: 2rem; border-radius: 50%; background: var(--yellow); font-size: 1.25rem; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 730px; margin: -0.4rem 0 1.4rem; color: var(--brown); }

.final-cta { padding: 1.5rem 0 7rem; }
.cta-card { position: relative; overflow: hidden; padding: 5rem; border-radius: 42px; background: var(--green); color: white; text-align: center; }
.cta-card::before, .cta-card::after { content: ""; position: absolute; width: 14rem; height: 14rem; border-radius: 50%; background: rgba(255,201,54,0.16); }
.cta-card::before { left: -5rem; top: -7rem; }
.cta-card::after { right: -5rem; bottom: -8rem; }
.cta-card h2 { position: relative; max-width: 820px; margin-inline: auto; font: 800 clamp(2.4rem, 5vw, 4.2rem)/1.02 Georgia, "Times New Roman", serif; letter-spacing: -0.04em; }
.cta-card p { position: relative; max-width: 590px; margin: 1.2rem auto 1.8rem; color: #dce9df; font-size: 1.08rem; }
.cta-card .button { position: relative; }

.landing-shell footer.site { width: min(1180px, calc(100% - 3rem)); margin: 0 auto; padding: 2rem 0 3rem; display: flex; align-items: flex-start; justify-content: space-between; }
.landing-shell footer.site p { max-width: 27rem; }
.landing-shell footer.site nav { justify-content: flex-end; }

@media (max-width: 960px) {
  .marketing-nav a:not(.button) { display: none; }
  .hero { padding-top: 3.5rem; }
  .hero-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .hero-copy { max-width: 42rem; }
  .hero-demo { width: min(560px, 100%); margin-inline: auto; }
  .trust-items { grid-template-columns: 1fr 1fr; }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .showcase { grid-template-columns: 1fr; gap: 2.5rem; }
  .showcase.reverse .showcase-visual { order: initial; }
  .showcase-copy { max-width: 680px; }
  .pricing-grid { grid-template-columns: 1fr; }
  .price-card.featured { transform: none; }
}

@media (max-width: 680px) {
  .container, .landing-shell footer.site { width: min(100% - 2rem, 1180px); }
  .marketing-header { min-height: 4.75rem; }
  .brand { font-size: 1.05rem; }
  .brand img { width: 2.35rem; height: 2.35rem; }
  .marketing-nav .button { display: none; }
  .hero { padding: 3.2rem 0 4.5rem; }
  .hero h1 { font-size: clamp(3rem, 14vw, 4.3rem); }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-demo { min-height: 480px; transform: scale(0.82); transform-origin: top center; margin-bottom: -86px; }
  .social-phone { left: 1%; }
  .recipe-phone { right: 1%; }
  .share-pill { left: 29%; }
  .flow-arrow { left: 43%; }
  .section { padding: 5rem 0; }
  .steps { grid-template-columns: 1fr; }
  .step { min-height: 220px; }
  .ingredient-callout { grid-template-columns: 1fr; gap: 0.5rem; padding: 1.5rem; }
  .showcase { padding: 4rem 0; }
  .showcase-visual { min-height: 450px; border-radius: 32px; }
  .shopping-card { right: -1%; width: 185px; }
  .price-note-full { display: none; }
  .price-note-compact { display: inline-flex; font-size: 0.7rem; }
  .price-note-compact .coin img { width: 1.25rem; height: 1.25rem; }
  .cta-card { padding: 3.5rem 1.25rem; border-radius: 30px; }
  .landing-shell footer.site { display: block; }
  .landing-shell footer.site nav { justify-content: flex-start; }
}

@media (max-width: 360px) {
  .trust-items { grid-template-columns: 1fr; }
  .trust-item { border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:last-child { border-bottom: 0; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
