:root {
  --forest: #173f35;
  --forest-deep: #0e2e27;
  --forest-soft: #285c4d;
  --orange: #ed9631;
  --orange-deep: #db7822;
  --cream: #f7f0e4;
  --cream-deep: #e9ddcd;
  --paper: #fffdf8;
  --ink: #19332d;
  --muted: #697a73;
  --sage: #adc3b2;
  --line: rgba(23, 63, 53, 0.15);
  --shadow: 0 24px 60px rgba(29, 49, 43, 0.12);
  --radius-lg: 30px;
  --radius-md: 20px;
  --display: Georgia, 'Times New Roman', serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--cream);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; }
[hidden] { display: none !important; }
.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

.announcement {
  min-height: 36px;
  padding: 8px 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 11px;
  color: #ecf6f0;
  background: var(--forest-deep);
  font-size: 12px;
  letter-spacing: .01em;
}
.announcement span:first-child {
  padding: 3px 8px;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 99px;
  color: #ffd391;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.announcement p { margin: 0; opacity: .82; }
.announcement a { color: #ffd391; font-weight: 700; }

.site-header {
  position: relative;
  z-index: 20;
  height: 78px;
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 30px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 30px;
}
.brand { display: flex; align-items: center; gap: 10px; width: max-content; font-family: var(--display); font-size: 18px; font-weight: 700; line-height: .9; }
.brand > span:last-child > span { display: block; color: var(--orange-deep); font-size: 12px; font-style: italic; }
.brand-mark { width: 39px; height: 39px; display: grid; place-items: center; border-radius: 50%; color: var(--forest); background: var(--orange); }
.brand-mark svg { width: 25px; }
.brand-mark svg path:first-child { fill: var(--cream); stroke: none; }
.brand-mark svg path:last-child { fill: none; stroke: currentColor; stroke-width: 2.7; stroke-linecap: round; }
.desktop-nav { display: flex; gap: 32px; font-size: 13px; font-weight: 650; }
.desktop-nav a { position: relative; opacity: .82; }
.desktop-nav a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--orange); transition: right .2s ease; }
.desktop-nav a:hover::after { right: 0; }
.header-actions { display: flex; justify-content: flex-end; align-items: center; gap: 18px; }
.text-button { padding: 9px 3px; border: 0; background: transparent; font-size: 13px; font-weight: 700; cursor: pointer; }
.menu-button { display: none; width: 40px; height: 40px; border: 0; background: transparent; cursor: pointer; }
.menu-button span { width: 22px; height: 2px; display: block; margin: 6px auto; background: var(--forest); transition: transform .2s; }
.mobile-menu { position: absolute; top: 72px; right: 20px; left: 20px; padding: 18px; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); box-shadow: var(--shadow); }
.mobile-menu a, .mobile-menu button { width: 100%; padding: 13px; display: block; border: 0; border-bottom: 1px solid var(--line); background: transparent; text-align: left; font-weight: 700; }

