:root {
  --green: #0d5b32;
  --green-dark: #073c22;
  --green-light: #eaf5ec;
  --gold: #d79a22;
  --cream: #fffdf7;
  --text: #1d2a22;
  --muted: #66746b;
  --white: #ffffff;
  --shadow: 0 14px 40px rgba(13, 91, 50, .10);
  --radius: 22px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: var(--cream);
  line-height: 1.65;
}
a { color: inherit; text-decoration: none; }
.container { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.narrow { max-width: 820px; text-align: center; }
.site-header {
  position: sticky; top: 0; z-index: 20;
  background: rgba(255,253,247,.94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(13,91,50,.10);
}
.nav-wrap { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.brand { display: flex; align-items: center; gap: 12px; font-weight: 800; color: var(--green-dark); }
.brand img { width: 54px; height: 54px; object-fit: contain; }
.nav { display: flex; gap: 28px; font-weight: 650; color: #385044; }
.nav a:hover, .text-link:hover, .recipe-link:hover { color: var(--gold); }
.menu-btn { display: none; border: 0; background: transparent; font-size: 27px; color: var(--green); }
.hero { padding: 80px 0 70px; background: radial-gradient(circle at 80% 20%, #f5ead2 0, transparent 35%), linear-gradient(135deg, #eef8ef, #fffdf7); }
.hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 60px; }
.eyebrow { margin: 0 0 10px; text-transform: uppercase; letter-spacing: .16em; font-weight: 800; font-size: .78rem; color: var(--gold); }
h1, h2, h3 { line-height: 1.12; color: var(--green-dark); margin-top: 0; }
h1 { font-size: clamp(2.8rem, 6vw, 5.2rem); margin-bottom: 22px; letter-spacing: -.045em; }
h2 { font-size: clamp(2rem, 4vw, 3.2rem); margin-bottom: 18px; letter-spacing: -.025em; }
h3 { font-size: 1.35rem; margin-bottom: 10px; }
.hero-text { max-width: 650px; font-size: 1.12rem; color: var(--muted); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 30px 0; }
.btn { display: inline-flex; align-items: center; justify-content: center; padding: 13px 22px; border-radius: 999px; font-weight: 800; border: 1px solid transparent; transition: transform .2s, box-shadow .2s; cursor: pointer; }
.btn:hover { transform: translateY(-2px); }
.primary { background: var(--green); color: var(--white); box-shadow: 0 10px 25px rgba(13,91,50,.18); }
.secondary { background: transparent; color: var(--green); border-color: rgba(13,91,50,.25); }
.trust-row { display: flex; flex-wrap: wrap; gap: 18px; color: #52645a; font-size: .9rem; }
.hero-card { display: grid; place-items: center; }
.hero-card img { width: min(100%, 490px); filter: drop-shadow(0 25px 30px rgba(0,0,0,.15)); }
.section { padding: 90px 0; }
.intro { background: var(--white); }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 20px; margin-bottom: 30px; }
.text-link { color: var(--green); font-weight: 800; }
.recipe-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.recipe-card { background: var(--white); border: 1px solid rgba(13,91,50,.10); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); transition: transform .2s, box-shadow .2s; }
.recipe-card:hover { transform: translateY(-5px); box-shadow: 0 20px 45px rgba(13,91,50,.14); }
.recipe-image { height: 160px; display: grid; place-items: center; font-size: 70px; background: linear-gradient(135deg, #eef8ef, #fff3d9); }
.recipe-body { padding: 22px; }
.recipe-body p { color: var(--muted); margin-top: 0; }
.tag { display: inline-block; padding: 5px 10px; border-radius: 999px; background: var(--green-light); color: var(--green); font-size: .75rem; font-weight: 800; margin-bottom: 12px; }
.recipe-link { color: var(--green); font-weight: 800; }
.ebook-section { background: var(--green-light); }
.ebook-card { background: var(--green-dark); color: #fff; border-radius: 30px; padding: 55px; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.ebook-card h2 { color: #fff; }
.ebook-card p { color: #dce9df; max-width: 680px; }
.ebook-card .primary { background: var(--gold); color: #fff; }
.ebook-badge { width: 160px; height: 190px; flex: 0 0 auto; background: #fffdf7; color: var(--green-dark); border-radius: 8px 16px 16px 8px; display: grid; place-items: center; text-align: center; box-shadow: 12px 15px 0 rgba(0,0,0,.12); transform: rotate(4deg); }
.ebook-badge span { font-size: 50px; }
.about-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; align-items: center; }
.about-art { min-height: 340px; border-radius: 30px; background: linear-gradient(145deg, #e9f6e9, #fff1d3); display: grid; place-items: center; text-align: center; font-size: 100px; color: var(--green); box-shadow: var(--shadow); }
.about-art span { display: block; font-size: 1rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--green-dark); }
.contact { background: #f7f2e6; }
.signup { display: flex; gap: 10px; margin: 28px auto 10px; max-width: 620px; }
.signup input { flex: 1; min-width: 0; padding: 14px 18px; border: 1px solid #ccd8ce; border-radius: 999px; font: inherit; background: white; }
.small { font-size: .82rem; color: var(--muted); }
footer { background: #082d1a; color: #d9e6dc; padding: 40px 0; }
.footer-wrap { display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: center; }
.footer-wrap strong { color: #fff; font-size: 1.1rem; }
.footer-wrap p { margin: 4px 0 0; }
.footer-links { display: flex; gap: 20px; flex-wrap: wrap; }
.footer-links a:hover { color: #fff; }
.copyright { grid-column: 1 / -1; font-size: .8rem; opacity: .75; border-top: 1px solid rgba(255,255,255,.12); padding-top: 20px; }

@media (max-width: 850px) {
  .nav { display: none; position: absolute; left: 20px; right: 20px; top: 72px; background: #fffdf7; padding: 18px; border-radius: 18px; box-shadow: var(--shadow); flex-direction: column; }
  .nav.open { display: flex; }
  .menu-btn { display: block; }
  .hero-grid, .about-grid { grid-template-columns: 1fr; }
  .hero-card { order: -1; }
  .recipe-grid { grid-template-columns: repeat(2, 1fr); }
  .ebook-card { padding: 38px; }
}
@media (max-width: 560px) {
  .container { width: min(100% - 28px, 1120px); }
  .hero { padding-top: 50px; }
  .section { padding: 65px 0; }
  .recipe-grid { grid-template-columns: 1fr; }
  .section-head { align-items: start; flex-direction: column; }
  .ebook-card { flex-direction: column; align-items: start; padding: 30px; }
  .signup { flex-direction: column; }
  .signup .btn { width: 100%; }
  .footer-wrap { grid-template-columns: 1fr; }
  .copyright { grid-column: auto; }
}
