/*
Theme Name: Entomo Farms
Theme URI: https://staging.entomofarms.com
Author: Entomo Farms
Author URI: https://entomofarms.com
Description: Custom block theme for the Entomo Farms rebuild. Full-bleed hero, centred rounded blocks on a cream page, the brand navy and chartreuse, Barlow Light headlines, real facility photography, and one orchestrated motion system (GSAP + Lenis).
Version: 2.11.2
Requires at least: 6.4
Tested up to: 7.1
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: entomo-farms
*/

/* Hallmark · macrostructure: studied-DNA (Farmora reference as grammar; Smart+ header rows and numerals as accents)
 * nav: N10 floating-on-scroll morph with dropdown panels · footer: Ft5 statement + index
 * theme: client brand · paper: cream #F8F5EA · accent: chartreuse #A5BE23 (pills, one drenched tile, icon strokes on navy, timeline fill; never text on light)
 * fonts: Barlow 300/400/500 (display + body) · Barlow Condensed 600 (numerals only), self-hosted
 * v2.4.0 (alignment pass, HOMEPAGE_AUDIT_V3.3.md): one text edge for the nav, the hero, every header, and every grid;
 * label-left / title-right section headers as in the reference; card sets share rows through subgrid;
 * section spacing restored on WordPress (the post-content reset no longer outranks .ef-section)
 * v2.5.0 (Tal's fifth review): section names big and bold, headers stacked on the text edge; each section presents its
 * message its own way (borderless services, facility datasheet with stamps, mechanism rows lighting a flow diagram)
 * v2.6.0 (site build, batch 1): inner-page modules: page hero, light-context features, lists, prose, tables, FAQ, closing CTA card
 * v2.7.0 (site build, batches 2 to 6): gallery, numbered statements, quotes, newsletter signup, post and archive templates
 * v2.10.0: French and Spanish editions (Polylang): per-language header and footer parts, switcher, script strings, English library posts on every language; Klaviyo newsletter sync
 * v2.9.4: Amazon line composed as tag, ampersand, amazon.ca mark (linked, no buttons); Bulk and wholesale hero at 4:5
 * v2.9.3: every pouch plate at 4:5, one Amazon tag plus "and Amazon.com", hero titles no longer repeat their kicker, no on-page labels on generated scenes
 * v2.9.2: product packs shown as photographs on white (Tal's studio shots), both official Amazon tags uncropped, cinnamon sugar ingredients, food safety illustration on Manufacturing
 * v2.9.1: About hero logo plate, About team groups, snake timeline on Our story, flavour tiles, official Amazon badge, composite and founding illustrations
 * v2.9.0: post-content image reset moved to zero specificity (it was overriding every photo plate: navy gaps under photos, clipped product cutouts, Tal's 2026-09-24 screenshots); product cutouts rebuilt at 2k; footer logo links home; Our team page; pet food and wholesale imagery; Amazon strip; cricket scroll animation; Klaviyo signup through the client API
 * v2.8.2: edition frame auto-height no longer depends on catching the iframe load event; prev/next row divided from the library links
 * v2.8.1: edition frame fills the post card (grid item was shrinking to 300px) and sits at the email's native 600px width
 * v2.8.0: newsletter editions rendered as the sent email in an isolated, auto-sized frame (Tal: make the archive look like the real newsletter)
 */

:root {
	--navy: #0D1B38;
	--navy-2: #16233E;
	--navy-3: #1E2C4B;
	--green: #A5BE23;
	--green-2: #B4CD2E;
	--cream: #F8F5EA;
	--cream-2: #EFEBDD;
	--white: #FFFFFF;
	--slate: #5B6472;
	--hair: rgba(13, 27, 56, 0.12);
	--hair-2: rgba(13, 27, 56, 0.22);
	--hair-light: rgba(248, 245, 234, 0.16);
	--hair-light-2: rgba(248, 245, 234, 0.32);

	/* spacing scale (4pt base) and the page frame (STYLE_GUIDE.md section 1) */
	--s-1: 4px; --s-2: 8px; --s-3: 12px; --s-4: 16px; --s-5: 24px; --s-6: 32px; --s-7: 48px; --s-8: 64px; --s-9: 96px;
	--frame: clamp(12px, 1.4vw, 20px);        /* viewport edge to the canvas */
	--gap: 16px;                               /* between cards in one set */
	--pad: clamp(28px, 4.5vw, 72px);           /* canvas edge to the text edge; horizontal padding of every card */
	--pad-y: clamp(44px, 6vw, 96px);           /* vertical padding of every card */
	--section: clamp(72px, 8.5vw, 136px);      /* between sections */
	--head: clamp(40px, 4.5vw, 64px);          /* section header to section content */
	--canvas: 1440px;                          /* outer width of cards, the hero body, the nav, the footer */
	--r-xl: 24px;
	--r-lg: 20px;
	--r-md: 14px;
	--r-pill: 999px;

	--ease-out: cubic-bezier(0.16, 1, 0.3, 1);
	--ease-in: cubic-bezier(0.7, 0, 0.84, 0);
	--ease-io: cubic-bezier(0.65, 0, 0.35, 1);
	--dur-micro: 120ms;
	--dur-short: 220ms;
	--dur-mid: 360ms;
	--dur-long: 560ms;

	--font-display: var(--wp--preset--font-family--display);
	--font-body: var(--wp--preset--font-family--body);
	--font-numeral: var(--wp--preset--font-family--numeral);
	--text-display: var(--wp--preset--font-size--display);
	--text-h2: var(--wp--preset--font-size--section);
	--text-h3: var(--wp--preset--font-size--card);
	--text-body: var(--wp--preset--font-size--body);
	--text-small: var(--wp--preset--font-size--small);
	--text-label: var(--wp--preset--font-size--label);
	--text-numeral: var(--wp--preset--font-size--numeral);
	--text-kicker: clamp(1.25rem, 1rem + 0.9vw, 1.625rem);   /* the section's name */
	--text-h1: clamp(2.5rem, 1.5rem + 2.8vw, 4.25rem);           /* inner-page H1 (between the section title and the hero display) */

	--nav-h: 68px;
	--z-nav: 40;
	--z-menu: 50;
}

/* ---------- foundations ---------- */

