/* foodfacts.org homepage v3 (redesign draft). Loaded only on /home-v3 via a page embed. */
:root{--ffh-green:#0e3b2e;--ffh-ink:#123c2b;--ffh-lime:#c9f24d;--ffh-orange:#ff941f;--ffh-cream:#f4efe0;--ffh-mute:#587466;--ffh-line:#e3e8e4;--ffh-font:"Hanken Grotesk",sans-serif;--ffh-display:Degular,"Degular Display","Hanken Grotesk",sans-serif}

/* ---------- hero: tighter, story sooner ---------- */
.all-artical-hero{padding-top:34px!important;padding-bottom:26px!important}
.hero-artical-wrap{align-items:center!important}
.heading-1.hero{font-size:clamp(30px,3.4vw,46px)!important;line-height:1.06!important;max-width:620px}
.popular-search-block.home{max-width:640px}
.popular-image-block{max-width:250px!important;margin-left:auto}
@media(max-width:991px){.popular-image-block{max-width:190px!important}}
@media(max-width:767px){.all-artical-hero{padding-top:22px!important;padding-bottom:18px!important}.heading-1.hero{font-size:27px!important}.popular-image-block{max-width:150px!important;margin:6px auto 0}}

/* ---------- shared card + section styling ---------- */
.ffh .heading-block{display:flex;align-items:baseline;justify-content:space-between;gap:16px;margin:0 0 16px}
.ffh .heading-block h2{font-family:var(--ffh-display);font-size:30px!important;line-height:1.1;margin:0}
.ffh .ffh-more{font:700 14px/1 var(--ffh-font);color:var(--ffh-ink);text-decoration:none;border-bottom:2px solid var(--ffh-lime);padding-bottom:3px;white-space:nowrap}
.ffh .ffh-more:hover{border-color:var(--ffh-orange)}
.ffh .article-button-wrap{display:none!important}
.ffh .articles-wrap,.ffh .articles-wrap-nofade{background:#fff;border-radius:16px;overflow:hidden;display:flex;flex-direction:column;height:100%;box-shadow:0 1px 0 rgba(14,59,46,.06);transition:transform .18s ease,box-shadow .18s ease}
.ffh .articles-wrap:hover,.ffh .articles-wrap-nofade:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(14,59,46,.12)}
.ffh .articles-thumbnial{aspect-ratio:3/2;overflow:hidden;margin:0}
.ffh .articles-thumbnial img,.ffh .thumbnail-image{width:100%;height:100%;object-fit:cover;display:block}
.ffh .articles-content{padding:14px 16px 16px;display:flex;flex-direction:column;gap:8px;flex:1}
.ffh .artical-tags-wrapper{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin:0}
.ffh .article-nature{font-size:11px!important;padding:3px 8px!important}
.ffh .artical-title{font-family:var(--ffh-display);font-size:19px!important;line-height:1.2!important;margin:0!important}
.ffh .artical-intro-text{display:none}
.ffh .artical-link{display:none!important}
.ffh [data-ffh]{order:9}
.ffh [data-ffh=verdict]:empty,.ffh [data-ffh=date]:empty{display:none}
.ffh [data-ffh=verdict]{display:inline-flex;align-items:center;gap:6px;align-self:flex-start;padding:4px 10px;border-radius:999px;font:800 11px/1 var(--ffh-font);letter-spacing:.06em;text-transform:uppercase;color:#fff;background:var(--ffh-mute)}
.ffh [data-ffh=verdict]::before{content:"";width:7px;height:7px;border-radius:50%;background:rgba(255,255,255,.85)}
.ffh [data-ffh=verdict].v1{background:#b3261e}.ffh [data-ffh=verdict].v2{background:#e5533f}.ffh [data-ffh=verdict].v3{background:#f39a2b;color:#2b1a00}.ffh [data-ffh=verdict].v3::before{background:rgba(43,26,0,.55)}.ffh [data-ffh=verdict].v4{background:#e9cf3a;color:#2b2300}.ffh [data-ffh=verdict].v4::before{background:rgba(43,35,0,.5)}.ffh [data-ffh=verdict].v5{background:#3f9d4a}
.ffh [data-ffh=date]{font:600 12.5px/1.3 var(--ffh-font);color:var(--ffh-mute);margin-top:auto;display:flex;align-items:center;gap:8px}
.ffh .ffh-new{display:inline-block;padding:2px 7px;border-radius:999px;background:var(--ffh-lime);color:var(--ffh-green);font-size:10.5px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}

/* ---------- front page: lead + headline list (Latest list) ---------- */
.ffh .latest-articles .trending-col-list{display:grid!important;grid-template-columns:minmax(0,1.25fr) minmax(0,1fr);grid-auto-rows:auto;gap:14px 28px;align-items:start}
.ffh .latest-articles .trending-col-item{width:auto!important;max-width:none!important;margin:0!important}
.ffh .latest-articles .trending-col-item:first-child{grid-column:1;grid-row:1/6}
.ffh .latest-articles .trending-col-item:first-child .articles-thumbnial{aspect-ratio:16/10}
.ffh .latest-articles .trending-col-item:first-child .artical-title{font-size:30px!important;line-height:1.1!important}
.ffh .latest-articles .trending-col-item:first-child .artical-intro-text{display:block;font-size:15.5px;line-height:1.5;color:#2f4a3c}
.ffh .latest-articles .trending-col-item:first-child .articles-content{padding:18px 20px 20px;gap:10px}
.ffh .latest-articles .trending-col-item:not(:first-child){grid-column:2}
.ffh .latest-articles .trending-col-item:not(:first-child) .articles-wrap{flex-direction:row;align-items:stretch;border-radius:14px}
.ffh .latest-articles .trending-col-item:not(:first-child) .articles-thumbnial{flex:0 0 118px;aspect-ratio:auto;min-height:100px}
.ffh .latest-articles .trending-col-item:not(:first-child) .articles-content{padding:12px 14px;gap:6px}
.ffh .latest-articles .trending-col-item:not(:first-child) .artical-title{font-size:17px!important}
.ffh .latest-articles .trending-col-item:not(:first-child) .category{display:none}
@media(max-width:991px){.ffh .latest-articles .trending-col-list{grid-template-columns:1fr}.ffh .latest-articles .trending-col-item:first-child{grid-row:auto;grid-column:1}.ffh .latest-articles .trending-col-item:not(:first-child){grid-column:1}}
@media(max-width:479px){.ffh .latest-articles .trending-col-item:first-child .artical-title{font-size:24px!important}.ffh .latest-articles .trending-col-item:not(:first-child) .articles-thumbnial{flex-basis:96px}}

/* ---------- most read: numbered headline list ---------- */
.ffh .book-us-promo{display:none!important}
.ffh .trending-article-block .article-col-wrapper{display:none!important}
.ffh .trending-articles-wrap{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:32px;align-items:start;margin-top:44px}
.ffh .ffh-mostread .trending-col-list{display:grid!important;grid-template-columns:1fr 1fr;gap:0 32px;counter-reset:ffh}
.ffh .ffh-mostread .trending-col-item{width:auto!important;max-width:none!important;margin:0!important;border-bottom:1px solid var(--ffh-line)}
.ffh .ffh-mostread .articles-wrap{flex-direction:row;align-items:flex-start;gap:14px;background:transparent;border-radius:0;box-shadow:none;padding:14px 0}
.ffh .ffh-mostread .articles-wrap:hover{transform:none;box-shadow:none}
.ffh .ffh-mostread .articles-wrap::before{counter-increment:ffh;content:counter(ffh);font-family:var(--ffh-display);font-size:34px;line-height:.9;font-weight:700;color:var(--ffh-orange);min-width:34px}
.ffh .ffh-mostread .articles-thumbnial{display:none}
.ffh .ffh-mostread .articles-content{padding:0;gap:6px}
.ffh .ffh-mostread .artical-title{font-size:16.5px!important}
.ffh .ffh-mostread .category,.ffh .ffh-mostread .article-nature{display:none}
.ffh .category-wrap-no-fade{background:var(--ffh-cream);border:1px solid #e0dccb;border-radius:16px;padding:18px 18px 12px}
.ffh .category-heading-block{font-family:var(--ffh-display);font-size:20px;font-weight:700;margin:0 0 10px}
.ffh .category-block-nofade{padding:7px 12px!important;font-size:13.5px!important;background:#fff;border-radius:999px;border:1px solid #d7ecdf;margin:0 6px 8px 0}
@media(max-width:991px){.ffh .trending-articles-wrap{grid-template-columns:1fr;gap:20px}.ffh .ffh-mostread .trending-col-list{grid-template-columns:1fr}}

/* ---------- compact 4-up rows (fact-checks, opinion, guides) ---------- */
.ffh .article-col-list,.ffh .ffh-row{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}
.ffh .article-col-item{width:auto!important;max-width:none!important;margin:0!important;grid-column:auto!important;grid-row:auto!important}
.ffh .articles-wrap.myth .articles-content{padding:14px 16px 16px}
.ffh .section{padding-top:36px!important;padding-bottom:36px!important}
@media(max-width:991px){.ffh .article-col-list,.ffh .ffh-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.ffh .artical-title{font-size:16px!important}}
@media(max-width:479px){.ffh .article-col-list,.ffh .ffh-row{gap:10px}.ffh .articles-content{padding:10px 12px 12px}.ffh .artical-title{font-size:15px!important}.ffh .article-nature{font-size:10px!important}.ffh .category-text{font-size:12px}}

/* ---------- new modules ---------- */
.ffh-block{margin:44px 0 0}
.ffh-eyebrow{font:800 11.5px/1 var(--ffh-font);letter-spacing:.08em;text-transform:uppercase;color:#1a9c52;margin:0 0 8px}
.ffh-watch{background:var(--ffh-green);color:#fff;border-radius:20px;padding:26px 28px 22px;margin-top:44px}
.ffh-watch .heading-block h2{color:var(--ffh-lime)}
.ffh-watch .ffh-more{color:#fff;border-color:var(--ffh-lime)}
.ffh-watch-p{margin:0 0 18px;max-width:640px;color:rgba(255,255,255,.82);font:400 15px/1.5 var(--ffh-font)}
.ffh-watch-row{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}
.ffh-watch-card{display:flex;flex-direction:column;align-items:flex-start;gap:8px;padding:14px;border-radius:14px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);color:#fff;text-decoration:none;transition:background .15s ease}
.ffh-watch-card:hover{background:rgba(255,255,255,.12)}
.ffh-watch-card img{width:56px;height:56px;border-radius:50%;object-fit:cover;background:#e5533f}
.ffh-watch-name{font:700 15px/1.2 var(--ffh-font)}
.ffh-watch-meta{font:600 12px/1.3 var(--ffh-font);color:rgba(255,255,255,.7)}
.ffh-watch-card [data-ffh=verdict]{margin-top:auto}
@media(max-width:991px){.ffh-watch-row{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:479px){.ffh-watch{padding:20px 16px;border-radius:16px}.ffh-watch-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}}
.ffh-join{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);gap:28px;align-items:center;background:var(--ffh-cream);border:1px solid #e0dccb;border-radius:20px;padding:30px 34px;margin-top:44px}
.ffh-join h2{font-family:var(--ffh-display);font-size:30px;line-height:1.1;margin:0 0 8px}
.ffh-join p{margin:0;font:400 15.5px/1.5 var(--ffh-font);color:#2f4a3c}
.ffh-join form{display:flex;gap:8px;margin:0}
.ffh-join input[type=email]{flex:1 1 auto;min-width:0;height:48px;padding:0 16px;border:1.5px solid #cfd8d2;border-radius:999px;font:500 15px var(--ffh-font);background:#fff;color:var(--ffh-ink)}
.ffh-join input[type=email]:focus{outline:none;border-color:var(--ffh-green)}
.ffh-join button{height:48px;padding:0 22px;border:0;border-radius:999px;background:var(--ffh-orange);color:#102d14;font:800 15px var(--ffh-font);cursor:pointer;white-space:nowrap}
.ffh-join-alt{display:flex;flex-wrap:wrap;align-items:center;gap:10px 14px;margin-top:12px;font:600 13.5px/1.4 var(--ffh-font);color:var(--ffh-mute)}
.ffh-join-alt a{color:var(--ffh-ink);font-weight:800;text-decoration:none;border-bottom:2px solid var(--ffh-lime)}
.ffh-join-msg{margin-top:10px;font:600 14px/1.4 var(--ffh-font);color:#1a9c52;display:none}
@media(max-width:767px){.ffh-join{grid-template-columns:1fr;gap:16px;padding:22px 18px}.ffh-join h2{font-size:24px}.ffh-join form{flex-direction:column}.ffh-join button{width:100%}}
.ffh-prog{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:22px}
.ffh-tile{display:flex;flex-direction:column;gap:8px;padding:18px 18px 16px;border-radius:16px;background:#fff;border:1px solid var(--ffh-line);color:var(--ffh-ink);text-decoration:none;transition:transform .18s ease,box-shadow .18s ease}
.ffh-tile:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(14,59,46,.12)}
.ffh-tile-ic{width:40px;height:40px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:20px;background:var(--ffh-cream)}
.ffh-tile h3{font-family:var(--ffh-display);font-size:18px;line-height:1.15;margin:0}
.ffh-tile p{margin:0;font:400 13.5px/1.45 var(--ffh-font);color:#2f4a3c}
.ffh-tile span{margin-top:auto;font:800 13px var(--ffh-font);color:var(--ffh-ink)}
@media(max-width:767px){.ffh-prog{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.ffh-tile{padding:14px}.ffh-tile h3{font-size:16px}}

/* ---------- support block ---------- */
.ffh .resources-block:not(.donate){display:none!important}
.ffh .resources-wrap{display:block}
.ffh .resources-block.donate{max-width:none;width:100%;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);gap:24px 40px;align-items:center;padding:34px 38px!important;border-radius:20px}
.ffh .resources-block.donate .heading-2{grid-column:1;margin:0 0 6px;font-size:30px!important}
.ffh .resources-block.donate .paragraph{grid-column:1;margin:0;font-size:15.5px;line-height:1.5}
.ffh .resources-block.donate .button-wrap{grid-column:2;grid-row:1/3;display:flex;flex-direction:column;gap:10px;align-items:stretch}
.ffh .ffh-tiers{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}
.ffh .ffh-tier{display:flex;flex-direction:column;align-items:center;gap:2px;padding:12px 8px;border-radius:14px;border:1.5px solid var(--ffh-green);color:var(--ffh-green);text-decoration:none;font:800 18px/1 var(--ffh-display);background:#fff}
.ffh .ffh-tier small{font:700 11px/1.2 var(--ffh-font);color:var(--ffh-mute);text-transform:uppercase;letter-spacing:.05em}
.ffh .ffh-tier.pop{background:var(--ffh-lime);border-color:var(--ffh-lime)}
.ffh .ffh-tier:hover{background:var(--ffh-green);color:#fff}.ffh .ffh-tier:hover small{color:rgba(255,255,255,.75)}
.ffh .resources-block.donate .button.w-button{background:var(--ffh-orange)!important;color:#102d14!important;border-radius:999px;text-align:center}
.ffh .resources-block.donate .report-link{justify-content:center}
@media(max-width:767px){.ffh .resources-block.donate{grid-template-columns:1fr;padding:22px 18px!important}.ffh .resources-block.donate .button-wrap{grid-column:1;grid-row:auto}.ffh .resources-block.donate .heading-2{font-size:24px!important}}

/* ---------- pass 2 fixes ---------- */
.ffh .articles-thumbnial{margin:0!important}
.ffh .articles-content{margin:0!important;top:auto!important;left:auto!important;transform:none!important;width:auto!important;max-width:none!important;border-radius:0!important}
.ffh .artical-tags-wrapper{position:static!important;margin:0!important;padding:0!important;background:transparent!important}
.ffh .ffh-mostread .articles-content,.ffh .ffh-mostread .artical-title-block{background:transparent!important;padding:0!important}
.ffh .about-refer-wrap{display:none!important}
.ffh .resources-block.donate{align-items:start;align-content:center}
.ffh .resources-block.donate .heading-2{align-self:end}
.ffh .category-wrap-no-fade{padding:16px 16px 10px}
.ffh .categories-block .w-dyn-items{display:flex;flex-wrap:wrap;gap:0}
@media(max-width:767px){.ffh .category-heading-block{font-size:17px}.ffh .category-block-nofade{padding:6px 10px!important;font-size:12.5px!important;margin:0 6px 6px 0}.ffh .category-block-nofade img{width:14px;height:14px}}

/* ---------- pass 3 fixes ---------- */
.ffh .ffh-mostread{width:100%!important;max-width:none!important}
.ffh .ffh-mostread .trending-col-list{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-auto-flow:row;gap:0 32px!important}
.ffh .ffh-mostread .trending-col-item{grid-column:auto!important;grid-row:auto!important;width:auto!important;max-width:none!important;flex:none!important}
@media(max-width:991px){.ffh .ffh-mostread .trending-col-list{grid-template-columns:1fr!important}}
@media(max-width:767px){.popular-image-block{max-width:100%!important;display:flex!important;justify-content:flex-end!important;margin:0!important;padding-right:8px}.popular-image.artical-hero-image{width:140px!important;height:auto!important}#foodfacts-voice-widget-root .speech-bubble{max-width:230px!important;font-size:14px!important}}

/* ---------- pass 4: compact topics box, tighter rhythm ---------- */
.ffh .categories-block .w-dyn-item{width:auto!important;flex:0 0 auto!important;margin:0!important}
.ffh .categories-block .w-dyn-items{gap:0 2px}
.ffh .category-wrap-no-fade{align-self:start}
.ffh .trending-articles-wrap{margin-top:40px;margin-bottom:0}
.ffh .ffh-mostread .articles-wrap{padding:12px 0}
@media(max-width:767px){.ffh .ffh-watch-row{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.ffh .ffh-watch-card{padding:10px 8px;gap:6px;align-items:center;text-align:center}.ffh .ffh-watch-card img{width:48px;height:48px}.ffh .ffh-watch-name{font-size:13px}.ffh .ffh-watch-meta{font-size:11px}.ffh .ffh-watch-card [data-ffh=verdict]{font-size:9.5px;padding:3px 7px}.ffh .ffh-watch-card [data-ffh=verdict]::before{display:none}}
@media(max-width:767px){.ffh .section{padding-top:26px!important;padding-bottom:26px!important}.ffh .heading-block h2{font-size:24px!important}.ffh .ffh-block{margin-top:26px}.ffh .trending-articles-wrap{margin-top:26px}}

/* ---------- pass 5: topics chips inline ---------- */
.ffh .categories-block .w-dyn-list,.ffh .categories-block .collection-list-2{display:flex!important;flex-direction:row!important;flex-wrap:wrap!important;gap:6px 4px!important}
.ffh .categories-block .collection-item-2{display:block!important;width:auto!important;flex:0 0 auto!important;margin:0!important}
.ffh .category-block-nofade{display:inline-flex!important;align-items:center;gap:6px;width:auto!important}

.ffh .ffh-chips{display:flex;flex-wrap:wrap;gap:6px 4px}
.ffh .ffh-chips .category-block-nofade{margin:0!important}

/* ---------- pass 6: topics as a full-width strip under Most read ---------- */
.ffh .trending-articles-wrap{grid-template-columns:1fr!important;gap:22px}
.ffh .category-wrap-no-fade{display:flex!important;align-items:center;flex-wrap:wrap;gap:10px 16px;padding:12px 16px!important;align-self:auto}
.ffh .category-heading-block{margin:0!important;font-size:16px;white-space:nowrap}
.ffh .categories-block{flex:1 1 300px;min-width:0}
.ffh .ffh-chips{display:flex!important;flex-wrap:wrap;gap:6px}
.ffh .ffh-chips .category-block-nofade{display:inline-flex!important;width:auto!important;margin:0!important;padding:6px 11px!important;font-size:13px!important}
@media(max-width:767px){.ffh .category-wrap-no-fade{padding:12px!important}.ffh .ffh-chips .category-block-nofade{padding:5px 9px!important;font-size:12px!important}}

/* ---------- pass 7: strip the old padding off the topics box ---------- */
.ffh .categories-block{padding:0!important;min-height:0!important;height:auto!important;background:transparent!important;margin:0!important;border:0!important}
.ffh .category-heading-block{padding:7px 12px!important;height:auto!important;min-height:0!important;border-radius:10px;line-height:1.2}
.ffh .category-heading-block div{font-size:15px}

.ffh .ffh-chips{flex:1 1 300px;min-width:0}

/* ---------- pass 8: kill the fixed height on the topics box / grid row ---------- */
.ffh .category-wrap-no-fade{height:auto!important;min-height:0!important;max-height:none!important;align-self:start!important}
.ffh .trending-articles-wrap{grid-template-rows:auto!important;grid-auto-rows:auto!important;align-items:start!important}
.ffh .trending-article-block{height:auto!important;min-height:0!important}

/* ---------- pass 9: the topics box is a column flex in Webflow; force a row so flex-basis is width, not height ---------- */
.ffh .category-wrap-no-fade{flex-direction:row!important;align-items:center!important}
.ffh .ffh-chips{flex:1 1 auto!important;align-items:center;align-self:auto!important;height:auto!important}
.ffh .ffh-chips .category-block-nofade{align-self:auto!important;height:auto!important}

/* ---------- pass 10: desktop typography scale-up (Robbie: "feels a bit small, give it more impact") ---------- */
@media (min-width:992px){
  .heading-1.hero{font-size:clamp(40px,3.9vw,56px)!important;line-height:1.04!important;max-width:720px}
  .ffh .heading-block h2{font-size:38px!important;letter-spacing:-.01em}
  .ffh .heading-block{margin-bottom:22px}
  .ffh .ffh-more{font-size:16px;padding-bottom:4px}
  .ffh .article-nature{font-size:12.5px!important;padding:4px 10px!important}
  .ffh .category-text{font-size:14.5px}
  .ffh [data-ffh=verdict]{font-size:12.5px;padding:5px 12px}
  .ffh [data-ffh=date]{font-size:14px}
  .ffh .ffh-new{font-size:11.5px}
  /* front page */
  .ffh .latest-articles .trending-col-item:first-child .artical-title{font-size:38px!important;line-height:1.06!important}
  .ffh .latest-articles .trending-col-item:first-child .artical-intro-text{font-size:17.5px;line-height:1.5}
  .ffh .latest-articles .trending-col-item:first-child .articles-content{padding:22px 24px 24px;gap:12px}
  .ffh .latest-articles .trending-col-item:not(:first-child) .artical-title{font-size:20px!important;line-height:1.2!important}
  .ffh .latest-articles .trending-col-item:not(:first-child) .articles-thumbnial{flex-basis:140px}
  .ffh .latest-articles .trending-col-item:not(:first-child) .articles-content{padding:14px 16px;gap:8px}
  /* most read */
  .ffh .ffh-mostread .articles-wrap{padding:16px 0;gap:18px}
  .ffh .ffh-mostread .articles-wrap::before{font-size:42px;min-width:44px}
  .ffh .ffh-mostread .artical-title{font-size:20px!important;line-height:1.22!important}
  .ffh .category-heading-block{font-size:16px}
  .ffh .ffh-chips .category-block-nofade{padding:8px 14px!important;font-size:15px!important}
  /* compact rows */
  .ffh .article-col-list .artical-title,.ffh .ffh-row .artical-title{font-size:21px!important;line-height:1.2!important}
  .ffh .article-col-list .articles-content,.ffh .ffh-row .articles-content{padding:16px 18px 18px;gap:10px}
  /* watchlist strip */
  .ffh-watch{padding:32px 34px 28px}
  .ffh-watch-p{font-size:17px;max-width:720px}
  .ffh-watch-card{padding:16px}
  .ffh-watch-card img{width:64px;height:64px}
  .ffh-watch-name{font-size:17px}
  .ffh-watch-meta{font-size:13.5px}
  /* join card */
  .ffh-join{padding:38px 42px}
  .ffh-join h2{font-size:38px}
  .ffh-join p{font-size:17.5px}
  .ffh-eyebrow{font-size:12.5px}
  .ffh-join input[type=email],.ffh-join button{height:54px;font-size:16px}
  .ffh-join-alt{font-size:15px}
  /* tiles */
  .ffh-tile{padding:22px 22px 20px;gap:10px}
  .ffh-tile-ic{width:46px;height:46px;font-size:23px}
  .ffh-tile h3{font-size:20px}
  .ffh-tile p{font-size:15px}
  .ffh-tile span{font-size:14.5px}
  /* support */
  .ffh .resources-block.donate .heading-2{font-size:38px!important}
  .ffh .resources-block.donate .paragraph{font-size:17.5px}
  .ffh .ffh-tier{font-size:22px;padding:14px 8px}
  .ffh .ffh-tier small{font-size:12px}
  /* trust bar */
  .ffab-r-lab{font-size:16px}
}

/* ---------- pass 11: keep watchlist verdict chips on one line at the larger scale ---------- */
@media (min-width:992px){.ffh-watch-card [data-ffh=verdict]{white-space:nowrap;font-size:11px;letter-spacing:.04em;padding:5px 10px}.ffh-watch-card [data-ffh=verdict]::before{width:6px;height:6px}}

/* ---------- pass 12: Lenny stands on the hero's bottom edge and the speech bubble no longer covers him (Robbie 2026-09-10) ---------- */
/* The voice widget (foodfacts-voice-agent) re-pins .speech-bubble-trigger with inline top/left every 100ms:
   top = mascot centre-y + 20px, left = mascot.left - 150px (site config window.FoodFactsVoiceAgent), then translateY(-50%).
   The transforms below only add a constant shift on top of that, so the bubble keeps tracking Lenny on scroll/resize.
   Desktop: bubble above his head with a downward tail. Tablet/phone: bubble to his left, right edge pinned clear of the magnifying glass. */
@media (min-width:992px){
  .all-artical-hero .hero-artical-wrap{grid-template-columns:minmax(0,1fr) 240px!important;align-items:center!important}
  .all-artical-hero .popular-image-block{align-self:end!important;justify-self:end;width:240px;max-width:240px!important;margin:0!important;transform:translateY(26px)}
  .all-artical-hero .popular-image.artical-hero-image{width:240px!important;max-width:240px!important;margin:0 0 -21.6px 0!important}
  body.ffh #foodfacts-voice-widget-root .speech-bubble-trigger{transform:translate(calc(-100% + 380px),calc(-100% - 124px))!important}
  body.ffh #foodfacts-voice-widget-root .speech-bubble-tail{top:auto!important;bottom:-12px!important;right:64px!important;transform:none!important;border-left:10px solid transparent!important;border-right:10px solid transparent!important;border-top:14px solid #f7b444!important;border-bottom:0!important}
}
@media (min-width:768px) and (max-width:991px){
  .all-artical-hero .popular-image-block{transform:translateY(27px)}
  body.ffh #foodfacts-voice-widget-root .speech-bubble-trigger{transform:translate(calc(-100% + 153px),calc(-50% - 42px))!important}
}
@media (max-width:767px){
  .all-artical-hero .popular-image-block{transform:translateY(14px)}
  body.ffh #foodfacts-voice-widget-root .speech-bubble{max-width:min(210px,calc(100vw - 170px))!important}
  body.ffh #foodfacts-voice-widget-root .speech-bubble-trigger{transform:translate(calc(-100% + 146px),calc(-50% - 37px))!important}
}
