/* FreshFood Club V2 — Editorial Meal Review Style */
*{box-sizing:border-box}
body{font-family:Georgia,'Times New Roman',serif;margin:0;background:#faf8f4;color:#2a1f1a;line-height:1.65}
a{color:#3d6b35;text-decoration:none}
a:hover{text-decoration:underline}

.site-header{background:#fff;border-bottom:1px solid #e0dcd0;position:sticky;top:0;z-index:10}
.header-inner{max-width:1100px;margin:0 auto;padding:16px 24px;display:flex;align-items:center;justify-content:space-between}
.site-logo{font-family:Georgia,serif;font-weight:700;font-size:1.3rem;color:#2a1f1a}
.site-logo em{font-style:normal;color:#3d6b35}
.site-nav{display:flex;gap:20px}
.site-nav a{color:#5c5044;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Arial,sans-serif;font-size:.88rem;font-weight:500}
.site-nav a:hover{color:#3d6b35}

.editorial-hero{max-width:1100px;margin:0 auto;padding:60px 24px 40px;text-align:center}
.editorial-hero .kicker{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Arial,sans-serif;font-size:.8rem;text-transform:uppercase;letter-spacing:.12em;color:#3d6b35;margin-bottom:12px}
.editorial-hero h1{font-size:clamp(2rem,5vw,3.2rem);line-height:1.12;margin:0 0 16px;letter-spacing:-.03em;max-width:800px;margin-left:auto;margin-right:auto}
.editorial-hero .subtitle{font-size:1.15rem;color:#5c5044;max-width:620px;margin:0 auto 16px;font-style:italic}
.editorial-hero .tagline{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Arial,sans-serif;font-size:.85rem;color:#8a7e6e}

.trust-bar{max-width:1100px;margin:0 auto;padding:0 24px 50px;display:flex;justify-content:center;gap:32px;flex-wrap:wrap;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Arial,sans-serif;font-size:.82rem;color:#8a7e6e}

.featured-guides{max-width:1100px;margin:0 auto;padding:0 24px 50px}
.featured-guides h2{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Arial,sans-serif;font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:#8a7e6e;margin-bottom:20px;text-align:center}
.guide-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}
.guide-card{background:#fff;border:1px solid #e0dcd0;border-radius:8px;padding:28px 24px;transition:box-shadow .2s;color:inherit;text-decoration:none}
.guide-card:hover{box-shadow:0 4px 20px rgba(0,0,0,.06)}
.guide-card .card-tag{display:inline-block;padding:3px 10px;background:#f0ece0;color:#3d6b35;border-radius:3px;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Arial,sans-serif;font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;margin-bottom:14px}
.guide-card h3{font-size:1.2rem;margin:0 0 8px;line-height:1.3}
.guide-card p{font-size:.9rem;color:#5c5044;margin:0 0 14px;line-height:1.55}
.guide-card .read-time{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Arial,sans-serif;font-size:.75rem;color:#8a7e6e}

.content-page{max-width:780px;margin:0 auto;padding:40px 24px 60px}
.content-page h1{font-size:2.2rem;line-height:1.15;margin:0 0 10px;letter-spacing:-.03em}
.content-page .intro{font-size:1.1rem;color:#5c5044;font-style:italic;margin-bottom:32px}

.article-section{margin-bottom:36px;padding-bottom:30px;border-bottom:1px solid #e0dcd0}
.article-section h2{font-size:1.4rem;color:#3d6b35;margin:0 0 14px}
.article-section h3{font-size:1.1rem;margin:16px 0 8px}
.article-section p{margin:0 0 12px}
.article-section ul{margin:12px 0;padding-left:22px}
.article-section li{margin-bottom:8px}

.deal-table{width:100%;border-collapse:collapse;font-size:.9rem;margin:16px 0}
.deal-table th{background:#f0ece0;padding:10px 14px;text-align:left;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Arial,sans-serif;font-weight:600;font-size:.82rem;color:#3d6b35;text-transform:uppercase;letter-spacing:.04em}
.deal-table td{padding:12px 14px;border-bottom:1px solid #e0dcd0;vertical-align:top}
.deal-table .price-strike{text-decoration:line-through;color:#8a7e6e;margin-right:6px}
.deal-table .price-now{font-weight:700;color:#2a5f1a}

.disclosure-bar{max-width:1100px;margin:0 auto;padding:14px 24px;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Arial,sans-serif;font-size:.78rem;color:#8a7e6e;border-top:1px solid #e0dcd0;text-align:center}

.site-footer{background:#2a1f1a;color:#c4b8a0;padding:30px 24px;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Arial,sans-serif;font-size:.82rem}
.footer-inner{max-width:1100px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}
.site-footer a{color:#c8b890}

@media(max-width:640px){
  .editorial-hero{padding:40px 20px 28px}
  .guide-grid{grid-template-columns:1fr}
  .trust-bar{flex-direction:column;align-items:center;gap:8px}
}