html, body { overflow-x: clip; }
*, *::before, *::after { box-sizing: border-box; }
body { background: var(--cream); color: var(--navy); -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; margin: 0; }
.wp-site-blocks > * + * { margin-block-start: 0; }
main.wp-block-group { margin: 0; }
/* zero specificity on purpose: WordPress's flow-layout margins are cleared here, and .ef-section sets its own */
:where(main .wp-block-post-content) > * { margin-block: 0; }
h1, h2, h3, h4 { text-wrap: balance; margin: 0; min-width: 0; }
h2, h3, h4 { overflow-wrap: anywhere; }
p { margin: 0; text-wrap: pretty; }
ul, ol { margin: 0; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
button { font: inherit; color: inherit; }
svg { display: block; }
:focus-visible { outline: 2px solid var(--navy); outline-offset: 3px; }
.ef-dark :focus-visible, .ef-on-photo :focus-visible, .ef-menu :focus-visible, .ef-nav.is-floating :focus-visible, body.ef-home .ef-nav :focus-visible { outline-color: var(--green); }
::selection { background: var(--green); color: var(--navy); }

.ef-grain::before {
	content: ""; position: absolute; inset: 0; pointer-events: none; z-index: 0; opacity: 0.07; mix-blend-mode: screen;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.ef-grain > * { position: relative; z-index: 1; }

/* Layout units. Two vertical lines run down the page: the canvas edge (cards, hero body, nav, footer)
 * and the text edge, one --pad inside it (everything textual: logo, headline, labels, titles, grids, bento). */
.ef-section { margin-top: var(--section); }
.ef-block { position: relative; margin-inline: auto; width: min(100% - 2 * var(--frame), var(--canvas)); border-radius: var(--r-xl); overflow: clip; padding: var(--pad-y) var(--pad); }
.ef-ground { margin-inline: auto; width: min(100% - 2 * var(--frame) - 2 * var(--pad), var(--canvas) - 2 * var(--pad)); }
.ef-dark { background: var(--navy); color: var(--cream); }
.ef-dark a { color: var(--cream); }
.ef-white { background: var(--white); }
/* the shared two-column body (5 of 12 columns, then 7): the facility datasheet beside photographs, contact details beside the form */
.ef-cols { display: grid; gap: var(--s-7) var(--gap); }
@media (min-width: 64rem) { .ef-cols { grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); align-items: start; } }

/* ---------- section header (one pattern everywhere: the section's name, big and bold, then title, intro, and action, all on the text edge) ---------- */

.ef-sec-head { display: grid; gap: var(--s-5); margin-bottom: var(--head); align-items: start; justify-items: start; }
.ef-sec-head > .ef-label { font-size: var(--text-kicker); font-weight: 600; letter-spacing: -0.01em; line-height: 1.2; gap: 12px; }
.ef-sec-head > .ef-label .ef-dot { width: 10px; height: 10px; }
.ef-sec-body { display: grid; gap: var(--s-4); justify-items: start; min-width: 0; }
.ef-sec-head h2 { font-family: var(--font-display); font-weight: 300; font-size: var(--text-h2); line-height: 1.12; letter-spacing: -0.015em; max-width: 30ch; }
.ef-sec-head .ef-intro { font-size: var(--text-body); line-height: 1.6; max-width: 56ch; margin-top: var(--s-2); }
.ef-sec-actions { display: flex; flex-wrap: wrap; gap: 12px 28px; align-items: center; margin-top: var(--s-3); }
.ef-dark .ef-sec-head h2 { color: var(--white); }
.ef-dark .ef-sec-head .ef-intro { color: rgba(248, 245, 234, 0.86); }

/* ---------- vocabulary ---------- */

.ef-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green); flex: none; display: inline-block; }
.ef-dot--navy { background: var(--navy); }
.ef-label { display: inline-flex; align-items: center; gap: 9px; font-size: var(--text-label); font-weight: 500; color: var(--navy); letter-spacing: 0.01em; line-height: 1.3; }
.ef-dark .ef-label, .ef-on-photo .ef-label { color: var(--cream); }
.ef-tag {
	display: inline-flex; align-items: center; gap: 9px; padding: 9px 16px 9px 13px; border-radius: var(--r-pill);
	border: 1px solid rgba(248, 245, 234, 0.24); background: rgba(13, 27, 56, 0.42); color: var(--white); font-size: var(--text-label); font-weight: 500;
	backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
}
.ef-pill {
	display: inline-flex; align-items: center; gap: 10px; padding: 15px 24px; border-radius: var(--r-pill);
	font-weight: 500; font-size: 1rem; line-height: 1; text-decoration: none; white-space: nowrap;
	border: 1px solid transparent; cursor: pointer; background: transparent; color: inherit;
	transition: background-color var(--dur-short) var(--ease-out), color var(--dur-short) var(--ease-out), border-color var(--dur-short) var(--ease-out), transform var(--dur-micro) var(--ease-out);
}
.ef-pill svg { width: 16px; height: 16px; flex: none; transition: transform var(--dur-short) var(--ease-out); }
.ef-pill:hover svg { transform: translateX(3px); }
.ef-pill:active { transform: translateY(1px); }
.ef-pill--green { background: var(--green); color: var(--navy); border-color: var(--green); }
.ef-pill--green:hover { background: var(--green-2); border-color: var(--green-2); color: var(--navy); }
.ef-pill--outline { border-color: var(--hair-2); color: var(--navy); }
.ef-pill--outline:hover { background: var(--navy); border-color: var(--navy); color: var(--cream); }
.ef-pill--ghost { border-color: var(--hair-light-2); color: var(--cream); }
.ef-pill--ghost:hover { background: var(--cream); border-color: var(--cream); color: var(--navy); }
.ef-pill--sm { padding: 11px 18px; font-size: 0.9375rem; }
@media (max-width: 39.99rem) { .ef-pill { white-space: normal; line-height: 1.3; text-align: left; max-width: 100%; } }
.ef-pill--block { width: 100%; justify-content: center; }
.ef-link { display: inline-flex; align-items: center; gap: 8px; font-weight: 500; text-decoration: none; font-size: 1rem; }
.ef-link svg { width: 16px; height: 16px; flex: none; transition: transform var(--dur-short) var(--ease-out); }
.ef-link:hover { text-decoration: underline; text-underline-offset: 4px; }
.ef-link:hover svg { transform: translateX(3px); }
.ef-link--green { color: var(--green); }
.ef-link--light { color: var(--white); }
.ef-actions { display: flex; flex-wrap: wrap; gap: 12px 24px; align-items: center; }
.ef-fine { font-size: var(--text-label); line-height: 1.5; color: var(--slate); }
.ef-icon-tile { width: 48px; height: 48px; border-radius: 12px; display: grid; place-items: center; flex: none; background: rgba(165, 190, 35, 0.16); color: var(--green); transition: background-color var(--dur-short) var(--ease-out), color var(--dur-short) var(--ease-out); }
.ef-icon-tile svg { width: 24px; height: 24px; }
.ef-icon-tile--light { background: var(--cream); color: var(--navy); }
.ef-arrow-circle { width: 40px; height: 40px; border-radius: 50%; background: var(--navy); color: var(--cream); display: grid; place-items: center; text-decoration: none; transition: transform var(--dur-short) var(--ease-out); }
.ef-arrow-circle svg { width: 16px; height: 16px; }
.ef-arrow-circle:hover { transform: translate(2px, -2px); }
.ef-plate { position: relative; overflow: hidden; background: var(--navy-2); }
.ef-plate img { width: 100%; height: 100%; object-fit: cover; }
.ef-plate--white { background: var(--white); padding: 10%; display: grid; grid-template-columns: minmax(0, 1fr); grid-template-rows: minmax(0, 1fr); place-items: center; }
.ef-plate--white img { object-fit: contain; min-width: 0; min-height: 0; }
.ef-caption { position: absolute; right: 16px; bottom: 16px; z-index: 2; display: inline-flex; align-items: center; gap: 9px; padding: 8px 14px 8px 12px; border-radius: var(--r-pill); background: rgba(13, 27, 56, 0.72); color: var(--cream); font-size: var(--text-label); font-weight: 500; backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }

/* ---------- header: a plain bar on the text edge at rest, the N10 floating pill on scroll ---------- */

.ef-nav { z-index: var(--z-nav); color: var(--navy); }
.ef-nav-inner {
	display: flex; align-items: center; gap: 12px; min-height: var(--nav-h); padding: 8px 8px 8px 22px; border-radius: var(--r-pill);
	border: 1px solid var(--hair); background: var(--white); max-width: var(--canvas); margin-inline: auto;
	backdrop-filter: blur(0); -webkit-backdrop-filter: blur(0); box-shadow: none;
	transition: background-color var(--dur-long) var(--ease-out), border-color var(--dur-long) var(--ease-out), box-shadow var(--dur-long) var(--ease-out), backdrop-filter var(--dur-long) var(--ease-out), transform var(--dur-long) var(--ease-out);
}
/* at rest the bar is invisible and its logo and pill sit on the text edge, in line with the headline below */
.ef-nav:not(.is-floating) .ef-nav-inner { background: transparent; border-color: transparent; padding-inline: var(--pad); }
body.ef-inner .ef-nav { position: relative; padding: var(--frame) var(--frame) 0; }
body.ef-home .ef-nav { position: absolute; top: calc(var(--frame) + 12px); left: 0; right: 0; padding-inline: var(--frame); color: var(--white); }
body.ef-home .ef-nav.is-floating, body.ef-inner .ef-nav.is-floating { position: fixed; top: 10px; left: 0; right: 0; padding: 0 var(--frame); color: var(--white); animation: ef-nav-drop var(--dur-long) var(--ease-out) both; }
.ef-nav.is-floating .ef-nav-inner {
	background: rgba(13, 27, 56, 0.88); border-color: rgba(248, 245, 234, 0.12);
	backdrop-filter: blur(18px) saturate(1.3); -webkit-backdrop-filter: blur(18px) saturate(1.3);
	box-shadow: 0 14px 40px rgba(13, 27, 56, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.06);
}
.ef-nav.is-hidden .ef-nav-inner { transform: translateY(calc(-100% - 16px)); }
@keyframes ef-nav-drop { from { transform: translateY(-12px); opacity: 0; } to { transform: none; opacity: 1; } }
.ef-logo { display: inline-flex; align-items: center; color: inherit; text-decoration: none; flex: none; }
.ef-logo svg { height: 40px; width: auto; }
.ef-nav-links { display: none; margin-inline: auto; }
.ef-nav-links ul { display: flex; gap: 2px; list-style: none; padding: 0; margin: 0; }
.ef-nav-links li { position: relative; }
.ef-nav-links li > a {
	display: inline-flex; align-items: center; gap: 6px; padding: 11px 14px; border-radius: var(--r-pill); font-size: 1rem; font-weight: 500; text-decoration: none; opacity: 0.92; white-space: nowrap;
	transition: background-color var(--dur-short) var(--ease-out), opacity var(--dur-short) var(--ease-out);
}
.ef-nav-links li > a svg { width: 12px; height: 12px; opacity: 0.7; transition: transform var(--dur-short) var(--ease-out); }
.ef-nav-links li > a:hover, .ef-nav-links li.is-open > a, .ef-nav-links li:focus-within > a { background: rgba(13, 27, 56, 0.06); opacity: 1; }
body.ef-home .ef-nav-links li > a:hover, .ef-nav.is-floating .ef-nav-links li > a:hover, body.ef-home .ef-nav-links li.is-open > a, .ef-nav.is-floating .ef-nav-links li.is-open > a, body.ef-home .ef-nav-links li:focus-within > a, .ef-nav.is-floating .ef-nav-links li:focus-within > a { background: rgba(248, 245, 234, 0.12); }
.ef-nav-links li.has-dd::after { content: ""; position: absolute; left: 0; right: 0; top: 100%; height: 14px; }
.ef-dd {
	position: absolute; top: calc(100% + 12px); left: 0; min-width: 272px; z-index: 2;
	background: rgba(13, 27, 56, 0.95); color: var(--cream); border: 1px solid rgba(248, 245, 234, 0.12); border-radius: 16px; padding: 8px;
	backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); box-shadow: 0 18px 44px rgba(13, 27, 56, 0.32);
	opacity: 0; visibility: hidden; transform: translateY(6px);
	transition: opacity var(--dur-short) var(--ease-out), transform var(--dur-short) var(--ease-out), visibility 0s linear var(--dur-short);
}
.ef-nav-links li.is-open > .ef-dd, .ef-nav-links li:focus-within > .ef-dd { opacity: 1; visibility: visible; transform: none; transition-delay: 0s; }
@media (hover: hover) and (pointer: fine) {
	.ef-nav-links li:hover > .ef-dd { opacity: 1; visibility: visible; transform: none; transition-delay: 0s; }
	.ef-nav-links li:hover > a svg { transform: rotate(180deg); }
}
.ef-nav-links li.is-open > a svg { transform: rotate(180deg); }
.ef-dd a { display: block; padding: 11px 14px; border-radius: 10px; font-size: 1rem; text-decoration: none; opacity: 0.92; color: var(--cream); white-space: nowrap; }
.ef-dd a:hover { background: rgba(248, 245, 234, 0.1); opacity: 1; }
.ef-dd .ef-dd-all { margin-top: 4px; border-top: 1px solid var(--hair-light); border-radius: 0 0 10px 10px; padding-top: 13px; color: var(--green); font-weight: 500; }
.ef-nav-end { display: flex; align-items: center; gap: 8px; margin-left: auto; }
.ef-nav-cta { display: none; }
.ef-burger { width: 46px; height: 46px; border-radius: 50%; border: 1px solid currentColor; background: transparent; display: grid; place-items: center; cursor: pointer; padding: 0; color: inherit; transition: background-color var(--dur-short) var(--ease-out); }
.ef-burger span { display: block; width: 18px; height: 2px; background: currentColor; border-radius: 2px; }
.ef-burger span + span { margin-top: 5px; }
.ef-burger:hover { background: rgba(248, 245, 234, 0.14); }
body.ef-inner .ef-nav:not(.is-floating) .ef-burger:hover { background: rgba(13, 27, 56, 0.06); }
@media (min-width: 40rem) { .ef-nav-cta { display: inline-flex; } }
@media (min-width: 72rem) { .ef-nav-links { display: block; } .ef-burger { display: none; } }

