:root {
  --bg: #f7f3ea;
  --surface: #fffdf8;
  --surface-2: #f0eadf;
  --text: #263128;
  --muted: #607060;
  --primary: #4b7a58;
  --primary-dark: #355c43;
  --accent: #c58f52;
  --border: #d8ddcf;
  --shadow: 0 18px 45px rgba(37, 47, 40, 0.08);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Arial, Helvetica, sans-serif; background: var(--bg); color: var(--text); line-height: 1.7; }
img { max-width: 100%; display: block; }
a { color: var(--primary-dark); text-decoration: none; }
a:hover { text-decoration: underline; }
.container { width: min(1180px, calc(100% - 2rem)); margin: 0 auto; }
.site-header { color: white; padding: 1.1rem 0 4.5rem; background: linear-gradient(rgba(29,50,35,.55), rgba(29,50,35,.68)), linear-gradient(135deg, rgba(53,92,67,.95), rgba(75,122,88,.82)), url('https://images.unsplash.com/photo-1512621776951-a57141f2eefd?auto=format&fit=crop&w=1600&q=80') center/cover no-repeat; }
.topbar { display: flex; justify-content: space-between; align-items: center; gap: 1rem; flex-wrap: wrap; }
.brand { display: inline-flex; align-items: center; gap: .9rem; color: white; font-weight: 700; }
.brand-logo { width: 72px; height: 72px; object-fit: cover; border-radius: 18px; border: 1px solid rgba(255,255,255,.22); background: rgba(255,255,255,.12); box-shadow: 0 10px 24px rgba(0,0,0,.18); }
.brand-copy { display: flex; flex-direction: column; line-height: 1.1; }
.brand-name { font-family: Georgia, 'Times New Roman', serif; font-size: 1.35rem; letter-spacing: .02em; }
.brand-tag { font-size: .78rem; text-transform: uppercase; letter-spacing: .16em; opacity: .82; }
.nav { display: flex; gap: 1rem; flex-wrap: wrap; }
.nav a { color: rgba(255,255,255,.95); padding: .45rem .65rem; border-radius: 999px; }
.nav a:hover { text-decoration: none; background: rgba(255,255,255,.1); }
.hero { padding: 4rem 0 0; max-width: 780px; }
.eyebrow { display: inline-block; margin-bottom: 1rem; padding: .38rem .75rem; border-radius: 999px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.18); color: #f3ede3; font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; }
.hero h1, .page-hero h1, .section h2, .card h2, .card h3 { font-family: Georgia, 'Times New Roman', serif; letter-spacing: -.02em; }
.hero h1 { font-size: clamp(2.7rem, 5vw, 4.7rem); line-height: 1.04; margin: 0 0 1rem; }
.hero p { max-width: 740px; margin: 0 0 1rem; font-size: 1.08rem; color: rgba(249,246,239,.92); }
.hero-subtitle { font-size: 1.18rem; color: #f5efe3; margin-bottom: 1rem; }
.hero-actions { display: flex; gap: .75rem; flex-wrap: wrap; margin-top: 1.5rem; }
.button { display: inline-block; background: var(--surface); color: var(--primary-dark); border: 1px solid rgba(255,255,255,.6); padding: .9rem 1.2rem; border-radius: 999px; font-weight: 700; box-shadow: 0 10px 24px rgba(0,0,0,.08); }
.button.secondary { background: transparent; color: white; border-color: rgba(255,255,255,.35); }
main { padding: 2.5rem 0 5rem; }
.page-shell { margin-top: -2.5rem; }
.grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.25rem; }
.card { background: var(--surface); border: 1px solid rgba(89,102,91,.12); border-radius: 24px; padding: 1.5rem; box-shadow: var(--shadow); }
.card p { color: var(--muted); }
.section { margin: 2rem 0; }
.section h2 { margin-bottom: .75rem; font-size: clamp(1.7rem, 3vw, 2.4rem); }
.lead { color: var(--muted); max-width: 850px; font-size: 1.04rem; }
.page-hero { background: linear-gradient(180deg, rgba(255,255,255,.82), rgba(255,253,249,.94)); border: 1px solid rgba(89,102,91,.12); border-radius: 30px; box-shadow: var(--shadow); padding: 2.25rem; margin-top: -2.5rem; }
.page-hero p { color: var(--muted); margin-bottom: 0; }
.feature-card { background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(248,244,236,.95)); }
.stat-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 1rem; }
.stat { background: var(--surface); border: 1px solid rgba(89,102,91,.1); border-radius: 20px; padding: 1.2rem; box-shadow: var(--shadow); }
.stat-label { color: var(--muted); font-size: .82rem; text-transform: uppercase; letter-spacing: .12em; }
.stat-value { margin-top: .35rem; font-size: 1.7rem; font-family: Georgia, 'Times New Roman', serif; color: var(--primary-dark); }
.tab-bar { display: flex; gap: .75rem; flex-wrap: wrap; margin-bottom: 1rem; }
.tab-pill { background: var(--surface-2); border: 1px solid var(--border); border-radius: 999px; padding: .7rem 1rem; font-weight: 700; cursor: pointer; }
.tab-pill.active { background: var(--primary); color: white; border-color: var(--primary); }
.tab-panel { display: none; }
.tab-panel.active { display: block; }
.category-hero { background: linear-gradient(135deg, #dfe9dc, #f3ede0); border: 1px solid var(--border); border-radius: 20px; min-height: 220px; display: flex; align-items: flex-end; padding: 1.25rem; margin-bottom: 1rem; overflow: hidden; position: relative; }
.category-hero::before { content: 'Category image placeholder'; position: absolute; inset: 0; display: grid; place-items: center; color: rgba(38,49,40,.45); font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.recipe-list { display: grid; gap: .85rem; }
.recipe-list-item { padding: 1rem 1.1rem; background: var(--surface); border: 1px solid var(--border); border-radius: 16px; box-shadow: var(--shadow); }
.recipe-meta { color: var(--muted); font-size: .92rem; }
.featured-meal { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; align-items: stretch; }
.placeholder-image { min-height: 320px; border-radius: 24px; background: linear-gradient(135deg, #d6e6d0, #f5ead8); border: 1px solid var(--border); display: grid; place-items: center; color: rgba(38,49,40,.45); font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.site-footer { border-top: 1px solid rgba(89,102,91,.12); background: rgba(255,253,249,.88); padding: 2rem 0; color: var(--muted); }
.site-footer .container { display: flex; justify-content: space-between; align-items: flex-start; gap: 1rem; flex-wrap: wrap; }
.footer-links { display: flex; gap: 1rem; flex-wrap: wrap; margin-top: .75rem; }
.article-layout { max-width: 860px; }
.notice { padding: 1.1rem; border-left: 4px solid var(--accent); background: #f7f1e7; border-radius: 14px; }
@media (max-width: 900px) { .featured-meal { grid-template-columns: 1fr; } .hero { padding-top: 3rem; } }
@media (max-width: 640px) { .topbar { flex-direction: column; align-items: flex-start; } .nav { gap: .45rem; } .nav a { padding: .35rem .55rem; font-size: .92rem; } .brand-copy { display: none; } .brand-logo { width: 60px; height: 60px; } .page-hero { padding: 1.5rem; } .hero h1 { font-size: 2.35rem; } .site-footer .container { flex-direction: column; } }
