:root{
  --white:#fff;
  --paper:#fbfcfb;
  --alt:#f5f9f7;
  --mint:#e9f7f2;
  --aqua:#e9f6f5;
  --ink:#17231e;
  --text:#26332d;
  --muted:#60706a;
  --line:#dce6e1;
  --green:#176b4d;
  --green-dark:#0f4f39;
  --green-deep:#0b3d2d;
  --green-pale:#eaf4ef;
  --safe:#218a57;
  --safe-bg:#eaf7f0;
  --yellow:#a96805;
  --yellow-bg:#fff4d4;
  --red:#ba4141;
  --red-bg:#fcebec;
  --aqua-strong:#bfe9df;
  --coral:#e8785f;
  --blue:#356e75;
  --shadow:0 14px 34px rgba(18,53,40,.08);
  --shadow-soft:0 8px 24px rgba(18,53,40,.06);
  --radius:12px;
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:150px}
body{margin:0;background:var(--white);color:var(--text);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:16px;line-height:1.62;-webkit-font-smoothing:antialiased}
body.nav-open{overflow:hidden}
img,svg{display:block;max-width:100%}
a{color:var(--green);text-decoration-thickness:1px;text-underline-offset:3px}
a:hover{color:var(--green-dark)}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
.container{width:min(100% - 48px,var(--max));margin-inline:auto}
.article-container{width:min(100% - 40px,800px);margin-inline:auto}
.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.skip-link{position:fixed;left:16px;top:-80px;z-index:999;background:var(--green-dark);color:#fff;padding:10px 14px;border-radius:8px;text-decoration:none}.skip-link:focus{top:12px}
.icon{width:20px;height:20px;flex:none}
.eyebrow,.category-label,.article-label,.product-type{display:inline-flex;align-items:center;gap:7px;margin:0 0 12px;color:var(--green);font-size:12px;font-weight:800;letter-spacing:.115em;line-height:1.2;text-transform:uppercase}
.eyebrow:before{content:"";width:7px;height:7px;background:currentColor;border-radius:50%;flex:0 0 7px}
.editorial{font-family:Newsreader,"Iowan Old Style",Baskerville,serif;font-weight:560;letter-spacing:-.025em}

/* Header */
.announcement-bar{background:var(--green-deep);color:#eaf8f2;font-size:12px;font-weight:650;letter-spacing:.015em}
.announcement-bar .container{min-height:34px;display:flex;justify-content:center;align-items:center;gap:8px;text-align:center}
.announcement-bar a{color:#fff;font-weight:800;text-decoration:none;border-bottom:1px solid rgba(255,255,255,.55)}
.site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.97);border-bottom:1px solid var(--line);backdrop-filter:blur(12px)}
.nav-wrap{height:72px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.brand,.footer-logo{display:inline-flex;align-items:center;text-decoration:none}
.brand img{width:200px;height:auto}.footer-logo img{width:210px;height:auto}
.site-nav{display:flex;align-items:center;gap:28px}
.site-nav a{position:relative;color:var(--ink);font-size:14px;font-weight:700;text-decoration:none;white-space:nowrap}
.site-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-9px;height:2px;background:var(--green);transition:right .2s ease}.site-nav a:hover:after{right:0}
.site-nav .nav-cta{padding:9px 13px;border:1px solid var(--green);border-radius:8px;color:var(--green)}.site-nav .nav-cta:after{display:none}.site-nav .nav-cta:hover{background:var(--green-pale)}
.nav-toggle{display:none;border:0;background:transparent;color:var(--ink);padding:8px}.nav-toggle .menu-close{display:none}
.topic-nav{border-bottom:1px solid var(--line);background:#fff}
.topic-nav .container{display:flex;align-items:center;gap:24px;min-height:39px;overflow-x:auto;scrollbar-width:none}.topic-nav .container::-webkit-scrollbar{display:none}
.topic-nav span{font-size:10px;font-weight:850;letter-spacing:.12em;color:var(--muted);text-transform:uppercase;white-space:nowrap}
.topic-nav a{font-size:12px;font-weight:700;color:var(--muted);text-decoration:none;white-space:nowrap}.topic-nav a:hover{color:var(--green)}

/* Type */
h1,h2,h3{color:var(--ink);line-height:1.12;margin:0 0 16px;letter-spacing:-.025em}
h1{font-size:clamp(2.45rem,5.1vw,3.75rem);font-weight:780}
h2{font-size:clamp(1.85rem,3.4vw,2.45rem);font-weight:760}
h3{font-size:1.12rem;font-weight:760}
p{margin:0 0 1em}.lead{font-size:19px;line-height:1.58;color:var(--muted);max-width:760px}
.section{padding:82px 0}.alt-section{background:var(--alt);border-block:1px solid var(--line)}
.section-heading{max-width:720px;margin-bottom:34px}.section-heading p{color:var(--muted);font-size:17px}.section-heading h2{margin-bottom:10px}
.heading-row{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:28px}.heading-row .section-heading{margin:0}.text-link{display:inline-flex;align-items:center;gap:7px;font-size:14px;font-weight:800;text-decoration:none}.text-link .icon{width:17px;height:17px}
.divider-heading{display:flex;align-items:center;gap:18px;margin-bottom:28px}.divider-heading:after{content:"";height:1px;background:var(--line);flex:1}.divider-heading h2{margin:0}

/* Home hero */
.home-hero{position:relative;overflow:hidden;background:linear-gradient(180deg,#f5fbf8 0,#fff 88%);padding:52px 0 40px;border-bottom:1px solid var(--line)}
.home-hero:before{content:"";position:absolute;width:460px;height:460px;border-radius:50%;background:rgba(191,233,223,.38);right:-130px;top:-220px;filter:blur(1px)}
.hero-layout{position:relative;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(350px,.72fr);gap:56px;align-items:center}
.hero-copy{max-width:700px}.hero-copy h1{max-width:710px}.hero-copy h1 .editorial{color:var(--green);font-style:italic}.hero-copy>p{max-width:680px;color:var(--muted);font-size:18px;line-height:1.56}
.hero-kicker-row{display:flex;flex-wrap:wrap;gap:12px 22px;margin:21px 0 0;color:var(--muted);font-size:12px;font-weight:700}.hero-kicker-row span{display:flex;align-items:center;gap:7px}.hero-kicker-row .icon{width:16px;height:16px;color:var(--green)}
.hero-media{position:relative;margin:0;min-height:430px}.hero-media-frame{height:430px;border-radius:22px 22px 70px 22px;overflow:hidden;box-shadow:var(--shadow);border:1px solid rgba(23,107,77,.12);background:var(--mint)}.hero-media img{width:100%;height:100%;object-fit:cover}.hero-media:before{content:"";position:absolute;left:-22px;bottom:-18px;width:115px;height:115px;border:18px solid var(--aqua-strong);border-radius:50%;z-index:-1}.hero-stat{position:absolute;left:-30px;bottom:26px;background:#fff;border:1px solid var(--line);border-radius:12px;padding:13px 16px;box-shadow:var(--shadow-soft);min-width:154px}.hero-stat strong{display:block;font-size:22px;color:var(--green-dark);line-height:1}.hero-stat span{font-size:11px;font-weight:800;color:var(--muted);letter-spacing:.07em;text-transform:uppercase}
.finder-shell{position:relative;margin-top:32px;max-width:760px}.finder-panel{background:#fff;border:1px solid rgba(23,107,77,.2);border-radius:14px;padding:18px;box-shadow:0 18px 44px rgba(20,66,49,.1)}
.search-form{position:relative;display:flex;align-items:center}.search-field-icon{position:absolute;left:17px;width:21px;height:21px;color:var(--green);pointer-events:none}.search-form input{width:100%;height:58px;border:1.5px solid #b9cbc3;border-radius:10px;padding:0 52px 0 50px;background:#fff;color:var(--ink);font-size:15px;outline:0;transition:border-color .18s,box-shadow .18s}.search-form input:focus{border-color:var(--green);box-shadow:0 0 0 4px rgba(23,107,77,.11)}.search-form input::placeholder{color:#7b8983}.search-clear{display:none;position:absolute;right:10px;border:0;background:transparent;color:var(--muted);padding:9px}.search-clear.visible{display:block}
.popular-searches{display:flex;align-items:center;flex-wrap:wrap;gap:5px;margin-top:10px;font-size:12px;color:var(--muted)}.popular-searches>span:first-child{font-weight:800;color:var(--text)}.popular-searches button{border:0;background:transparent;padding:1px 2px;color:var(--green);font-size:12px;font-weight:750;text-decoration:underline;text-underline-offset:3px}
.hero-results-wrap{position:relative;margin-top:36px}.result-toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:12px}.filters{display:flex;gap:7px;flex-wrap:wrap}.filter-btn{display:inline-flex;align-items:center;gap:7px;min-height:34px;padding:7px 11px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--muted);font-size:12px;font-weight:800}.filter-btn span{width:8px;height:8px;border-radius:50%;background:currentColor}.filter-btn:hover,.filter-btn.active{border-color:var(--green);color:var(--green);background:var(--green-pale)}.filter-btn.green{color:var(--safe)}.filter-btn.yellow{color:var(--yellow)}.filter-btn.red{color:var(--red)}
.result-meta{display:flex;align-items:center;justify-content:space-between;gap:16px;color:var(--muted);font-size:12px}.result-meta a{display:inline-flex;align-items:center;gap:5px;font-weight:800;text-decoration:none}.result-meta .icon{width:15px;height:15px}
.results{display:grid;gap:9px}.food-card{position:relative;background:#fff;border:1px solid var(--line);border-radius:10px;padding:14px 15px 13px;overflow:hidden}.food-card:before{content:"";position:absolute;inset:0 auto 0 0;width:4px;background:var(--line)}.food-card[data-rating=green]:before{background:var(--safe)}.food-card[data-rating=yellow]:before{background:var(--yellow)}.food-card[data-rating=red]:before{background:var(--red)}
.food-card-top{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:12px;align-items:start}.food-card-title{min-width:0}.food-name,.food-title-link{display:inline-block;color:var(--ink);font-size:16px;font-weight:800;text-decoration:none}.food-title-link:hover{text-decoration:underline}.food-category{display:block;color:var(--muted);font-size:11px;font-weight:750;letter-spacing:.06em;text-transform:uppercase;margin-top:1px}.food-expand{display:inline-grid;place-items:center;width:34px;height:34px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--green)}.food-expand:hover{background:var(--green-pale)}.food-expand .chevron{transition:transform .2s}.food-card.open .food-expand .chevron{transform:rotate(180deg)}.food-card-summary{margin:8px 44px 0 0;color:var(--muted);font-size:13px;line-height:1.45}.food-details{display:none;margin-top:13px;padding-top:13px;border-top:1px solid var(--line)}.food-card.open .food-details{display:block}.food-details>p{font-size:14px;color:var(--text)}.detail-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:15px}.detail-label{font-size:10px;font-weight:850;letter-spacing:.09em;text-transform:uppercase;color:var(--green);margin-bottom:4px}.detail-grid p{font-size:13px;color:var(--muted);line-height:1.5;margin:0}.food-actions{display:flex;gap:18px;flex-wrap:wrap;margin-top:15px}.food-actions a{display:inline-flex;align-items:center;gap:5px;font-size:12px;font-weight:850;text-decoration:none}.food-actions .icon{width:14px;height:14px}
.search-disclaimer{display:flex;gap:9px;align-items:flex-start;margin:12px 0 0;color:var(--muted);font-size:11px;line-height:1.48}.search-disclaimer .icon{width:16px;height:16px;color:var(--green);margin-top:1px}
.empty-state{padding:24px;border:1px dashed #b9c9c2;border-radius:10px;background:var(--alt)}.empty-state h3{margin-bottom:6px}.empty-state p{margin:0;color:var(--muted);font-size:14px}
.rating-badge{display:inline-flex;align-items:center;gap:6px;width:max-content;border-radius:999px;padding:5px 8px;font-size:10px;font-weight:850;line-height:1.2;white-space:nowrap}.rating-badge>span{width:7px;height:7px;border-radius:50%;background:currentColor}.rating-badge.green{color:var(--safe);background:var(--safe-bg)}.rating-badge.yellow{color:var(--yellow);background:var(--yellow-bg)}.rating-badge.red{color:var(--red);background:var(--red-bg)}.rating-badge.large{padding:7px 11px;font-size:12px}

/* Rating explainer */
.rating-intro{padding:26px 0;background:#fff;border-bottom:1px solid var(--line)}.rating-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.rating-explainer{display:grid;grid-template-columns:auto 1fr;gap:11px;padding:15px;border:1px solid var(--line);border-radius:10px}.rating-explainer.green{background:var(--safe-bg)}.rating-explainer.yellow{background:var(--yellow-bg)}.rating-explainer.red{background:var(--red-bg)}.rating-dot{width:11px;height:11px;border-radius:50%;margin-top:4px;background:currentColor}.rating-explainer.green{color:var(--safe)}.rating-explainer.yellow{color:var(--yellow)}.rating-explainer.red{color:var(--red)}.rating-explainer h2{font-family:Inter,sans-serif;font-size:13px;line-height:1.3;letter-spacing:0;margin:0 0 4px;color:currentColor}.rating-explainer p{font-size:12px;line-height:1.45;margin:0;color:var(--text)}

/* Popular foods */
.popular-food-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.popular-food{position:relative;min-height:164px;padding:18px 16px;border:1px solid var(--line);border-radius:12px;text-decoration:none;overflow:hidden;background:#fff;transition:transform .18s,box-shadow .18s}.popular-food:hover{transform:translateY(-3px);box-shadow:var(--shadow-soft)}.popular-food:after{content:"";position:absolute;width:92px;height:92px;border-radius:50%;right:-30px;bottom:-27px;background:var(--mint)}.popular-food.yellow:after{background:var(--yellow-bg)}.popular-food.green:after{background:var(--safe-bg)}.popular-food.red:after{background:var(--red-bg)}.popular-food .food-visual{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:var(--aqua);color:var(--green);margin-bottom:23px}.popular-food strong{display:block;color:var(--ink);font-size:15px;line-height:1.25}.popular-food small{display:block;margin-top:5px;color:var(--muted);font-size:11px}.popular-food .rating-badge{margin-top:9px}

/* Categories */
.category-grid{display:grid;grid-template-columns:repeat(10,minmax(0,1fr));gap:12px}.category-card{grid-column:span 2;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:15px;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--ink);text-decoration:none;transition:border-color .18s,transform .18s,box-shadow .18s}.category-card:hover{border-color:#a8c8bb;transform:translateY(-2px);box-shadow:var(--shadow-soft)}.category-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:10px;background:var(--mint);color:var(--green)}.category-icon .icon{width:23px;height:23px}.category-card strong{display:block;font-size:14px;line-height:1.2}.category-card small{display:block;margin-top:3px;color:var(--muted);font-size:11px}.category-arrow{width:16px;height:16px;color:var(--green)}.category-card:nth-last-child(3){grid-column:3/span 2}

/* Editorial guides */
.editorial-band{background:var(--aqua);border-block:1px solid #d2ebe5}.editorial-layout{display:grid;grid-template-columns:1.15fr .85fr;gap:32px}.featured-guide{position:relative;min-height:440px;border-radius:16px;overflow:hidden;color:#fff;background:var(--green-dark);box-shadow:var(--shadow)}.featured-guide img{width:100%;height:100%;position:absolute;inset:0;object-fit:cover}.featured-guide:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(7,35,26,.08) 15%,rgba(7,35,26,.9) 100%)}.featured-guide-content{position:absolute;z-index:1;left:0;right:0;bottom:0;padding:30px}.featured-guide .article-label{color:#bfe9df}.featured-guide h2{font-size:clamp(2rem,4vw,3rem);max-width:570px;color:#fff}.featured-guide p{max-width:560px;color:#e4f1ec}.featured-guide .btn-light{margin-top:7px}
.guide-list{display:flex;flex-direction:column;border-top:1px solid #bcd8d2}.guide-list-item{display:grid;grid-template-columns:42px 1fr auto;gap:13px;align-items:center;padding:20px 0;border-bottom:1px solid #bcd8d2;text-decoration:none}.guide-list-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:#fff;color:var(--green);box-shadow:0 5px 16px rgba(23,107,77,.08)}.guide-list-item strong{display:block;color:var(--ink);font-size:16px}.guide-list-item small{display:block;color:var(--muted);font-size:12px;margin-top:2px}.guide-list-item>.icon{width:17px;height:17px}
.guide-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.guide-grid-large{grid-template-columns:repeat(2,1fr)}.guide-card{display:flex;flex-direction:column;min-height:260px;padding:22px;border:1px solid var(--line);border-radius:12px;background:#fff;text-decoration:none;transition:transform .18s,box-shadow .18s}.guide-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-soft)}.guide-card .article-label{margin-bottom:14px}.guide-card h2,.guide-card h3{font-size:20px;margin-bottom:9px}.guide-card p{color:var(--muted);font-size:14px}.guide-card .text-link{margin-top:auto}.guide-card:nth-child(2n){background:var(--alt)}

/* Trust panel */
.trust-section{background:var(--green-deep);color:#eaf5f0;overflow:hidden}.trust-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:64px;align-items:center}.trust-intro h2{color:#fff}.trust-intro p{color:#cfe0d9}.trust-intro .eyebrow{color:#8fd0ba}.trust-points{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.trust-point{padding:18px;border-top:2px solid #62af92}.trust-point .icon{width:25px;height:25px;color:#8fd0ba;margin-bottom:14px}.trust-point h3{color:#fff;font-size:15px}.trust-point p{color:#cfe0d9;font-size:13px;line-height:1.52;margin:0}

/* Shop preview / products */
.shop-callout{background:#f2f8f5}.shop-callout-inner{display:grid;grid-template-columns:1fr .9fr;gap:60px;align-items:center}.mini-cover-stack{position:relative;height:360px}.mini-cover-stack img{position:absolute;width:205px;height:auto;border-radius:8px;box-shadow:0 22px 42px rgba(17,55,41,.16);border:1px solid rgba(17,55,41,.08)}.mini-cover-stack img:nth-child(1){left:18%;top:0;transform:rotate(-7deg)}.mini-cover-stack img:nth-child(2){left:39%;top:22px;transform:rotate(4deg)}.mini-cover-stack img:nth-child(3){left:2%;top:68px;transform:rotate(-12deg)}
.btn,.btn-secondary,.btn-light{display:inline-flex;justify-content:center;align-items:center;gap:7px;min-height:42px;padding:10px 16px;border-radius:8px;font-size:14px;font-weight:800;text-decoration:none;border:1px solid transparent;transition:background .18s,border-color .18s,transform .18s}.btn{background:var(--green-dark);color:#fff}.btn:hover{background:var(--green-deep);color:#fff;transform:translateY(-1px)}.btn-secondary{background:#fff;color:var(--green);border-color:var(--green)}.btn-secondary:hover{background:var(--green-pale)}.btn-light{background:#fff;color:var(--green-dark)}.btn-light:hover{color:var(--green-deep);background:#f4fbf8}
.shop-section{padding-top:50px}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}.product-card{display:grid;grid-template-columns:190px 1fr;border:1px solid var(--line);border-radius:12px;overflow:hidden;background:#fff}.product-card:last-child:nth-child(odd){grid-column:1/-1;grid-template-columns:250px 1fr}.product-image{background:var(--alt);padding:18px;display:grid;place-items:center}.product-image img{width:100%;max-height:315px;object-fit:contain;filter:drop-shadow(0 12px 18px rgba(21,53,41,.12))}.product-content{padding:25px}.product-content h2{font-size:24px;margin-bottom:8px}.product-content>p{color:var(--muted)}.product-content ul{list-style:none;padding:0;margin:16px 0}.product-content li{display:flex;gap:8px;margin:7px 0;font-size:13px}.product-content li .icon{width:17px;height:17px;color:var(--safe);margin-top:2px}.product-buy{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:18px}.price{font-size:22px;font-weight:850;color:var(--ink)}.product-content small{display:flex;align-items:flex-start;gap:7px;color:var(--muted);font-size:11px;margin-top:12px}.product-content small .icon{width:15px;height:15px;margin-top:2px}.comparison-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:10px;background:#fff}.comparison-table{width:100%;border-collapse:collapse;min-width:760px}.comparison-table th,.comparison-table td{padding:14px;border-bottom:1px solid var(--line);font-size:13px;text-align:left}.comparison-table thead th{background:var(--alt);font-size:11px;letter-spacing:.05em;text-transform:uppercase}.comparison-table .bundle-row{background:var(--green-pale)}

/* Page heroes */
.page-hero{padding:54px 0 46px;background:linear-gradient(135deg,#f5fbf8,#eef8f5);border-bottom:1px solid var(--line)}.page-hero.compact{padding:42px 0}.page-hero h1{font-size:clamp(2.35rem,4.4vw,3rem);max-width:850px}.page-hero p{max-width:820px;color:var(--muted)}.breadcrumbs{display:flex;flex-wrap:wrap;align-items:center;gap:7px;margin-bottom:19px;color:var(--muted);font-size:12px}.breadcrumbs a{color:var(--muted);text-decoration:none}.breadcrumbs a:hover{color:var(--green)}
.content-grid{display:grid;grid-template-columns:minmax(0,1fr) 250px;gap:64px;align-items:start}.article-prose{width:min(100%,760px)}.article-prose h2{font-family:Newsreader,"Iowan Old Style",Baskerville,serif;font-size:31px;font-weight:570;margin:42px 0 12px}.article-prose h2:first-child{margin-top:0}.article-prose h3{margin-top:30px}.article-prose p,.article-prose li{color:#34443d}.article-prose ul,.article-prose ol{padding-left:23px}.article-prose li{margin:8px 0}.article-prose a{font-weight:700}.article-prose blockquote{margin:26px 0;padding:20px 24px;border-left:4px solid var(--green);background:var(--green-pale);font-family:Newsreader,serif;font-size:20px;color:var(--ink)}.toc{position:sticky;top:150px;padding:20px;border-left:3px solid var(--green);background:var(--alt)}.toc b{display:block;margin-bottom:10px;font-size:12px;letter-spacing:.08em;text-transform:uppercase}.toc a{display:block;padding:6px 0;font-size:13px;font-weight:700;text-decoration:none}
.notice,.medical-note{display:flex;gap:12px;padding:17px 18px;border:1px solid #bddbd0;border-radius:10px;background:var(--mint);color:var(--text)}.notice .icon,.medical-note .icon{color:var(--green);margin-top:2px}.notice p,.medical-note p{margin:0;font-size:13px}.source-links{display:flex;gap:16px;flex-wrap:wrap;padding-top:24px;margin-top:30px;border-top:1px solid var(--line)}.source-links a{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:800;text-decoration:none}.source-links .icon{width:15px;height:15px}

/* Food detail */
.food-detail-hero{position:relative;overflow:hidden;padding:50px 0;background:linear-gradient(135deg,#edf9f4 0,#fff 75%);border-bottom:1px solid var(--line)}.food-detail-hero:after{content:"";position:absolute;width:280px;height:280px;border:58px solid rgba(23,107,77,.06);border-radius:50%;right:-70px;top:-100px}.food-title-row{position:relative;display:flex;justify-content:space-between;align-items:end;gap:24px}.food-title-row h1{font-family:Newsreader,"Iowan Old Style",Baskerville,serif;font-size:clamp(3rem,7vw,5rem);font-weight:550;margin-bottom:0}.food-lede{position:relative;max-width:700px;font-size:19px;color:var(--muted);margin-top:16px}.food-detail-content{padding:50px 0 70px}.food-section{padding:27px 0;border-bottom:1px solid var(--line)}.food-section:first-child{padding-top:0}.food-section h2{font-family:Inter,sans-serif;font-size:14px;letter-spacing:.08em;text-transform:uppercase;color:var(--green);margin-bottom:10px}.food-section p{font-size:17px;line-height:1.65}.food-detail-columns{display:grid;grid-template-columns:1fr 1fr;gap:38px}.food-detail-columns .food-section{border-bottom:0}.related-foods{display:grid;grid-template-columns:repeat(2,1fr);gap:9px}.related-food{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px 13px;border:1px solid var(--line);border-radius:9px;color:var(--ink);text-decoration:none;font-size:13px;font-weight:750}.related-food:hover{border-color:#a8c8bb;background:var(--alt)}

/* Directory */
.directory-section{padding-top:36px}.directory-toolbar{display:grid;grid-template-columns:minmax(280px,1fr) 240px 200px;gap:10px;align-items:end;padding:18px;border:1px solid var(--line);border-radius:10px;background:var(--alt)}.directory-search .search-form input{height:48px}.select-wrap label,.directory-toolbar label{display:block;margin-bottom:6px;font-size:10px;font-weight:850;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.select-wrap select,.directory-toolbar select{width:100%;height:48px;border:1px solid #b9cbc3;border-radius:8px;background:#fff;color:var(--ink);padding:0 36px 0 12px}.directory-status{display:flex;justify-content:space-between;align-items:center;padding:18px 2px 10px;color:var(--muted);font-size:13px}.directory-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.directory-item{display:flex;justify-content:space-between;align-items:center;gap:12px;min-height:74px;padding:13px 14px;border:1px solid var(--line);border-radius:9px;background:#fff;color:var(--ink);text-decoration:none}.directory-item:hover{border-color:#9fc2b4;background:var(--alt)}.directory-item strong{font-size:14px}

/* Forms */
.form-card,.signup-panel{border:1px solid var(--line);border-radius:12px;background:#fff;padding:28px;box-shadow:var(--shadow-soft)}.form-card{max-width:780px;margin:auto}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-card label,.signup-panel label{display:grid;gap:6px;font-size:12px;font-weight:800;color:var(--text)}.form-card input,.form-card textarea,.form-card select,.signup-panel input,.signup-panel select{width:100%;border:1px solid #b9cbc3;border-radius:8px;padding:11px 12px;background:#fff;color:var(--ink)}.form-card textarea{min-height:150px;resize:vertical}.form-card .btn{margin-top:18px}.signup-panel{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center;background:linear-gradient(135deg,#eaf7f0,#f8fbfa)}.signup-panel form{display:grid;gap:13px}

/* Footer */
.site-footer{background:var(--green-deep);color:#d8e8e1;padding:52px 0 20px}.site-footer a{color:#eaf6f1}.footer-main{display:grid;grid-template-columns:1.15fr 1.85fr;gap:70px}.footer-about p{max-width:430px;color:#bcd1c8;font-size:13px}.footer-logo{margin-bottom:18px;filter:brightness(0) invert(1)}.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.footer-links h2{color:#8fd0ba;font-family:Inter,sans-serif;font-size:10px;letter-spacing:.12em;text-transform:uppercase;margin:0 0 14px}.footer-links a{display:block;margin:7px 0;font-size:13px;text-decoration:none}.footer-links a:hover{text-decoration:underline}.footer-bottom{display:flex;justify-content:space-between;gap:22px;margin-top:40px;padding-top:18px;border-top:1px solid rgba(255,255,255,.14);font-size:11px;color:#9fb9ae}.footer-bottom p{margin:0}.footer-credit{margin-top:8px;font-size:10px;color:#8ea89d}

/* Ads: preserved but invisible until real ad markup fills */
.ad-container{display:none}.ad-slot{display:none}

@media (max-width:1020px){
  .hero-layout{grid-template-columns:1fr .68fr;gap:34px}.hero-media,.hero-media-frame{min-height:370px;height:370px}.hero-stat{left:-15px}
  .popular-food-grid{grid-template-columns:repeat(3,1fr)}.category-grid{grid-template-columns:repeat(6,minmax(0,1fr))}.category-card{grid-column:span 2}.category-card:nth-last-child(3){grid-column:span 2}.category-card:last-child{grid-column:3/span 2}
  .trust-grid{grid-template-columns:1fr;gap:35px}.editorial-layout{grid-template-columns:1fr}.featured-guide{min-height:410px}
  .product-card{grid-template-columns:160px 1fr}.product-grid{gap:16px}.directory-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:840px){
  html{scroll-padding-top:118px}.container{width:min(100% - 36px,var(--max))}
  .announcement-bar .container{min-height:32px}.nav-wrap{height:64px}.brand img{width:185px}.nav-toggle{display:inline-grid}.nav-toggle .icon{width:25px;height:25px}
  .site-nav{display:none;position:fixed;left:0;right:0;top:96px;bottom:0;background:#fff;padding:22px 18px 36px;flex-direction:column;align-items:stretch;gap:0;overflow:auto;border-top:1px solid var(--line)}.site-nav.open{display:flex}.site-nav a{padding:15px 4px;border-bottom:1px solid var(--line);font-size:16px}.site-nav a:after{display:none}.site-nav .nav-cta{margin-top:14px;text-align:center}.nav-toggle[aria-expanded=true] .menu-open{display:none}.nav-toggle[aria-expanded=true] .menu-close{display:block}
  .topic-nav .container{gap:17px;min-height:37px}
  .home-hero{padding-top:36px}.hero-layout{grid-template-columns:1fr}.hero-copy{max-width:none}.hero-media{display:none}.finder-shell{max-width:none}.hero-results-wrap{margin-top:27px}.result-toolbar{align-items:flex-start;flex-direction:column}.result-meta{width:100%}
  .detail-grid{grid-template-columns:1fr}.food-card-summary{margin-right:0}
  .rating-grid{grid-template-columns:1fr}.rating-explainer{padding:13px 14px}
  .section{padding:62px 0}.popular-food-grid{grid-template-columns:repeat(3,1fr)}.category-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.category-card{grid-column:span 2}.category-card:nth-last-child(3){grid-column:span 2}.category-card:last-child{grid-column:2/span 2}
  .trust-points{grid-template-columns:1fr}.shop-callout-inner{grid-template-columns:1fr}.mini-cover-stack{height:320px;max-width:560px}.guide-grid{grid-template-columns:repeat(2,1fr)}
  .content-grid{grid-template-columns:1fr;gap:35px}.toc{position:static}.food-detail-columns{grid-template-columns:1fr;gap:0}.food-detail-columns .food-section{border-bottom:1px solid var(--line)}
  .directory-toolbar{grid-template-columns:1fr 1fr}.directory-search{grid-column:1/-1}.product-grid{grid-template-columns:1fr}.product-card,.product-card:last-child:nth-child(odd){grid-column:auto;grid-template-columns:190px 1fr}.signup-panel{grid-template-columns:1fr;gap:25px}.footer-main{grid-template-columns:1fr;gap:38px}
}
@media (max-width:620px){
  body{font-size:15px}.container{width:min(100% - 36px,var(--max))}.article-container{width:min(100% - 36px,800px)}
  h1{font-size:clamp(2.25rem,12vw,3rem)}h2{font-size:1.9rem}.lead{font-size:17px}
  .announcement-bar{font-size:10px}.announcement-bar .container{padding:5px 0}.brand img{width:174px}.site-nav{top:96px}
  .home-hero{padding:30px 0}.hero-copy>p{font-size:16px}.finder-panel{padding:12px}.search-form input{height:55px;font-size:14px;padding-left:45px}.search-field-icon{left:14px}.popular-searches{line-height:1.7}.hero-kicker-row{gap:8px 16px}
  .food-card{padding:13px}.food-card-top{grid-template-columns:1fr auto}.food-card-top>.rating-badge{grid-column:1/-1}.food-card-summary{font-size:12px}.result-meta{align-items:flex-start;flex-direction:column;gap:6px}.filters{gap:5px}.filter-btn{padding:7px 9px}
  .rating-intro{padding:18px 0}.section{padding:52px 0}.heading-row{align-items:flex-start;flex-direction:column}.section-heading{margin-bottom:26px}
  .popular-food-grid{grid-template-columns:repeat(2,1fr)}.popular-food{min-height:150px}.category-grid{grid-template-columns:1fr}.category-card,.category-card:nth-last-child(3),.category-card:last-child{grid-column:auto}.category-card{padding:13px}
  .featured-guide{min-height:430px}.featured-guide-content{padding:23px}.featured-guide h2{font-size:2rem}.guide-list-item{grid-template-columns:39px 1fr auto;padding:16px 0}.guide-list-icon{width:39px;height:39px}
  .guide-grid,.guide-grid-large{grid-template-columns:1fr}.guide-card{min-height:220px}.trust-grid{gap:28px}.trust-point{padding:15px 0}
  .mini-cover-stack{height:280px}.mini-cover-stack img{width:165px}.shop-callout-inner{gap:25px}
  .page-hero{padding:38px 0 34px}.page-hero h1{font-size:2.25rem}.article-prose h2{font-size:27px}.content-grid{gap:24px}
  .food-detail-hero{padding:35px 0}.food-title-row{align-items:flex-start;flex-direction:column}.food-title-row h1{font-size:3.3rem}.food-lede{font-size:17px}.food-detail-content{padding:36px 0 52px}.food-section p{font-size:16px}.related-foods{grid-template-columns:1fr}
  .directory-toolbar{grid-template-columns:1fr}.directory-search{grid-column:auto}.directory-grid{grid-template-columns:1fr}.directory-item{min-height:67px}
  .product-card,.product-card:last-child:nth-child(odd){grid-template-columns:1fr}.product-image{max-height:320px}.product-image img{max-width:210px}.product-content{padding:22px}.product-buy{align-items:flex-start;flex-direction:column}.product-buy .btn{width:100%}
  .form-grid{grid-template-columns:1fr}.form-card,.signup-panel{padding:20px}.footer-links{grid-template-columns:1fr 1fr}.footer-bottom{flex-direction:column}.footer-logo img{width:220px}
}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}

/* Final launch refinements */
.honeypot{position:absolute!important;left:-10000px!important;top:auto!important;width:1px!important;height:1px!important;overflow:hidden!important}
.launch-products .featured-product{border-color:#8CBDA9;box-shadow:0 12px 28px rgba(16,82,58,.09)}
.future-shop{padding-top:34px}
.future-product{display:grid;grid-template-columns:210px minmax(0,1fr);gap:42px;align-items:center;padding:34px;border:1px solid var(--line);border-radius:12px;background:linear-gradient(135deg,#F3FAF7,#F7FBFC)}
.future-cover img{width:100%;max-height:280px;object-fit:contain;filter:drop-shadow(0 10px 18px rgba(21,53,41,.10))}
.brand-label-note{margin:22px 0 4px;padding:18px 20px;border-left:4px solid var(--yellow);background:var(--yellow-pale);color:#59430E}
.brand-label-note strong{display:block;margin-bottom:4px;color:#4C380A}
.brand-label-note a{display:inline-flex;margin-top:8px;font-weight:750;color:var(--green-deep)}
.comparison-note{margin:20px 0 6px;padding:18px 20px;border:1px solid var(--line);border-radius:10px;background:var(--alt)}
.comparison-note h2{margin-bottom:7px!important}
@media(max-width:720px){.future-product{grid-template-columns:1fr;padding:24px}.future-cover{display:grid;place-items:center}.future-cover img{max-width:210px}.launch-products .product-card{grid-template-columns:1fr}}