.ef-menu {
	position: fixed; inset: 0; z-index: var(--z-menu); background: var(--navy); color: var(--cream);
	display: grid; grid-template-rows: auto 1fr auto; gap: var(--s-5); padding: calc(var(--frame) + 12px) calc(var(--frame) + 20px) calc(var(--frame) + 20px);
	transform: translateY(-100%); visibility: hidden; overflow: auto;
	transition: transform var(--dur-long) var(--ease-in), visibility 0s linear var(--dur-long);
}
.ef-menu.is-open { transform: none; visibility: visible; transition: transform var(--dur-long) var(--ease-out); }
.ef-menu-top { display: flex; align-items: center; justify-content: space-between; min-height: var(--nav-h); }
.ef-menu-top .ef-logo svg { height: 40px; }
.ef-menu-close { width: 46px; height: 46px; border-radius: 50%; border: 1px solid var(--hair-light-2); background: transparent; color: var(--cream); display: grid; place-items: center; cursor: pointer; padding: 0; }
.ef-menu-close svg { width: 18px; height: 18px; }
.ef-menu-close:hover { background: var(--cream); color: var(--navy); }
.ef-menu-links { list-style: none; padding: 0; margin: 0; display: grid; align-content: start; max-width: 720px; }
.ef-menu-links > li { transform: translateY(14px); opacity: 0; transition: transform var(--dur-long) var(--ease-out), opacity var(--dur-long) var(--ease-out); }
.ef-menu.is-open .ef-menu-links > li { transform: none; opacity: 1; transition-delay: calc(80ms + var(--i, 0) * 45ms); }
.ef-menu-links > li > a, .ef-menu-group > summary {
	display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 16px 0; border-bottom: 1px solid var(--hair-light);
	font-family: var(--font-display); font-weight: 300; font-size: clamp(1.625rem, 1.2rem + 2.4vw, 2.25rem); line-height: 1.15; text-decoration: none; color: var(--white); cursor: pointer; list-style: none;
}
.ef-menu-group > summary::-webkit-details-marker { display: none; }
.ef-menu-links svg { width: 18px; height: 18px; opacity: 0.6; flex: none; transition: transform var(--dur-short) var(--ease-out); }
.ef-menu-group[open] > summary svg { transform: rotate(180deg); }
.ef-menu-sub { list-style: none; padding: 6px 0 14px; margin: 0; display: grid; gap: 2px; border-bottom: 1px solid var(--hair-light); }
.ef-menu-sub a { display: block; padding: 9px 0 9px 18px; font-size: 1.125rem; color: rgba(248, 245, 234, 0.85); text-decoration: none; }
.ef-menu-sub a:hover { color: var(--white); }
.ef-menu-foot { display: grid; gap: 18px; max-width: 720px; }
.ef-menu-foot p { font-size: 1rem; line-height: 1.5; opacity: 0.85; }
.ef-menu-foot a { color: var(--cream); }
body.ef-menu-open { overflow: hidden; }

/* ---------- 1. hero (full bleed; its body shares the canvas and the text edge) ---------- */

.ef-hero { position: relative; min-height: min(100svh, 980px); background: var(--navy); color: var(--white); display: grid; align-content: end; isolation: isolate; overflow: clip; border-radius: 0 0 var(--r-xl) var(--r-xl); }
.ef-hero-media { position: absolute; inset: 0; z-index: 0; }
.ef-hero-media img, .ef-hero-media video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 62%; }
.ef-hero-media img { transform-origin: 50% 50%; }
.ef-hero-media video { opacity: 0; transition: opacity 1200ms var(--ease-out); }
.ef-hero.is-video .ef-hero-media video { opacity: 1; }
.ef-hero-scrim { position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(180deg, rgba(13, 27, 56, 0.5) 0%, rgba(13, 27, 56, 0) 30%), linear-gradient(0deg, rgba(13, 27, 56, 0.9) 0%, rgba(13, 27, 56, 0.62) 40%, rgba(13, 27, 56, 0.16) 100%); }
.ef-hero-body { position: relative; z-index: 2; width: min(100% - 2 * var(--frame), var(--canvas)); margin-inline: auto; padding: calc(var(--nav-h) + var(--s-9)) var(--pad) var(--pad-y); display: grid; gap: var(--s-6); justify-items: start; }
.ef-hero-title { font-family: var(--font-display); font-weight: 300; font-size: var(--text-display); line-height: 1.06; letter-spacing: -0.02em; color: var(--white); max-width: 16ch; overflow-wrap: normal; }
.ef-hero-title .ef-line { padding-bottom: 0.14em; margin-bottom: -0.14em; }
.ef-hero-title .ef-accent { color: var(--green); }
.ef-hero-lead { font-size: 1.1875rem; line-height: 1.55; max-width: 46ch; color: rgba(255, 255, 255, 0.94); }
.ef-hero .ef-actions { margin-top: var(--s-2); }
.ef-hero .ef-link--light { font-size: 1.0625rem; }

/* ---------- 2. who we are (ground) + bento (ground width, as in the reference) ---------- */

.ef-bento { display: grid; gap: var(--gap); grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 1fr; }
.ef-bento > * { border-radius: var(--r-lg); overflow: hidden; min-width: 0; }
.ef-bento-photo { margin: 0; min-height: 380px; height: 100%; }
.ef-bento-photo img { height: 100%; }
.ef-bento-stat { background: var(--white); border: 1px solid var(--hair); padding: 28px; display: flex; flex-direction: column; position: relative; min-height: 380px; }
.ef-bento-stat--green { background: var(--green); border-color: var(--green); color: var(--navy); }
.ef-bento-stat .ef-arrow-circle { position: absolute; top: 22px; right: 22px; }
.ef-bento-stat--green .ef-arrow-circle { background: var(--navy); color: var(--green); }
.ef-numeral { font-family: var(--font-numeral); font-weight: 600; font-size: var(--text-numeral); line-height: 0.95; letter-spacing: -0.005em; font-variant-numeric: tabular-nums; margin-top: 44px; }
.ef-numeral small { display: block; font-family: var(--font-body); font-weight: 400; font-size: var(--text-body); letter-spacing: 0; margin-top: 8px; line-height: 1.2; }
.ef-bento-stat h3 { font-size: var(--text-h3); font-weight: 500; margin-top: auto; padding-top: 28px; }
.ef-bento-desc { font-size: var(--text-small); line-height: 1.55; margin-top: 10px; max-width: 30ch; }
@media (min-width: 64rem) { .ef-bento { grid-template-columns: repeat(4, minmax(0, 1fr)); } .ef-bento-stat { padding: 32px; min-height: 420px; } .ef-bento-photo { min-height: 420px; } }
@media (max-width: 39.99rem) {
	.ef-bento { grid-template-columns: minmax(0, 1fr); grid-auto-rows: auto; }
	.ef-bento-photo { aspect-ratio: 16 / 10; min-height: 0; height: auto; }
	.ef-bento-stat { min-height: 0; padding: 26px 26px 30px; }
	.ef-bento-stat h3 { margin-top: 32px; padding-top: 0; }
	.ef-numeral { margin-top: 44px; }
}

/* ---------- 3. what we do (navy block; five borderless features that share rows and light up on hover) ---------- */