.button { min-height: 49px; padding: 0 22px; display: inline-flex; justify-content: center; align-items: center; gap: 16px; border: 0; border-radius: 12px; font-size: 13px; font-weight: 800; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 39px; padding: 0 18px; font-size: 12px; }
.button-dark { color: white; background: var(--forest); box-shadow: 0 8px 20px rgba(23,63,53,.18); }
.button-primary { color: #173228; background: var(--orange); box-shadow: 0 12px 24px rgba(219,120,34,.22); }
.button-primary:hover { background: #f2a342; box-shadow: 0 16px 27px rgba(219,120,34,.27); }

.section-shell { max-width: 1260px; margin: 0 auto; padding-right: 52px; padding-left: 52px; }
.hero {
  min-height: 650px;
  padding-top: 38px;
  padding-bottom: 78px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 70px;
  overflow: hidden;
}
.hero > * { min-width: 0; }
.hero-copy { padding-left: 18px; }
.eyebrow { display: flex; align-items: center; gap: 9px; color: var(--forest-soft); font-size: 10px; font-weight: 850; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow span { color: var(--orange); font-size: 16px; }
.eyebrow.light { color: #dceae3; }
.hero h1, .section-heading h2, .value-copy h2, .final-cta h2 {
  margin: 18px 0 20px;
  font-family: var(--display);
  font-size: clamp(54px, 5.2vw, 78px);
  line-height: .96;
  letter-spacing: -.045em;
  font-weight: 500;
}
.hero h1 em, .section-heading h2 em, .value-copy h2 em, .final-cta h2 em { color: var(--orange-deep); font-weight: 500; }
.hero-intro { max-width: 520px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.7; }
.hero-actions { margin-top: 30px; display: flex; align-items: center; gap: 22px; }
.watch-button { padding: 8px; display: flex; align-items: center; gap: 10px; border: 0; background: transparent; font-size: 13px; font-weight: 700; cursor: pointer; }
.play-icon { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid rgba(23,63,53,.25); border-radius: 50%; color: var(--forest); font-size: 9px; }
.social-proof { margin-top: 32px; display: flex; align-items: center; gap: 14px; }
.avatar-stack { display: flex; padding-left: 8px; }
.avatar-stack span { width: 32px; height: 32px; margin-left: -8px; display: grid; place-items: center; border: 2px solid var(--cream); border-radius: 50%; color: white; background: #8eaa9d; font-size: 8px; font-weight: 800; }
.avatar-stack span:nth-child(2) { background: #d78d5e; }
.avatar-stack span:nth-child(3) { background: #506b7c; }
.avatar-stack span:last-child { color: var(--forest); background: #edc377; }
.social-proof > div:last-child { display: grid; gap: 3px; }
.social-proof strong { font-size: 11px; }
.social-proof span { color: var(--muted); font-size: 10px; }

.generator-wrap { position: relative; padding: 5px 19px 0 0; }
.generator-wrap::before { content: ''; position: absolute; inset: 14% -8% -12% 13%; border-radius: 50%; background: #e6dccb; opacity: .75; transform: rotate(-7deg); }
.generator-card { position: relative; z-index: 2; max-width: 520px; margin: auto; padding: 28px 30px 24px; border: 1px solid rgba(23,63,53,.09); border-radius: var(--radius-lg); background: var(--paper); box-shadow: 0 35px 70px rgba(56,62,51,.16); transform: rotate(1deg); }
.card-topline { display: flex; justify-content: space-between; align-items: flex-start; }
.mini-label, .quick-add > span, .form-grid label > span, .preference-row > span { display: block; margin-bottom: 8px; color: #819087; font-size: 8px; font-weight: 900; letter-spacing: .15em; }
.card-topline h2 { margin: 5px 0 20px; font-family: var(--display); font-size: 28px; font-weight: 500; letter-spacing: -.025em; }
.round-button { width: 33px; height: 33px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--muted); background: white; cursor: pointer; }
.ingredient-input-wrap { height: 49px; padding: 0 7px 0 13px; display: flex; align-items: center; gap: 9px; border: 1.5px solid #d7ded7; border-radius: 12px; background: #fff; transition: border .2s, box-shadow .2s; }
.ingredient-input-wrap:focus-within { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(237,150,49,.12); }
.ingredient-input-wrap svg { width: 18px; fill: none; stroke: #8b9891; stroke-width: 1.7; stroke-linecap: round; }
.ingredient-input-wrap input { min-width: 0; flex: 1; border: 0; outline: 0; color: var(--forest); background: transparent; font-size: 13px; }
.ingredient-input-wrap input::placeholder { color: #a7b0aa; }
.ingredient-input-wrap button { width: 34px; height: 34px; border: 0; border-radius: 9px; color: white; background: var(--forest); font-size: 20px; line-height: 1; cursor: pointer; }
.ingredient-tags { min-height: 0; padding-top: 8px; display: flex; flex-wrap: wrap; gap: 6px; }
.ingredient-tags:empty { padding: 0; }
.ingredient-tag { padding: 6px 8px 6px 11px; display: inline-flex; align-items: center; gap: 7px; border-radius: 99px; color: var(--forest); background: #e7efe9; font-size: 10px; font-weight: 750; animation: tag-in .22s ease; }
.ingredient-tag button { width: 16px; height: 16px; padding: 0; border: 0; border-radius: 50%; color: var(--muted); background: rgba(23,63,53,.1); font-size: 12px; line-height: 1; cursor: pointer; }
@keyframes tag-in { from { opacity: 0; transform: scale(.8); } }
.quick-add { margin: 15px 0 16px; }
.quick-add > div { display: flex; gap: 7px; flex-wrap: wrap; }
.quick-add button { padding: 7px 9px; border: 1px solid var(--line); border-radius: 8px; color: #5a6b64; background: #fbfaf6; font-size: 9px; cursor: pointer; }
.quick-add button:hover { border-color: var(--orange); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; }
.form-grid select { width: 100%; height: 41px; padding: 0 32px 0 10px; border: 1px solid var(--line); border-radius: 9px; outline: 0; color: var(--forest); background: #fbfaf6; font-size: 10px; font-weight: 650; }
.preference-row { margin-top: 15px; }
.segmented-control { padding: 3px; display: grid; grid-template-columns: repeat(3, 1fr); border-radius: 9px; background: #f0eee8; }
.segmented-control button { min-height: 31px; padding: 3px; border: 0; border-radius: 7px; color: #76837d; background: transparent; font-size: 8px; font-weight: 750; cursor: pointer; }
.segmented-control button.active { color: var(--forest); background: white; box-shadow: 0 2px 9px rgba(23,63,53,.1); }
.button-generate { width: 100%; margin-top: 18px; color: white; background: var(--forest); box-shadow: 0 12px 26px rgba(23,63,53,.18); }
.button-generate:hover { background: var(--forest-soft); }
.button-loading { display: none; }
.button-generate.loading .button-label { display: none; }
.button-generate.loading .button-loading { display: flex; align-items: center; gap: 9px; }
.button-loading i { width: 13px; height: 13px; border: 2px solid rgba(255,255,255,.3); border-top-color: white; border-radius: 50%; animation: spin .7s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.form-note { margin: 9px 0 0; color: #94a09b; font-size: 8px; text-align: center; }
.scribble { position: absolute; z-index: 3; color: var(--orange-deep); font-family: 'Segoe Print', cursive; font-size: 11px; font-style: italic; transform: rotate(-5deg); }
.scribble-top { top: -23px; right: 58px; }
.scribble-top::after { content: '↙'; margin-left: 6px; font-size: 22px; }
.ingredient-orbit { position: absolute; z-index: 4; width: 47px; height: 47px; display: grid; place-items: center; border-radius: 50%; background: var(--paper); box-shadow: 0 10px 20px rgba(38,58,47,.16); font-size: 24px; }
.orbit-one { top: 21%; right: -2px; transform: rotate(10deg); }
.orbit-two { bottom: 10%; left: -11px; transform: rotate(-8deg); }
.orbit-three { right: 10px; bottom: -17px; transform: rotate(10deg); }

.benefit-strip { min-height: 104px; padding: 22px max(35px, calc((100vw - 1120px)/2)); display: grid; grid-template-columns: repeat(4,1fr); align-items: center; gap: 30px; color: white; background: var(--forest); }
.benefit-strip > div { min-height: 43px; display: flex; align-items: center; gap: 15px; border-right: 1px solid rgba(255,255,255,.16); }
.benefit-strip > div:last-child { border: 0; }
.benefit-strip span { color: var(--orange); font-family: var(--display); font-size: 26px; font-style: italic; }
.benefit-strip p { margin: 0; display: grid; gap: 4px; }
.benefit-strip strong { font-family: var(--display); font-size: 15px; }
.benefit-strip small { color: #a9beb5; font-size: 9px; }

.steps-section { padding-top: 110px; padding-bottom: 120px; }
.section-heading { max-width: 700px; margin: 0 auto 54px; text-align: center; }
.section-heading .eyebrow { justify-content: center; }
.section-heading h2 { margin: 16px 0; font-size: clamp(44px, 4vw, 59px); }
.section-heading p { max-width: 480px; margin: 0 auto; color: var(--muted); font-size: 14px; line-height: 1.7; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.step-card { position: relative; min-height: 340px; padding: 28px 29px; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,253,248,.55); }
.step-card.featured { color: white; background: var(--forest); transform: translateY(-13px); }
.step-number { position: absolute; top: 24px; right: 26px; color: var(--orange); font-family: var(--display); font-size: 22px; font-style: italic; }
.step-illustration { height: 165px; position: relative; display: grid; place-items: center; }
.step-card h3 { margin: 5px 0 10px; font-family: var(--display); font-size: 21px; }
.step-card p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.step-card.featured p { color: #b9cdc4; }
.step-illustration.bowl i { position: absolute; width: 112px; height: 48px; top: 88px; border-radius: 8px 8px 50px 50px; background: var(--orange); }
.step-illustration.bowl span { position: absolute; z-index: 1; top: 65px; font-size: 34px; }
.step-illustration.bowl span:nth-child(1) { transform: translateX(-34px) rotate(-15deg); }
.step-illustration.bowl span:nth-child(2) { transform: translateY(-13px); }
.step-illustration.bowl span:nth-child(3) { transform: translateX(36px) rotate(10deg); }
.step-illustration.magic span { position: absolute; color: #f5bc61; font-size: 55px; }
.step-illustration.magic span:nth-child(2) { transform: translate(-50px, 35px) scale(.45); }
.step-illustration.magic span:nth-child(3) { transform: translate(52px, -35px) scale(.6); }
.step-illustration.plate span { width: 118px; height: 118px; display: grid; place-items: center; border: 6px double #d7d2c5; border-radius: 50%; background: white; box-shadow: 0 12px 20px rgba(23,63,53,.1); font-size: 52px; }

.value-section { padding: 110px 0; background: #e7ddce; }
.value-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 100px; }
.value-art { position: relative; min-height: 450px; display: grid; place-items: center; }
.value-art::before { content: ''; position: absolute; width: 390px; height: 390px; border: 1px solid rgba(23,63,53,.15); border-radius: 50%; }
.art-center { position: relative; z-index: 2; width: 260px; height: 260px; display: grid; place-items: center; border-radius: 50%; background: var(--paper); box-shadow: var(--shadow); font-size: 115px; }
.pantry-card { position: absolute; z-index: 4; width: 132px; min-height: 76px; padding: 12px; border-radius: 13px; background: white; box-shadow: 0 15px 30px rgba(23,63,53,.12); }
.pantry-card span { float: left; margin-right: 9px; font-size: 29px; }
.pantry-card small, .pantry-card strong { display: block; }
.pantry-card small { padding-top: 4px; color: var(--orange-deep); font-size: 7px; font-weight: 900; text-transform: uppercase; }
.pantry-card strong { margin-top: 3px; font-family: var(--display); font-size: 13px; }
.pantry-one { top: 40px; left: 10px; transform: rotate(-5deg); }
.pantry-two { right: 0; bottom: 70px; transform: rotate(5deg); }
.savings-badge { position: absolute; z-index: 5; left: 20px; bottom: 40px; width: 118px; height: 118px; display: grid; align-content: center; border-radius: 50%; color: white; background: var(--forest); text-align: center; transform: rotate(-7deg); }
.savings-badge strong { color: var(--orange); font-family: var(--display); font-size: 28px; }
.savings-badge span { font-size: 8px; line-height: 1.4; }
.value-copy h2 { margin: 18px 0 22px; font-size: clamp(42px, 4vw, 57px); }
.value-copy > p { max-width: 500px; color: var(--muted); font-size: 14px; line-height: 1.75; }
.check-list { margin: 28px 0 0; padding: 0; display: grid; gap: 18px; list-style: none; }
.check-list li { display: flex; align-items: flex-start; gap: 13px; }
.check-list li > span { width: 25px; height: 25px; display: grid; flex: 0 0 auto; place-items: center; border-radius: 50%; color: white; background: var(--forest); font-size: 11px; }
.check-list div { display: grid; gap: 5px; }
.check-list strong { font-family: var(--display); font-size: 15px; }
.check-list small { color: var(--muted); font-size: 10px; }

.pricing-section { padding-top: 110px; padding-bottom: 120px; }
.pricing-grid { max-width: 800px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.price-card { position: relative; padding: 35px; border: 1px solid var(--line); border-radius: 24px; background: rgba(255,255,255,.5); }
.price-card.premium { color: white; background: var(--forest); box-shadow: var(--shadow); transform: translateY(-12px); }
.plan-name { color: var(--orange-deep); font-size: 9px; font-weight: 900; letter-spacing: .16em; }
.price-card h3 { margin: 17px 0 8px; font-family: var(--display); font-size: 42px; font-weight: 500; }
.price-card h3 small { font-family: var(--sans); font-size: 9px; font-weight: 750; letter-spacing: .06em; }
.price-card > p { min-height: 38px; margin: 0; color: var(--muted); font-size: 11px; line-height: 1.6; }
.price-card.premium > p { color: #b9cdc4; }
.price-card ul { min-height: 120px; padding: 18px 0; display: grid; gap: 12px; border-top: 1px solid var(--line); list-style: none; font-size: 11px; }
.price-card.premium ul { border-color: rgba(255,255,255,.15); }
.price-card .button { width: 100%; }
.button-outline { border: 1px solid var(--forest); background: transparent; }
.founder-pill { position: absolute; top: -11px; right: 26px; padding: 7px 12px; border-radius: 99px; color: var(--forest); background: var(--orange); font-size: 7px; font-weight: 900; letter-spacing: .1em; }

.final-cta { min-height: 385px; padding: 70px max(30px, calc((100vw - 1080px)/2)); display: grid; grid-template-columns: 1fr .7fr; align-items: center; overflow: hidden; color: white; background: var(--forest); }
.final-cta h2 { margin: 15px 0 30px; font-size: clamp(45px, 4.6vw, 65px); }
.button-cream { color: var(--forest); background: var(--cream); }
.cta-doodle { height: 240px; position: relative; }
.cta-doodle::before { content: ''; position: absolute; top: 30px; left: 80px; width: 220px; height: 220px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; }
.cta-doodle span { position: absolute; z-index: 2; font-size: 90px; filter: drop-shadow(0 18px 15px rgba(0,0,0,.16)); }
.cta-doodle span:nth-child(1) { top: 50px; left: 95px; transform: rotate(-8deg); }
.cta-doodle span:nth-child(2) { top: 0; right: 0; font-size: 55px; transform: rotate(16deg); }
.cta-doodle span:nth-child(3) { bottom: 5px; left: 20px; font-size: 60px; transform: rotate(-15deg); }

footer { min-height: 120px; padding: 34px max(30px, calc((100vw - 1160px)/2)); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; color: var(--forest); background: var(--cream); }
.footer-brand { font-size: 15px; }
.footer-brand .brand-mark { width: 34px; height: 34px; }
footer > p { color: var(--muted); font-size: 9px; }
footer > div { display: flex; justify-content: flex-end; gap: 18px; font-size: 10px; font-weight: 700; }
footer button { padding: 0; border: 0; background: transparent; cursor: pointer; font-weight: 700; }

.modal-backdrop { position: fixed; z-index: 100; inset: 0; padding: 28px; display: grid; place-items: center; overflow-y: auto; background: rgba(8,28,23,.72); backdrop-filter: blur(8px); animation: fade-in .2s ease; }
.recipe-modal, .simple-modal { position: relative; width: min(760px, 100%); max-height: calc(100vh - 56px); overflow-y: auto; border-radius: 26px; background: var(--paper); box-shadow: 0 30px 80px rgba(0,0,0,.3); animation: modal-in .3s ease; }
.simple-modal { width: min(480px, 100%); padding: 40px; }
.modal-close { position: sticky; z-index: 5; top: 15px; float: right; width: 36px; height: 36px; margin: 15px 15px -51px 0; border: 0; border-radius: 50%; color: var(--forest); background: rgba(255,255,255,.9); box-shadow: 0 4px 12px rgba(23,63,53,.12); font-size: 22px; cursor: pointer; }
.recipe-hero { min-height: 260px; padding: 55px 55px 35px; display: grid; grid-template-columns: 1fr 180px; align-items: center; gap: 30px; color: white; background: var(--forest); }
.recipe-hero .eyebrow { color: #c9ded4; }
.recipe-hero h2 { margin: 13px 0; font-family: var(--display); font-size: 40px; line-height: 1.05; font-weight: 500; }
.recipe-hero p { margin: 0; color: #b8ccc3; font-size: 11px; line-height: 1.6; }
.recipe-emoji { width: 170px; height: 170px; display: grid; place-items: center; border-radius: 50%; background: var(--cream); font-size: 80px; transform: rotate(4deg); }
.recipe-meta { padding: 15px 55px; display: flex; gap: 25px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 10px; }
.recipe-meta strong { color: var(--forest); }
.recipe-body { padding: 35px 55px 45px; display: grid; grid-template-columns: .75fr 1.25fr; gap: 45px; }
.recipe-body h3 { margin: 0 0 16px; font-family: var(--display); font-size: 20px; }
.recipe-body ul, .recipe-body ol { margin: 0; padding-left: 18px; display: grid; gap: 11px; color: #566a62; font-size: 11px; line-height: 1.55; }
.recipe-actions { padding: 0 55px 40px; display: flex; gap: 10px; }
.recipe-actions .button { flex: 1; }
.simple-modal h2 { margin: 0 0 13px; font-family: var(--display); font-size: 34px; font-weight: 500; }
.simple-modal p { color: var(--muted); font-size: 13px; line-height: 1.7; }
.simple-form { margin-top: 22px; display: grid; gap: 10px; }
.simple-form input, .simple-form select { width: 100%; height: 48px; padding: 0 14px; border: 1px solid var(--line); border-radius: 10px; outline: 0; color: var(--forest); background: white; font-family: inherit; }
.simple-form input:focus, .simple-form select:focus { border-color: var(--orange); }
.field-label { display: grid; gap: 6px; color: var(--forest); font-size: 9px; font-weight: 850; letter-spacing: .05em; text-transform: uppercase; }
.simple-form .hp-field { position: absolute; left: -10000px; width: 1px; height: 1px; padding: 0; border: 0; opacity: 0; pointer-events: none; }
.simple-form .button { width: 100%; }
.simple-note { margin-bottom: 0 !important; font-size: 9px !important; text-align: center; }
.password-note { margin: -2px 2px 3px !important; font-size: 9px !important; line-height: 1.45 !important; }
.auth-switch { margin: 18px 0 0; text-align: center; }
.auth-switch button { padding: 0; border: 0; color: var(--forest); background: transparent; font: inherit; font-weight: 850; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
.auth-help { margin: 11px 0 -6px; text-align: right; }
.auth-help button { padding: 0; border: 0; color: var(--muted); background: transparent; font-size: 10px; font-weight: 750; cursor: pointer; }
.auth-help button:hover { color: var(--forest); text-decoration: underline; }
.account-summary { margin-top: 15px; padding: 19px; display: flex; align-items: center; gap: 15px; border: 1px solid var(--line); border-radius: 17px; background: rgba(255,255,255,.45); }
.account-avatar { width: 54px; height: 54px; display: grid; flex: 0 0 auto; place-items: center; border-radius: 50%; color: white; background: var(--forest); font-family: var(--display); font-size: 21px; }
.account-meta { min-width: 0; }
.account-meta h2 { margin-bottom: 2px; font-size: 27px; }
.account-meta p { margin: 0 0 7px; overflow: hidden; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.plan-badge { padding: 4px 8px; display: inline-block; border-radius: 99px; color: var(--forest); background: #f6cb7a; font-size: 8px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.verification-notice { margin-top: 12px; padding: 11px 12px; display: grid; grid-template-columns: 25px 1fr auto; align-items: center; gap: 9px; border: 1px solid #efd39f; border-radius: 12px; background: #fff5df; }
.verification-notice > span:nth-child(2) { display: grid; gap: 2px; }
.verification-notice strong { font-size: 10px; }
.verification-notice small { color: var(--muted); font-size: 8px; line-height: 1.35; }
.verification-notice button { padding: 6px 7px; border: 0; color: var(--forest); background: transparent; font-size: 8px; font-weight: 900; text-decoration: underline; cursor: pointer; }
.location-summary { width: 100%; margin-top: 12px; padding: 13px 14px; display: grid; grid-template-columns: 30px 1fr auto; align-items: center; gap: 10px; border: 1px solid var(--line); border-radius: 13px; color: var(--forest); background: rgba(255,255,255,.35); text-align: left; cursor: pointer; }
.location-summary > span:first-child { font-size: 20px; }
.location-summary > span:nth-child(2) { min-width: 0; display: grid; gap: 3px; }
.location-summary strong { overflow: hidden; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.location-summary small { color: var(--muted); font-size: 8px; }
.location-summary b { color: var(--orange-deep); font-family: var(--display); font-size: 22px; font-weight: 400; }
.account-actions { margin-top: 15px; display: grid; gap: 9px; }
.recipe-library { margin-top: 18px; display: grid; gap: 9px; }
.library-card { width: 100%; padding: 12px; display: grid; grid-template-columns: 46px 1fr auto; align-items: center; gap: 12px; border: 1px solid var(--line); border-radius: 13px; color: var(--forest); background: rgba(255,255,255,.55); text-align: left; cursor: pointer; transition: border-color .2s, transform .2s, background .2s; }
.library-card:hover { border-color: var(--orange); background: white; transform: translateY(-1px); }
.library-emoji { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 12px; background: var(--cream); font-size: 25px; }
.library-card > span:nth-child(2) { min-width: 0; display: grid; gap: 5px; }
.library-card strong { overflow: hidden; font-family: var(--display); font-size: 15px; font-weight: 650; text-overflow: ellipsis; white-space: nowrap; }
.library-card small { color: var(--muted); font-size: 9px; }
.library-card b { color: var(--orange-deep); font-family: var(--display); font-size: 24px; font-weight: 400; }
.empty-library { margin-top: 18px; padding: 25px 18px; border: 1px dashed #cfc7b9; border-radius: 17px; text-align: center; }
.empty-library > span { display: block; font-size: 44px; }
.empty-library h3 { margin: 8px 0 0; font-family: var(--display); font-size: 21px; }
.empty-library p { margin: 7px auto 16px; max-width: 310px; font-size: 11px; }
.empty-library .button { width: 100%; }
.share-grid { margin: 22px 0 16px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 9px; }
.share-option { min-width: 0; min-height: 86px; padding: 10px 5px; display: grid; place-items: center; align-content: center; gap: 8px; border: 1px solid var(--line); border-radius: 13px; color: var(--forest); background: rgba(255,255,255,.55); cursor: pointer; transition: transform .2s, border-color .2s, background .2s; }
.share-option:hover { border-color: var(--orange); background: white; transform: translateY(-2px); }
.share-option span { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--forest); font-size: 18px; font-weight: 900; }
.share-option strong { overflow: hidden; max-width: 100%; font-size: 8px; text-align: center; text-overflow: ellipsis; white-space: nowrap; }
.share-whatsapp span { background: #25a95b; }
.share-telegram span { background: #299bd7; }
.share-facebook span { background: #1877f2; font-family: Arial, sans-serif; font-size: 24px; }
.share-x span { background: #111; }
.share-email span { background: #e87418; }
.share-copy span, .share-print span, .share-more span { color: var(--forest); background: var(--cream); }
.how-steps { margin: 22px 0 0; padding: 0; display: grid; gap: 15px; list-style: none; counter-reset: how; }
.how-steps li { display: flex; align-items: center; gap: 13px; font-size: 12px; }
.how-steps li::before { counter-increment: how; content: counter(how); width: 30px; height: 30px; display: grid; flex: 0 0 auto; place-items: center; border-radius: 50%; color: white; background: var(--forest); font-family: var(--display); }

.install-banner { position: fixed; z-index: 80; right: 18px; bottom: 18px; width: min(390px, calc(100vw - 36px)); padding: 12px; display: grid; grid-template-columns: 44px 1fr auto 24px; align-items: center; gap: 10px; border: 1px solid var(--line); border-radius: 16px; background: var(--paper); box-shadow: var(--shadow); animation: modal-in .3s ease; }
.install-banner img { width: 44px; height: 44px; border-radius: 11px; }
.install-banner div { display: grid; gap: 3px; }
.install-banner strong { font-size: 11px; }
.install-banner span { color: var(--muted); font-size: 9px; }
.install-banner > button:not(.dismiss-install) { padding: 8px 12px; border: 0; border-radius: 8px; color: white; background: var(--forest); font-size: 9px; font-weight: 800; cursor: pointer; }
.dismiss-install { border: 0; background: transparent; font-size: 18px; cursor: pointer; }
.toast { position: fixed; z-index: 120; left: 50%; bottom: 24px; padding: 12px 17px; border-radius: 10px; color: white; background: var(--forest-deep); box-shadow: 0 10px 30px rgba(0,0,0,.2); font-size: 11px; font-weight: 700; opacity: 0; pointer-events: none; transform: translate(-50%, 20px); transition: opacity .2s, transform .2s; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }
.reveal { opacity: 0; transform: translateY(16px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
@keyframes fade-in { from { opacity: 0; } }
@keyframes modal-in { from { opacity: 0; transform: translateY(20px) scale(.98); } }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav { display: none; }
  .hero { grid-template-columns: 1fr; gap: 60px; padding-top: 65px; }
  .hero-copy { max-width: 680px; padding-left: 0; text-align: center; margin: auto; }
  .hero-copy .eyebrow, .hero-actions, .social-proof { justify-content: center; }
  .hero-intro { margin: auto; }
  .generator-wrap { max-width: 580px; margin: auto; width: 100%; }
  .benefit-strip { grid-template-columns: 1fr 1fr; }
  .benefit-strip > div:nth-child(2) { border-right: 0; }
  .value-grid { gap: 50px; }
  .value-art { transform: scale(.88); }
}

@media (max-width: 700px) {
  .announcement { padding: 8px 14px; }
  .announcement p { display: none; }
  .site-header { height: 68px; padding: 0 19px; }
  .header-actions .text-button, .header-actions .button { display: none; }
  .menu-button { display: block; }
  .section-shell { padding-right: 20px; padding-left: 20px; }
  .hero { min-height: auto; padding-top: 43px; padding-bottom: 60px; overflow: visible; }
  .hero h1 { font-size: clamp(47px, 13.3vw, 54px); }
  .hero-intro { font-size: 14px; }
  .hero-actions { flex-direction: column; gap: 11px; }
  .hero-actions .button { width: 100%; }
  .generator-wrap { padding-right: 0; }
  .generator-card { min-width: 0; padding: 23px 18px 20px; border-radius: 23px; transform: none; }
  .ingredient-orbit { display: none; }
  .scribble-top { right: 10px; }
  .form-grid { grid-template-columns: 1fr; }
  .segmented-control button { font-size: 7px; }
  .benefit-strip { padding: 28px 25px; grid-template-columns: 1fr; gap: 18px; }
  .benefit-strip > div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.15); padding-bottom: 15px; }
  .benefit-strip > div:last-child { padding-bottom: 0; }
  .steps-section, .pricing-section { padding-top: 75px; padding-bottom: 80px; }
  .section-heading { margin-bottom: 35px; }
  .section-heading h2 { font-size: 42px; }
  .steps-grid, .pricing-grid { grid-template-columns: 1fr; }
  .step-card, .step-card.featured, .price-card.premium { transform: none; }
  .step-card { min-height: 320px; }
  .value-section { padding: 75px 0; overflow: hidden; }
  .value-grid { grid-template-columns: 1fr; gap: 45px; }
  .value-art { min-height: 370px; transform: scale(.82); margin: -35px; }
  .value-copy h2 { font-size: 43px; }
  .final-cta { padding: 70px 24px; grid-template-columns: 1fr; }
  .cta-doodle { display: none; }
  footer { padding: 35px 24px; grid-template-columns: 1fr; gap: 16px; text-align: center; }
  .footer-brand { margin: auto; }
  footer > div { justify-content: center; }
  .modal-backdrop { padding: 0; align-items: end; }
  .recipe-modal, .simple-modal { width: 100%; max-height: 94vh; border-radius: 24px 24px 0 0; }
  .simple-modal { padding: 36px 24px; }
  .share-grid { grid-template-columns: repeat(2, 1fr); }
  .recipe-hero { padding: 55px 25px 30px; grid-template-columns: 1fr 90px; gap: 15px; }
  .recipe-hero h2 { font-size: 31px; }
  .recipe-emoji { width: 90px; height: 90px; font-size: 46px; }
  .recipe-meta { padding: 15px 25px; flex-wrap: wrap; gap: 12px 20px; }
  .recipe-body { padding: 28px 25px; grid-template-columns: 1fr; gap: 30px; }
  .recipe-actions { padding: 0 25px 30px; flex-direction: column; }
}

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