.ef-services-grid { display: grid; gap: var(--s-5) var(--gap); }
.ef-service { position: relative; padding: 22px 22px 26px; border-radius: 16px; border: 1px solid transparent; display: grid; grid-template-rows: subgrid; grid-row: span 3; row-gap: 16px; justify-items: start; transition: background-color var(--dur-short) var(--ease-out), border-color var(--dur-short) var(--ease-out); }
.ef-service h3 { font-size: var(--text-h3); font-weight: 500; color: inherit; }
.ef-dark .ef-service h3 { color: var(--white); }
.ef-service h3 a { text-decoration: none; display: inline-flex; align-items: center; gap: 8px; }
.ef-service h3 a::after { content: ""; position: absolute; inset: 0; }
.ef-service h3 a svg { width: 16px; height: 16px; opacity: 0; transform: translateX(-4px); transition: opacity var(--dur-short) var(--ease-out), transform var(--dur-short) var(--ease-out); }
.ef-service p { font-size: var(--text-small); line-height: 1.6; color: var(--slate); max-width: 34ch; }
.ef-dark .ef-service p { color: rgba(248, 245, 234, 0.84); }
.ef-service:hover, .ef-service:focus-within { background: rgba(13, 27, 56, 0.04); border-color: var(--hair); }
.ef-dark .ef-service:hover, .ef-dark .ef-service:focus-within { background: rgba(248, 245, 234, 0.06); border-color: rgba(248, 245, 234, 0.14); }
.ef-service:hover .ef-icon-tile, .ef-service:focus-within .ef-icon-tile { background: var(--green); color: var(--navy); }
.ef-service:hover h3 a svg, .ef-service:focus-within h3 a svg { opacity: 1; transform: none; }
.ef-cta-band { margin-top: var(--s-7); padding: 24px 28px; border-radius: 16px; background: rgba(248, 245, 234, 0.06); border: 1px solid var(--hair-light); display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px 32px; }
.ef-cta-band p { font-size: var(--text-body); line-height: 1.5; max-width: 40ch; color: var(--cream); }
@media (min-width: 40rem) { .ef-services-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 64rem) { .ef-services-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); } .ef-service { grid-column: span 2; } .ef-service:nth-child(4), .ef-service:nth-child(5) { grid-column: span 3; } }
@media (min-width: 80rem) { .ef-services-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); } .ef-service, .ef-service:nth-child(4), .ef-service:nth-child(5) { grid-column: auto; } .ef-service { padding: 20px 18px 24px; } }

/* ---------- 4. the dehydration line (white block, timeline) ---------- */

.ef-timeline { position: relative; padding-top: 28px; }
.ef-tl-track { position: absolute; left: 0; right: 0; top: 7px; height: 2px; background: var(--hair); border-radius: 2px; overflow: hidden; }
.ef-tl-fill { position: absolute; inset: 0; background: var(--green); transform: scaleX(0); transform-origin: left; }
.ef-timeline.is-in .ef-tl-fill, .ef-rm .ef-tl-fill, html:not(.ef-js) .ef-tl-fill { transform: none; transition: transform 1600ms var(--ease-io); }
.ef-tl-steps { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--s-6) var(--s-5); }
.ef-step { position: relative; padding-top: 10px; }
.ef-tl-node { position: absolute; left: 0; top: -28px; width: 16px; height: 16px; border-radius: 50%; background: var(--white); border: 2px solid var(--hair-2); transition: background-color var(--dur-short) var(--ease-out), border-color var(--dur-short) var(--ease-out), transform var(--dur-short) var(--ease-out); transition-delay: calc(var(--i, 0) * 220ms); }
.ef-timeline.is-in .ef-tl-node, .ef-rm .ef-tl-node, html:not(.ef-js) .ef-tl-node { background: var(--green); border-color: var(--green); transform: scale(1.15); }
.ef-step-n { display: block; font-family: var(--font-numeral); font-weight: 600; font-size: 2.5rem; line-height: 1; color: var(--navy); margin-bottom: 12px; font-variant-numeric: tabular-nums; }
.ef-step h3 { font-size: var(--text-h3); font-weight: 500; }
.ef-step p { font-size: var(--text-small); line-height: 1.55; color: var(--slate); margin-top: 6px; max-width: 26ch; }
@media (min-width: 40rem) { .ef-tl-steps { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (min-width: 64rem) { .ef-tl-steps { grid-template-columns: repeat(var(--steps, 6), minmax(0, 1fr)); } .ef-tl-track { display: block; } }
@media (max-width: 63.99rem) { .ef-tl-track { display: none; } .ef-tl-node { display: none; } .ef-timeline { padding-top: 0; } }

/* ---------- 5. manufacturing and facility (ground; header, then a datasheet with food-safety stamps beside photographs) ---------- */

.ef-sheet { margin: 0; display: grid; align-content: start; }
.ef-sheet-row { display: grid; gap: 4px 20px; padding: 15px 0; border-top: 1px solid var(--hair); }
.ef-sheet-row:last-child { border-bottom: 1px solid var(--hair); }
.ef-sheet dt { font-size: var(--text-label); font-weight: 600; color: var(--slate); line-height: 1.5; padding-top: 2px; }
.ef-sheet dd { margin: 0; font-size: var(--text-body); line-height: 1.55; }
.ef-stamps { display: flex; flex-wrap: wrap; gap: 8px; }
.ef-stamp { display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px 8px 10px; border-radius: 10px; border: 1px solid var(--hair-2); background: var(--white); font-size: var(--text-small); font-weight: 500; line-height: 1.2; }
.ef-stamp svg { width: 18px; height: 18px; color: var(--green); flex: none; }
@media (min-width: 40rem) { .ef-sheet-row { grid-template-columns: 8.5rem minmax(0, 1fr); } }
.ef-photo-stack { position: relative; display: grid; }
.ef-photo-stack .ef-plate { border-radius: var(--r-lg); }
.ef-photo-main { aspect-ratio: 3 / 2; margin: 0; }
.ef-photo-inset { position: absolute; left: -6%; bottom: -8%; width: 32%; aspect-ratio: 4 / 5; margin: 0; border: 6px solid var(--cream); box-shadow: 0 24px 48px rgba(13, 27, 56, 0.18); }
@media (min-width: 64rem) { .ef-photo-stack { padding: 0 0 8% 6%; } .ef-photo-inset { left: 0; bottom: 0; } }
@media (max-width: 63.99rem) { .ef-photo-inset { display: none; } }

/* ---------- 6. cricket protein (white block; three product cards that share every row) ---------- */

.ef-products { display: grid; gap: var(--gap); }
.ef-product { border-radius: var(--r-lg); overflow: hidden; background: var(--cream); border: 1px solid var(--hair); display: grid; grid-template-rows: subgrid; grid-row: span 5; row-gap: 0; justify-items: start; }
.ef-product > * { padding-inline: 28px; }
.ef-product > .ef-product-media { aspect-ratio: 4 / 5; margin: 0; background: var(--white); display: grid; grid-template-columns: minmax(0, 1fr); grid-template-rows: minmax(0, 1fr); place-items: center; padding: 10%; justify-self: stretch; width: 100%; }
.ef-product-media img { width: 100%; height: 100%; object-fit: contain; }
.ef-product h3 { font-size: var(--text-h3); font-weight: 500; padding-top: 24px; }
.ef-spec { list-style: none; margin: 14px 0 0; display: grid; gap: 8px; font-size: var(--text-small); line-height: 1.5; align-content: start; }
.ef-spec li { display: flex; gap: 10px; align-items: flex-start; }
.ef-spec li::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--green); flex: none; margin-top: 9px; }
.ef-product .ef-fine { margin-top: 14px; }
.ef-product-actions { display: grid; gap: 10px; justify-items: start; align-self: end; padding-top: 18px; padding-bottom: 28px; }
.ef-amazon-alt { font-size: var(--text-label); color: var(--slate); }
.ef-amazon-alt a { color: inherit; text-underline-offset: 3px; }
@media (min-width: 40rem) { .ef-products { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 64rem) { .ef-products { grid-template-columns: repeat(3, minmax(0, 1fr)); } }

/* ---------- 7. sustainability and food security (navy block; four mechanism rows light up the farm-to-buyer flow beside them) ---------- */

.ef-sus { display: grid; gap: var(--s-7); }
.ef-mech { list-style: none; padding: 0; margin: 0; display: grid; align-content: start; border-top: 1px solid var(--hair-light); }
.ef-mech-row { position: relative; display: grid; grid-template-columns: 40px minmax(0, 1fr); column-gap: 18px; align-items: start; padding: 22px 18px 22px 14px; border-bottom: 1px solid var(--hair-light); border-radius: 0 12px 12px 0; transition: background-color var(--dur-short) var(--ease-out); }
.ef-mech-row::before { content: ""; position: absolute; left: 0; top: 12px; bottom: 12px; width: 3px; border-radius: 3px; background: var(--green); transform: scaleY(0); transition: transform var(--dur-short) var(--ease-out); }
.ef-mech-row .ef-icon-tile { width: 40px; height: 40px; border-radius: 10px; }
.ef-mech-row .ef-icon-tile svg { width: 22px; height: 22px; }
.ef-mech h3 { font-size: var(--text-h3); font-weight: 500; color: var(--white); }
.ef-mech p { font-size: var(--text-small); line-height: 1.6; margin-top: 6px; max-width: 44ch; color: rgba(248, 245, 234, 0.78); transition: color var(--dur-short) var(--ease-out); }
.ef-mech-row:hover { background: rgba(248, 245, 234, 0.05); }
.ef-mech-row:hover::before { transform: none; }
.ef-mech-row:hover .ef-icon-tile { background: var(--green); color: var(--navy); }
.ef-mech-row:hover p { color: rgba(248, 245, 234, 0.92); }

.ef-flow { position: relative; display: grid; grid-template-columns: minmax(0, 1fr); gap: 6px; padding: 24px; border-radius: 20px; border: 1px solid var(--hair-light); background: rgba(13, 27, 56, 0.4); }
.ef-flow-node { display: grid; gap: 6px; justify-items: center; text-align: center; padding: 28px 18px 26px; border-radius: 16px; background: rgba(248, 245, 234, 0.05); border: 1px solid var(--hair-light); min-width: 0; transition: opacity var(--dur-mid) var(--ease-out), background-color var(--dur-short) var(--ease-out), border-color var(--dur-short) var(--ease-out), transform 700ms var(--ease-out); }
.ef-flow-node:nth-child(3) { transition-delay: 0s, 0s, 0s, 140ms; }
.ef-flow-node:nth-child(5) { transition-delay: 0s, 0s, 0s, 280ms; }
.ef-flow-icon { width: 52px; height: 52px; border-radius: 14px; display: grid; place-items: center; background: rgba(165, 190, 35, 0.16); color: var(--green); margin-bottom: 6px; transition: background-color var(--dur-short) var(--ease-out), color var(--dur-short) var(--ease-out); }
.ef-flow-icon svg { width: 26px; height: 26px; }
.ef-flow-node strong { font-size: var(--text-h3); font-weight: 500; color: var(--white); line-height: 1.25; }
.ef-flow-node span:last-child { font-size: var(--text-small); line-height: 1.45; color: rgba(248, 245, 234, 0.74); max-width: 22ch; }
.ef-flow-link { display: grid; gap: 8px; justify-items: center; text-align: center; padding: 6px 0; transition: opacity var(--dur-mid) var(--ease-out); }
.ef-flow-line { position: relative; display: block; width: 2px; height: 34px; border-radius: 2px; background: rgba(248, 245, 234, 0.16); overflow: hidden; transform-origin: top; transition: transform 700ms var(--ease-out); }
.ef-flow-link:nth-child(2) .ef-flow-line { transition-delay: 80ms; }
.ef-flow-link:nth-child(4) .ef-flow-line { transition-delay: 220ms; }
.ef-flow-line::after { content: ""; position: absolute; inset: -18px 0 0 0; background: repeating-linear-gradient(180deg, var(--green) 0 9px, transparent 9px 18px); animation: ef-flow-v 1.1s linear infinite; }
.ef-flow-link em { font-style: normal; font-size: var(--text-label); font-weight: 500; color: rgba(248, 245, 234, 0.72); max-width: 16ch; transition: color var(--dur-short) var(--ease-out); }
@keyframes ef-flow-v { to { transform: translateY(18px); } }
@keyframes ef-flow-h { to { transform: translateX(18px); } }
.ef-flow.has-lit [data-flow-part]:not(.is-lit) { opacity: 0.4; }
.ef-flow-node.is-lit { border-color: rgba(165, 190, 35, 0.7); background: rgba(165, 190, 35, 0.12); }
.ef-flow-node.is-lit .ef-flow-icon { background: var(--green); color: var(--navy); }
.ef-flow-link.is-lit em { color: var(--green); }
.ef-js:not(.ef-rm) .ef-flow:not(.is-in) .ef-flow-node { transform: translateY(14px); }
.ef-js:not(.ef-rm) .ef-flow:not(.is-in) .ef-flow-line { transform: scaleY(0); }
@media (min-width: 48rem) {
	.ef-flow { grid-template-columns: minmax(0, 1fr) minmax(96px, 0.55fr) minmax(0, 1fr) minmax(96px, 0.55fr) minmax(0, 1fr); align-items: center; gap: 12px; padding: 28px; }
	.ef-mech { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: var(--s-6); }
	.ef-flow-line { width: 100%; height: 2px; transform-origin: left; }
	.ef-flow-line::after { inset: 0 0 0 -18px; background: repeating-linear-gradient(90deg, var(--green) 0 9px, transparent 9px 18px); animation: ef-flow-h 1.1s linear infinite; }
	.ef-js:not(.ef-rm) .ef-flow:not(.is-in) .ef-flow-line { transform: scaleX(0); }
}

/* ---------- 8. industries (ground; five cards that share rows) ---------- */

.ef-industry-grid { display: grid; gap: var(--gap); }
.ef-industry-card { position: relative; display: grid; grid-template-rows: subgrid; grid-row: span 4; row-gap: 14px; justify-items: start; padding: 28px; border-radius: 16px; background: var(--white); border: 1px solid var(--hair); text-decoration: none; color: var(--navy); transition: transform var(--dur-short) var(--ease-out), box-shadow var(--dur-short) var(--ease-out), border-color var(--dur-short) var(--ease-out); }
.ef-industry-card .ef-icon-tile { background: var(--cream); color: var(--navy); }
.ef-industry-card h3 { font-size: var(--text-h3); font-weight: 500; }
.ef-industry-card p { font-size: var(--text-small); line-height: 1.55; color: var(--slate); }
.ef-industry-card .ef-link { margin-top: 4px; align-self: end; }
.ef-industry-card:hover { transform: translateY(-3px); box-shadow: 0 16px 36px rgba(13, 27, 56, 0.1); border-color: var(--hair-2); }
.ef-industry-card:hover .ef-icon-tile { background: var(--green); }
.ef-industry-card:hover .ef-link svg { transform: translateX(3px); }
@media (min-width: 40rem) { .ef-industry-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 64rem) { .ef-industry-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (min-width: 80rem) { .ef-industry-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); } .ef-industry-card { padding: 24px; } }

/* browsers without subgrid: cards keep equal heights and top-aligned content, rows just stop matching across cards */
@supports not (grid-template-rows: subgrid) {
	.ef-service { grid-template-rows: auto auto 1fr; align-content: start; }
	.ef-product { grid-template-rows: auto auto auto 1fr auto; }
	.ef-industry-card { grid-template-rows: auto auto 1fr auto; }
}

/* ---------- 9. contact (navy block over photo; header, then details beside the form on the same columns) ---------- */

.ef-contact { isolation: isolate; }
.ef-contact-bg { position: absolute; inset: 0; z-index: 0; }
.ef-contact-bg img { width: 100%; height: 100%; object-fit: cover; opacity: 0.45; }
.ef-contact-bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(13, 27, 56, 0.94) 0%, rgba(13, 27, 56, 0.78) 55%, rgba(13, 27, 56, 0.56) 100%); }
.ef-contact-inner { position: relative; z-index: 1; }
.ef-contact-direct { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 12px 20px; margin: 0; padding-top: 20px; border-top: 1px solid var(--hair-light); font-size: 1rem; width: 100%; max-width: 420px; align-content: start; }
.ef-contact-direct dt { color: rgba(248, 245, 234, 0.72); }
.ef-contact-direct dd { margin: 0; }
.ef-contact-direct a { color: var(--cream); font-weight: 500; text-underline-offset: 3px; }
.ef-form { background: rgba(13, 27, 56, 0.62); border: 1px solid var(--hair-light-2); border-radius: var(--r-lg); padding: clamp(24px, 3vw, 36px); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); max-width: 760px; }
.ef-form .wpcf7 form.init .wpcf7-response-output, .ef-form .wpcf7-response-output:empty { display: none; }
.ef-form .screen-reader-response { position: absolute; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); width: 1px; height: 1px; }
.ef-form .hidden-fields-container { display: none; }
.ef-form .wpcf7 form, .ef-form form { display: grid; gap: 18px; }
.ef-form .wpcf7 form > p { margin: 0; display: grid; gap: 18px; }
.ef-form .wpcf7 form > p > br { display: none; }
.ef-form label { display: block; font-size: var(--text-label); font-weight: 500; letter-spacing: 0.02em; color: rgba(248, 245, 234, 0.85); }
.ef-form .wpcf7-form-control-wrap { display: block; margin-top: 8px; }
.ef-form input[type="text"], .ef-form input[type="email"], .ef-form select, .ef-form textarea { width: 100%; background: rgba(248, 245, 234, 0.07); border: 1px solid rgba(248, 245, 234, 0.3); border-radius: 12px; color: var(--cream); padding: 15px 16px; font: inherit; font-size: 1rem; min-height: 52px; transition: border-color var(--dur-short) var(--ease-out), background-color var(--dur-short) var(--ease-out); }
.ef-form textarea { min-height: 140px; resize: vertical; }
.ef-form select { appearance: none; -webkit-appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23F8F5EA' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 16px center; padding-right: 44px; }
.ef-form select option { color: var(--navy); }
.ef-form input:hover, .ef-form select:hover, .ef-form textarea:hover { border-color: rgba(248, 245, 234, 0.48); }
.ef-form input:focus, .ef-form select:focus, .ef-form textarea:focus { outline: none; border-color: var(--green); box-shadow: 0 0 0 3px rgba(165, 190, 35, 0.32); background: rgba(248, 245, 234, 0.1); }
.ef-form input::placeholder, .ef-form textarea::placeholder { color: rgba(248, 245, 234, 0.58); }
.ef-form .wpcf7-submit, .ef-form button[type="submit"] { width: 100%; background: var(--green); color: var(--navy); border: 0; border-radius: var(--r-pill); font-weight: 500; font-size: 1rem; padding: 17px 24px; cursor: pointer; min-height: 54px; transition: background-color var(--dur-short) var(--ease-out), transform var(--dur-micro) var(--ease-out); }
.ef-form .wpcf7-submit:hover, .ef-form button[type="submit"]:hover { background: var(--green-2); }
.ef-form .wpcf7-submit:active, .ef-form button[type="submit"]:active { transform: translateY(1px); }
.ef-form .wpcf7-submit[disabled] { opacity: 0.6; cursor: wait; }
.ef-form .wpcf7-spinner { margin: 0 auto; display: block; }
.ef-form .wpcf7-not-valid-tip { color: #FFD1D1; font-size: var(--text-label); margin-top: 6px; }
.ef-form .wpcf7-response-output { margin: 0; padding: 12px 14px; border: 1px solid var(--green); border-radius: 12px; font-size: 1rem; }
.ef-form .wpcf7 form.invalid .wpcf7-response-output, .ef-form .wpcf7 form.failed .wpcf7-response-output { border-color: #FFD1D1; }
@media (min-width: 48rem) {
	.ef-form .wpcf7 form > p { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.ef-form .wpcf7 form > p > label:has(textarea), .ef-form .wpcf7 form > p > .wpcf7-submit, .ef-form .wpcf7 form > p > .wpcf7-spinner { grid-column: 1 / -1; }
}

/* ---------- footer (canvas card; columns on the same 4 / 8 rhythm) ---------- */

.ef-footer { margin: var(--section) auto var(--frame); }
.ef-footer-top { display: grid; gap: var(--s-7) var(--gap); padding-bottom: var(--s-7); border-bottom: 1px solid var(--hair-light); }
.ef-footer-statement { font-family: var(--font-display); font-weight: 300; font-size: clamp(1.5rem, 1.05rem + 1.4vw, 2.125rem); line-height: 1.3; max-width: 28ch; color: var(--white); }
.ef-footer-top .ef-pill { margin-top: 28px; }
.ef-footer-social { display: grid; gap: 16px; align-content: start; }
.ef-pills { display: flex; flex-wrap: wrap; gap: 8px; }
.ef-footer-grid { display: grid; gap: var(--s-7) var(--gap); padding: var(--s-7) 0; }
.ef-footer-brand { display: grid; gap: 18px; align-content: start; justify-items: start; }
.ef-footer-brand img { width: 96px; height: auto; }
.ef-footer-brand p { font-size: 1rem; line-height: 1.6; color: rgba(248, 245, 234, 0.84); }
.ef-footer h3 { font-size: 1rem; font-weight: 600; color: var(--white); margin-bottom: 16px; }
.ef-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 11px; }
.ef-footer ul a { text-decoration: none; color: rgba(248, 245, 234, 0.84); font-size: 1rem; transition: color var(--dur-short) var(--ease-out); }
.ef-footer ul a:hover { color: var(--white); text-decoration: underline; text-underline-offset: 3px; }
.ef-footer-legal { border-top: 1px solid var(--hair-light); padding-top: 24px; display: flex; justify-content: space-between; gap: 10px 20px; flex-wrap: wrap; font-size: 0.9375rem; color: rgba(248, 245, 234, 0.76); }
.ef-footer-legal a { color: inherit; text-underline-offset: 3px; }
@media (min-width: 40rem) { .ef-footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 64rem) {
	.ef-footer-top { grid-template-columns: minmax(0, 8fr) minmax(0, 4fr); align-items: start; }
	.ef-footer-social { justify-self: end; justify-items: end; text-align: right; }
	.ef-footer-social .ef-pills { justify-content: flex-end; }
	.ef-footer-grid { grid-template-columns: minmax(0, 4fr) repeat(3, minmax(0, 2.6667fr)); }
}

/* ---------- inner pages ---------- */

/* page hero: a navy card right under the nav, with the section's name, the H1, a lead, actions, and an optional photograph */
/* WordPress zeroes the first block's top margin with a (0,2,0) selector, so the breathing room under the nav lives on main */
body.ef-inner main.wp-block-group { padding-top: var(--s-5); }
.ef-page-hero { display: grid; gap: var(--s-7); align-items: center; }
.ef-page-hero-body { display: grid; gap: var(--s-5); justify-items: start; min-width: 0; }
.ef-page-hero .ef-label { font-size: var(--text-kicker); font-weight: 600; letter-spacing: -0.01em; line-height: 1.2; gap: 12px; }
.ef-page-hero .ef-label .ef-dot { width: 10px; height: 10px; }
.ef-page-hero h1 { font-family: var(--font-display); font-weight: 300; font-size: var(--text-h1); line-height: 1.06; letter-spacing: -0.02em; color: var(--white); max-width: 18ch; }
.ef-page-hero .ef-lead { font-size: 1.1875rem; line-height: 1.55; max-width: 52ch; color: rgba(248, 245, 234, 0.9); }
.ef-page-hero .ef-actions { margin-top: var(--s-2); }
.ef-page-hero .ef-plate { border-radius: var(--r-lg); aspect-ratio: 4 / 3; margin: 0; width: 100%; }
.ef-plate--portrait { aspect-ratio: 4 / 5; }
.ef-page-hero .ef-plate--portrait { aspect-ratio: 4 / 5; }
.ef-photo-stack .ef-plate--portrait { width: min(100%, 560px); margin-inline: auto; }
@media (min-width: 64rem) { .ef-page-hero.has-photo { grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: var(--s-8); } }

/* lists on the ground or in cards: a dotted list of scope items or facts */
.ef-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; font-size: var(--text-body); line-height: 1.55; max-width: 60ch; }
.ef-list li { display: flex; gap: 14px; align-items: flex-start; }
.ef-list li::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--green); flex: none; margin-top: 10px; }
.ef-list--cols { max-width: none; }
@media (min-width: 40rem) { .ef-list--cols { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: var(--s-6); } }

/* running copy (long-form and legal pages) */
.ef-prose { max-width: 68ch; font-size: var(--text-body); line-height: 1.65; display: grid; gap: 18px; }
.ef-prose h2 { font-family: var(--font-display); font-weight: 300; font-size: var(--text-h2); line-height: 1.12; letter-spacing: -0.015em; margin-top: var(--s-6); }
.ef-prose h3 { font-size: var(--text-h3); font-weight: 500; margin-top: var(--s-4); }
.ef-prose ul, .ef-prose ol { padding-left: 1.25em; display: grid; gap: 8px; }
.ef-prose a { text-underline-offset: 3px; }
.ef-note { display: grid; gap: 6px; padding: 14px 16px; border-radius: 12px; border: 1px dashed var(--hair-2); background: var(--cream-2); font-size: var(--text-small); color: var(--slate); }
.ef-note strong { color: var(--navy); }

/* data tables (specifications, composition) */
.ef-table { width: 100%; border-collapse: collapse; font-size: var(--text-small); line-height: 1.45; }
.ef-table th, .ef-table td { text-align: left; padding: 12px 16px 12px 0; border-bottom: 1px solid var(--hair); vertical-align: top; }
.ef-table th { font-weight: 600; color: var(--slate); font-size: var(--text-label); }
.ef-table tr:first-child th, .ef-table tr:first-child td { border-top: 1px solid var(--hair); }
.ef-table td:last-child, .ef-table th:last-child { padding-right: 0; }

/* questions and answers */
.ef-faq { display: grid; border-top: 1px solid var(--hair); }
.ef-faq details { border-bottom: 1px solid var(--hair); }
.ef-faq summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; gap: 16px; align-items: center; padding: 18px 0; font-size: var(--text-h3); font-weight: 500; }
.ef-faq summary::-webkit-details-marker { display: none; }
.ef-faq summary::after { content: ""; width: 12px; height: 12px; flex: none; border-right: 2px solid var(--navy); border-bottom: 2px solid var(--navy); transform: rotate(45deg); transition: transform var(--dur-short) var(--ease-out); margin-right: 6px; }
.ef-faq details[open] summary::after { transform: rotate(225deg); }
.ef-faq .ef-faq-a { padding: 0 0 20px; max-width: 68ch; font-size: var(--text-body); line-height: 1.6; display: grid; gap: 12px; }

/* the closing call to action (every inner page ends with one) */
.ef-cta-block .ef-sec-head { margin-bottom: 0; }
.ef-cta-block .ef-sec-head h2 { max-width: 26ch; }

/* newsletter and library listings */
.ef-posts { list-style: none; padding: 0; margin: 0; display: grid; gap: var(--gap); }
.ef-post-card { display: grid; gap: 10px; align-content: start; padding: 24px; border-radius: 16px; background: var(--white); border: 1px solid var(--hair); text-decoration: none; color: var(--navy); transition: transform var(--dur-short) var(--ease-out), box-shadow var(--dur-short) var(--ease-out); }
.ef-post-card:hover { transform: translateY(-3px); box-shadow: 0 16px 36px rgba(13, 27, 56, 0.1); }
.ef-post-card time, .ef-meta { font-size: var(--text-label); font-weight: 500; color: var(--slate); }
.ef-post-card h3 { font-size: var(--text-h3); font-weight: 500; }
.ef-post-card p { font-size: var(--text-small); line-height: 1.55; color: var(--slate); }
@media (min-width: 40rem) { .ef-posts { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 64rem) { .ef-posts { grid-template-columns: repeat(3, minmax(0, 1fr)); } }

/* gallery: real photographs on the 12-column rhythm (one main, one tall beside it, two halves under) */
.ef-gallery { display: grid; gap: var(--gap); grid-template-columns: repeat(12, minmax(0, 1fr)); }
.ef-gallery .ef-plate { border-radius: var(--r-lg); margin: 0; grid-column: span 12; aspect-ratio: 4 / 3; }
@media (min-width: 48rem) {
	.ef-gallery .ef-gallery-main { grid-column: span 8; aspect-ratio: 3 / 2; }
	.ef-gallery .ef-gallery-tall { grid-column: span 4; aspect-ratio: auto; height: 100%; }
	.ef-gallery .ef-gallery-half { grid-column: span 6; aspect-ratio: 3 / 2; }
}

/* numbered statements (the seven food-security contributions, the company timeline) */
.ef-numbered { list-style: none; padding: 0; margin: 0; display: grid; border-top: 1px solid var(--hair); }
.ef-numbered li { display: grid; grid-template-columns: 3.5rem minmax(0, 1fr); column-gap: 18px; padding: 22px 0; border-bottom: 1px solid var(--hair); align-items: start; }
.ef-num { font-family: var(--font-numeral); font-weight: 600; font-size: 2.25rem; line-height: 1; color: var(--navy); font-variant-numeric: tabular-nums; }
.ef-numbered h3 { font-size: var(--text-h3); font-weight: 500; }
.ef-numbered p { font-size: var(--text-small); line-height: 1.6; color: var(--slate); margin-top: 6px; max-width: 46ch; }
@media (min-width: 48rem) { .ef-numbered { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: var(--s-7); } }
.ef-dark .ef-numbered, .ef-dark .ef-numbered li { border-color: var(--hair-light); }
.ef-dark .ef-num { color: var(--green); }
.ef-dark .ef-numbered h3 { color: var(--white); }
.ef-dark .ef-numbered p { color: rgba(248, 245, 234, 0.8); }

/* quotes (mission and vision) */
.ef-quotes { display: grid; gap: var(--gap); }
.ef-quote { margin: 0; display: grid; gap: 18px; align-content: start; padding: var(--s-6); border-radius: var(--r-lg); background: var(--white); border: 1px solid var(--hair); }
.ef-quote blockquote { margin: 0; font-family: var(--font-display); font-weight: 300; font-size: clamp(1.5rem, 1.1rem + 1.2vw, 2rem); line-height: 1.3; letter-spacing: -0.01em; text-wrap: pretty; }
@media (min-width: 48rem) { .ef-quotes { grid-template-columns: repeat(2, minmax(0, 1fr)); } }

/* newsletter signup (posts to Klaviyo once the list is configured; emails the team until then) */
.ef-signup { display: grid; gap: 20px; padding: var(--s-6); border-radius: var(--r-lg); background: var(--white); border: 1px solid var(--hair); }
.ef-signup h3 { font-size: var(--text-h3); font-weight: 500; margin-top: 12px; }
.ef-signup > div > p:not(.ef-label) { font-size: var(--text-small); color: var(--slate); line-height: 1.55; margin-top: 6px; max-width: 46ch; }
.ef-signup-form { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.ef-signup-form input[type="email"] { flex: 1 1 240px; min-height: 46px; padding: 11px 18px; border-radius: var(--r-pill); border: 1px solid var(--hair-2); font: inherit; font-size: 1rem; background: var(--cream); color: var(--navy); }
.ef-signup-form input[type="email"]:focus { outline: none; border-color: var(--navy); box-shadow: 0 0 0 3px rgba(13, 27, 56, 0.12); }
.ef-signup .ef-fine { margin: 0; max-width: 60ch; }
.ef-signup .ef-fine a { color: inherit; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); }
@media (min-width: 64rem) { .ef-signup { grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); align-items: center; } .ef-signup .ef-fine { grid-column: 2; } }

/* posts and archives (newsletter editions, recipes, press) */
.ef-post-hero .wp-block-post-terms { display: inline-flex; align-items: center; gap: 12px; font-size: var(--text-kicker); font-weight: 600; letter-spacing: -0.01em; line-height: 1.2; }
.ef-post-hero .wp-block-post-terms::before { content: ""; width: 10px; height: 10px; border-radius: 50%; background: var(--green); flex: none; }
.ef-post-hero .wp-block-post-terms a { text-decoration: none; color: var(--cream); }
.ef-post-hero h1 { font-family: var(--font-display); font-weight: 300; font-size: var(--text-h1); line-height: 1.06; letter-spacing: -0.02em; color: var(--white); max-width: 20ch; }
.ef-post-hero .wp-block-post-date { font-size: var(--text-body); color: rgba(248, 245, 234, 0.8); }
.ef-post-body { display: grid; justify-items: start; }
.ef-post-body .ef-prose, .ef-post-body .wp-block-post-content { max-width: 68ch; }
:where(.ef-prose, .wp-block-post-content) img { max-width: 100%; height: auto; border-radius: var(--r-md); }
.ef-plate img, .ef-bento-photo img, .ef-product-media img, .ef-contact-bg img { border-radius: 0; }
.ef-prose figure, .wp-block-post-content figure { margin: 0; }
.ef-prose iframe, .wp-block-post-content iframe { max-width: 100%; }
.wp-block-post-content { font-size: var(--text-body); line-height: 1.65; display: grid; gap: 18px; }
.wp-block-post-content h2 { font-family: var(--font-display); font-weight: 300; font-size: var(--text-h2); line-height: 1.12; letter-spacing: -0.015em; margin-top: var(--s-6); }
.wp-block-post-content h3, .wp-block-post-content h4 { font-size: var(--text-h3); font-weight: 500; margin-top: var(--s-4); }
.wp-block-post-content ul, .wp-block-post-content ol { padding-left: 1.25em; display: grid; gap: 8px; }
.wp-block-post-content a { text-underline-offset: 3px; }
.ef-posts-query .wp-block-post-template { list-style: none; padding: 0; margin: 0; display: grid; gap: var(--gap); }
.ef-posts-query .wp-block-post { display: grid; gap: 10px; align-content: start; padding: 24px; border-radius: 16px; background: var(--white); border: 1px solid var(--hair); position: relative; transition: transform var(--dur-short) var(--ease-out), box-shadow var(--dur-short) var(--ease-out); }
.ef-posts-query .wp-block-post:hover { transform: translateY(-3px); box-shadow: 0 16px 36px rgba(13, 27, 56, 0.1); }
.ef-posts-query .wp-block-post-date { font-size: var(--text-label); font-weight: 500; color: var(--slate); }
.ef-posts-query .wp-block-post-title { font-family: var(--font-body); font-size: var(--text-h3); font-weight: 500; line-height: 1.3; }
.ef-posts-query .wp-block-post-title a { text-decoration: none; }
.ef-posts-query .wp-block-post-title a::after { content: ""; position: absolute; inset: 0; }
.ef-posts-query .wp-block-post-excerpt { font-size: var(--text-small); line-height: 1.55; color: var(--slate); }
.ef-posts-query .wp-block-post-excerpt__more-text { display: none; }
.ef-posts-query .wp-block-post-featured-image { margin: -24px -24px 6px; border-radius: 16px 16px 0 0; overflow: hidden; aspect-ratio: 16 / 10; background: var(--cream-2); }
.ef-posts-query .wp-block-post-featured-image img { width: 100%; height: 100%; object-fit: cover; }
.ef-posts-query .wp-block-query-pagination { margin-top: var(--s-6); display: flex; gap: 16px; font-weight: 500; }
.ef-posts-query .wp-block-query-no-results p { font-size: var(--text-body); color: var(--slate); }
@media (min-width: 40rem) { .ef-posts-query .wp-block-post-template { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 64rem) { .ef-posts-query .wp-block-post-template { grid-template-columns: repeat(3, minmax(0, 1fr)); } }

/* newsletter editions: the email as designed, centred on a white card, with the page chrome kept quiet around it */
.ef-edition-page .ef-post-body { padding-inline: var(--pad); }
.ef-edition-page .ef-post-body { justify-items: stretch; }
.ef-email-frame { margin: 0 auto; width: min(100%, 602px); border-radius: var(--r-lg); overflow: hidden; background: var(--white); box-shadow: 0 24px 60px rgba(13, 27, 56, 0.12); border: 1px solid var(--hair); }
.ef-email-frame iframe { display: block; width: 100%; height: 1200px; border: 0; background: var(--white); }
.ef-edition-page .wp-block-post-content { display: block; max-width: none; width: 100%; }
.ef-edition-nav { display: flex; flex-wrap: wrap; gap: 12px 28px; justify-content: space-between; padding-bottom: 22px; border-bottom: 1px solid var(--hair); }
.ef-edition-nav .post-navigation-link__label { color: var(--slate); font-weight: 500; }
.ef-edition-nav + .ef-actions { margin-top: 24px; }
.ef-edition-nav a { display: inline-flex; align-items: center; gap: 8px; font-weight: 500; text-decoration: none; }
.ef-edition-nav a:hover { text-decoration: underline; text-underline-offset: 4px; }

/* group blocks used as sections (query loops) keep the section rhythm */
.ef-section.wp-block-group > * { margin-block: 0; }
.ef-section.wp-block-group > .ef-sec-head { margin-bottom: var(--head); }

/* ---------- motion: reveals move from visible offsets and never gate content ---------- */

.ef-js:not(.ef-rm) [data-reveal] { transform: translateY(24px); transition: transform 900ms var(--ease-out); }
.ef-js:not(.ef-rm) [data-reveal].is-in { transform: none; }
.ef-js:not(.ef-rm) [data-reveal-group] > * { transform: translateY(22px); transition: transform 800ms var(--ease-out); transition-delay: calc(var(--i, 0) * 70ms); }
.ef-js:not(.ef-rm) [data-reveal-group].is-in > * { transform: none; }

@media (prefers-reduced-motion: reduce) {
	.ef-nav-inner, .ef-menu, .ef-menu-links > li, .ef-pill, .ef-pill svg, .ef-arrow-circle, .ef-service, .ef-industry-card, .ef-dd, .ef-hero-media video, .ef-tl-fill, .ef-tl-node, .ef-flow-node, .ef-flow-line, .ef-flow-line::after, [data-reveal], [data-reveal-group] > * { transition: none !important; animation: none !important; }
}

/* ---------------------------------------------------------------- v2.9: team, faces, Amazon strip, cricket scene, signup status */
.ef-team { display: grid; gap: var(--gap); }
@media (min-width: 40rem) { .ef-team { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 64rem) { .ef-team { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
.ef-person { display: grid; grid-template-rows: auto 1fr; min-width: 0; border-radius: var(--r-lg); overflow: hidden; background: var(--white); border: 1px solid var(--hair); }
.ef-white .ef-person { background: var(--cream); }
.ef-person-photo { margin: 0; aspect-ratio: 536 / 608; background: var(--cream-2); }
.ef-person-photo--pending { display: grid; place-items: center; font-family: var(--font-display); font-weight: 300; font-size: clamp(2.75rem, 2rem + 2.5vw, 4.5rem); letter-spacing: 0.02em; color: var(--slate); }
.ef-person-body { padding: 24px 28px 30px; display: grid; gap: 6px; align-content: start; }
.ef-person h3 { font-size: var(--text-h3); font-weight: 500; line-height: 1.25; }
.ef-person-title { font-size: var(--text-label); font-weight: 600; color: var(--navy); }
.ef-person-bio { font-size: var(--text-small); line-height: 1.55; color: var(--slate); margin-top: 8px; }
.ef-faces { list-style: none; margin: 0; padding: 0; display: grid; gap: 22px 18px; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); }
.ef-faces li { display: grid; justify-items: start; gap: 4px; min-width: 0; }
.ef-face { display: grid; place-items: center; width: 76px; height: 76px; border-radius: 50%; overflow: hidden; background: var(--cream-2); margin-bottom: 8px; }
.ef-face img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 20%; border-radius: 0; }
.ef-face-initials { font-family: var(--font-display); font-weight: 300; font-size: 1.5rem; color: var(--slate); }
.ef-face-name { font-weight: 500; line-height: 1.3; }
.ef-face-title { font-size: var(--text-small); line-height: 1.4; color: var(--slate); }
.ef-amazon-strip { margin-top: var(--gap); display: grid; gap: 18px 28px; align-items: center; padding: 26px 28px; border-radius: var(--r-lg); background: var(--cream); border: 1px solid var(--hair); }
.ef-ground .ef-amazon-strip { background: var(--white); }
@media (min-width: 64rem) { .ef-amazon-strip { padding: 30px 36px; } }
.ef-amazon-mark { font-family: var(--font-display); font-weight: 300; font-size: var(--text-h3); line-height: 1.2; letter-spacing: -0.01em; }
.ef-amazon-mark strong { font-weight: 600; }
.ef-amazon-strip-text p + p { margin-top: 6px; font-size: var(--text-small); line-height: 1.5; color: var(--slate); max-width: 62ch; }
.ef-cricket-scene { position: relative; height: 132px; margin: -12px 0 6px; pointer-events: none; }
.ef-cricket-scene::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; border-bottom: 1px dashed var(--hair); }
.ef-cricket { position: absolute; left: 0; bottom: 8px; width: clamp(120px, 12vw, 180px); height: auto; border-radius: 0; will-change: transform; filter: drop-shadow(0 10px 14px rgba(13, 27, 56, 0.14)); }
.ef-cricket-scene.is-static .ef-cricket { left: auto; right: 2%; }
@media (max-width: 63.98rem) { .ef-cricket-scene { display: none; } }
.ef-signup-status { margin-top: 12px; font-size: var(--text-small); font-weight: 500; color: var(--navy); }
.ef-signup-status.is-error { color: #9a3b1f; }
.ef-signup.is-done .ef-signup-form, .ef-signup.is-done .ef-fine { display: none; }

/* ---------------------------------------------------------------- v2.9.1: About team groups, snake timeline, flavours, logo plate, Amazon badge */
.ef-team-groups { display: grid; gap: var(--s-6); }
.ef-team-group { display: grid; gap: 20px; padding-top: 22px; border-top: 1px solid var(--hair); }
.ef-team-mini { list-style: none; margin: 0; padding: 0; display: grid; gap: 26px 20px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
@media (min-width: 40rem) { .ef-team-mini { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (min-width: 64rem) { .ef-team-mini { grid-template-columns: repeat(6, minmax(0, 1fr)); } }
.ef-team-mini li { display: grid; grid-template-rows: auto auto 1fr; gap: 4px; min-width: 0; }
.ef-mini-photo { margin: 0 0 8px; aspect-ratio: 1; border-radius: var(--r-md); overflow: hidden; background: var(--cream-2); display: grid; place-items: center; }
.ef-mini-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 18%; border-radius: 0; }
.ef-mini-initials { font-family: var(--font-display); font-weight: 300; font-size: clamp(1.75rem, 1.2rem + 1.5vw, 2.5rem); color: var(--slate); }
.ef-mini-name { font-weight: 500; line-height: 1.3; min-height: 2.6em; }
.ef-mini-title { font-size: var(--text-small); line-height: 1.4; color: var(--slate); }
.ef-tl { position: relative; display: grid; gap: var(--s-7); }
.ef-tl-svg { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; pointer-events: none; z-index: 0; }
.ef-tl-track { fill: none; stroke: var(--hair); stroke-width: 2; }
.ef-tl-progress { fill: none; stroke: var(--green); stroke-width: 3; stroke-linecap: round; }
.ef-tl-row { list-style: none; margin: 0; padding: 0; display: grid; gap: var(--gap); grid-template-columns: repeat(3, minmax(0, 1fr)); }
.ef-tl-row.is-reverse { direction: rtl; }
.ef-tl-row.is-reverse > * { direction: ltr; }
.ef-tl-item { position: relative; z-index: 1; display: grid; justify-items: center; gap: 14px; min-width: 0; }
.ef-tl-year { display: grid; place-items: center; width: 72px; height: 72px; border-radius: 50%; background: var(--white); border: 2px solid var(--hair); font-family: var(--font-numeral); font-weight: 600; font-size: 1.2rem; color: var(--navy); font-variant-numeric: tabular-nums; transition: border-color var(--dur-short) var(--ease-out), box-shadow var(--dur-short) var(--ease-out), background-color var(--dur-short) var(--ease-out); }
.ef-tl-year.is-lit { border-color: var(--green); background: var(--cream); box-shadow: 0 0 0 6px rgba(165, 190, 35, 0.18); }
.ef-tl-card { width: 100%; display: grid; gap: 10px; justify-items: start; padding: 24px; border-radius: var(--r-lg); background: var(--cream); border: 1px solid var(--hair); }
.ef-ground .ef-tl-card { background: var(--white); }
.ef-tl-card h3 { font-size: var(--text-h3); font-weight: 500; line-height: 1.25; }
.ef-tl-card p { font-size: var(--text-small); line-height: 1.55; color: var(--slate); }
@media (max-width: 63.98rem) {
	.ef-tl { gap: 22px; }
	.ef-tl-row { grid-template-columns: minmax(0, 1fr); gap: 22px; direction: ltr; }
	.ef-tl-item { grid-template-columns: 64px minmax(0, 1fr); justify-items: start; align-items: start; gap: 0 16px; }
	.ef-tl-year { width: 56px; height: 56px; font-size: 1rem; }
}
.ef-flavours { display: grid; gap: var(--gap); }
@media (min-width: 40rem) { .ef-flavours { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (min-width: 72rem) { .ef-flavours { grid-template-columns: repeat(5, minmax(0, 1fr)); } .ef-flavour h3 { padding: 12px 18px 0; } .ef-flavour p { padding: 0 18px 20px; } }
.ef-flavour { display: grid; gap: 8px; align-content: start; border-radius: var(--r-lg); overflow: hidden; background: var(--white); border: 1px solid var(--hair); }
.ef-white .ef-flavour { background: var(--cream); }
.ef-flavour-media { margin: 0; aspect-ratio: 4 / 5; padding: 8%; border-radius: 0; }
.ef-flavour h3 { font-size: var(--text-h3); font-weight: 500; padding: 14px 24px 0; }
.ef-flavour p { font-size: var(--text-small); line-height: 1.55; color: var(--slate); padding: 0 24px 24px; }
.ef-flavours + .ef-fine { margin-top: 18px; }
.ef-plate--logo { background: var(--cream); display: grid; place-items: center; padding: 16% 18%; aspect-ratio: 4 / 3; }
.ef-plate--logo svg { width: 100%; height: auto; color: var(--navy); }
.ef-amazon-badges { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 16px; padding: 6px 0 4px; margin-bottom: 10px; }
.ef-amazon-badges a { display: inline-flex; border-radius: 6px; }
.ef-amazon-badges a:focus-visible { outline: 2px solid var(--green); outline-offset: 4px; }
.ef-amazon-and { font-family: var(--font-body); font-size: 1.55rem; font-weight: 400; color: #232f3e; line-height: 1; transform: translateY(-2px); }
.ef-amazon-badge { display: block; height: 34px; width: auto; max-width: 100%; border-radius: 0; margin: 0; }
.ef-plate--illus { margin: 0; aspect-ratio: 3 / 2; background: var(--cream-2); border-radius: var(--r-lg); }
.ef-plate--illus img { object-fit: cover; }
[data-wipe] img { clip-path: inset(0 100% 0 0 round 0); }
[data-wipe].is-in img { clip-path: inset(0 0 0 0); transition: clip-path 1.4s var(--ease-out); }
.ef-rm [data-wipe] img { clip-path: none; }
/* ---------------------------------------------------------------- v2.10: language switcher */
.ef-lang-note { margin-top: 10px; font-size: 0.9375rem; opacity: 0.72; }
.ef-lang { display: inline-flex; align-items: center; gap: 2px; margin-right: 10px; font-size: var(--text-label); font-weight: 600; letter-spacing: 0.04em; }
.ef-lang a { padding: 6px 7px; border-radius: var(--r-pill); text-decoration: none; color: inherit; opacity: 0.72; }
.ef-lang a:hover { opacity: 1; }
.ef-lang a.is-current { opacity: 1; background: rgba(13, 27, 56, 0.08); }
.ef-dark .ef-lang a.is-current, .ef-header.is-dark .ef-lang a.is-current { background: rgba(248, 245, 234, 0.14); }
.ef-nav-end .ef-lang { display: none; }   /* below 40rem the mobile menu carries the switcher */
@media (min-width: 40rem) { .ef-nav-end .ef-lang { display: inline-flex; } }
.ef-menu-foot .ef-lang { display: flex; margin: 0; }
