/*
Theme Name: Organio Child
Theme URI: https://jenexglobal.com/
Author: Jenex Global
Description: Food manufacturing and export website for Jenex Global.
Version: 4.1.0
Template: organio
Text Domain: organio-child
*/

:root {
  --green: #123d2c;
  --green-deep: #092b1e;
  --green-mid: #1f6547;
  --green-pale: #eaf3ed;
  --fruit: #ee6b43;
  --fruit-dark: #d95530;
  --gold: #e9ae4c;
  --ink: #15231b;
  --muted: #607067;
  --cream: #f7f4ec;
  --white: #fff;
  --line: #dfe8e1;
  --shadow: 0 26px 70px rgba(9, 43, 30, .13);
}
html { scroll-behavior: smooth; }
body.jenex-corporate { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.7; }
body.jenex-corporate *, body.jenex-corporate *::before, body.jenex-corporate *::after { box-sizing: border-box; }
body.jenex-corporate a { color: inherit; text-decoration: none; }
body.jenex-corporate img { display: block; max-width: 100%; height: auto; }
.screen-reader-text { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
body.jenex-corporate a:focus-visible, body.jenex-corporate button:focus-visible, body.jenex-corporate input:focus-visible, body.jenex-corporate select:focus-visible, body.jenex-corporate textarea:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
body.jenex-corporate h1, body.jenex-corporate h2, body.jenex-corporate h3, body.jenex-corporate h4 { margin: 0 0 18px; color: var(--ink); font-family: inherit; font-weight: 790; letter-spacing: -.04em; line-height: 1.1; }
body.jenex-corporate h1 { font-size: clamp(44px, 5.5vw, 76px); }
body.jenex-corporate h2 { font-size: clamp(32px, 4vw, 51px); }
body.jenex-corporate h3 { font-size: 23px; }
body.jenex-corporate p { margin: 0 0 20px; }
.jenex-shell { width: min(1210px, calc(100% - 44px)); margin-inline: auto; }
.jenex-reading-width { max-width: 820px; }
.jenex-skip-link { position: fixed; left: 16px; top: -80px; z-index: 99999; padding: 12px 18px; background: #fff; color: #111; }
.jenex-skip-link:focus { top: 16px; }

.jenex-topbar { background: var(--green-deep); color: rgba(255,255,255,.82); font-size: 13px; }
.jenex-topbar-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.jenex-topbar-links { display: flex; gap: 24px; }
.jenex-topbar a:hover { color: #fff; }
.jenex-header { position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,.97); border-bottom: 1px solid rgba(18,61,44,.1); backdrop-filter: blur(16px); }
.admin-bar .jenex-header { top: 32px; }
.jenex-header-inner { min-height: 82px; display: flex; align-items: center; gap: 28px; }
.jenex-brand { display: inline-flex; align-items: center; gap: 11px; flex: 0 0 auto; }
.jenex-brand img { width: 50px; height: 50px; object-fit: contain; }
.jenex-brand span { display: grid; line-height: 1; }
.jenex-brand strong { color: var(--green-deep); font-size: 20px; letter-spacing: .09em; }
.jenex-brand small { margin-top: 6px; color: var(--fruit); font-size: 10px; font-weight: 850; letter-spacing: .34em; }
.jenex-navigation { margin-left: auto; }
.jenex-nav-list { display: flex; align-items: center; gap: 23px; list-style: none; margin: 0; padding: 0; }
.jenex-nav-list li { margin: 0; }
.jenex-nav-list a { position: relative; color: #30483a; font-size: 13px; font-weight: 760; white-space: nowrap; }
.jenex-nav-list a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--fruit); transition: right .2s ease; }
.jenex-nav-list a:hover::after, .jenex-nav-list .current-menu-item a::after { right: 0; }
.jenex-button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 0 24px; border: 0; border-radius: 7px; background: var(--fruit); color: #fff !important; font-size: 14px; font-weight: 820; box-shadow: 0 13px 28px rgba(238,107,67,.23); transition: transform .2s ease, background .2s ease; }
.jenex-button:hover { transform: translateY(-2px); background: var(--fruit-dark); }
.jenex-button-secondary, .jenex-button-light { background: #fff; color: var(--green-deep) !important; box-shadow: none; }
.jenex-menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.jenex-menu-toggle > span:not(.screen-reader-text) { display: block; height: 2px; margin: 5px 0; background: var(--green-deep); }

.jenex-hero { position: relative; min-height: 710px; display: flex; align-items: center; overflow: hidden; color: #fff; background: url("assets/images/hero-freeze-dried-v3.webp") center/cover no-repeat; }
.jenex-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,31,21,.98) 0%, rgba(7,39,27,.93) 35%, rgba(7,39,27,.55) 58%, rgba(7,39,27,.04) 100%); }
.jenex-hero::after { content: ""; position: absolute; left: -140px; bottom: -290px; width: 480px; height: 480px; border: 80px solid rgba(255,255,255,.045); border-radius: 50%; }
.jenex-hero-content { position: relative; z-index: 2; max-width: 735px; padding-block: 112px 130px; }
.jenex-hero h1 { max-width: 730px; color: #fff !important; }
.jenex-hero h1 em { color: #ffb47e; font-style: normal; }
.jenex-hero-lead { max-width: 665px; color: rgba(255,255,255,.84); font-size: 19px; line-height: 1.75; }
.jenex-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.jenex-kicker { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 16px; color: var(--fruit); font-size: 12px; font-weight: 880; letter-spacing: .16em; text-transform: uppercase; }
.jenex-kicker::before { content: ""; width: 25px; height: 2px; background: currentColor; }
.jenex-kicker-light { color: #ffb47e; }
.jenex-trust-strip { position: relative; z-index: 5; margin-top: -46px; }
.jenex-trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; border-radius: 13px; background: #fff; box-shadow: var(--shadow); }
.jenex-trust-item { min-width: 0; display: flex; flex-direction: column; justify-content: center; padding: 27px 26px; border-right: 1px solid var(--line); }
.jenex-trust-item:last-child { border-right: 0; }
.jenex-trust-item strong { display: block; color: var(--green-deep); font-size: 15px; }
.jenex-trust-item span { color: var(--muted); font-size: 12px; }

.jenex-section { padding: 104px 0; }
.jenex-section-soft { background: var(--cream); }
.jenex-section-green { color: #fff; background: var(--green-deep); }
.jenex-section-green h2, .jenex-section-green h3 { color: #fff !important; }
.jenex-section-green p { color: rgba(255,255,255,.72); }
.jenex-section-head { max-width: 760px; margin-bottom: 50px; }
.jenex-section-head > p { color: var(--muted); font-size: 18px; }
.jenex-section-green .jenex-section-head > p { color: rgba(255,255,255,.66); }
.jenex-section-head-row { max-width: none; display: grid; grid-template-columns: 1.2fr .8fr; gap: 75px; align-items: end; }
.jenex-section-head-row p { margin-bottom: 16px; }
.jenex-two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.jenex-two-col-narrow { grid-template-columns: .9fr 1.1fr; }
.jenex-image-frame { position: relative; }
.jenex-image-frame img { width: 100%; min-height: 480px; max-height: 610px; object-fit: cover; border-radius: 18px; box-shadow: var(--shadow); }
.jenex-image-frame-wide img { aspect-ratio: 1.08; }
.jenex-image-frame-product img { object-position: 68% center; }
.jenex-image-frame::after { content: ""; position: absolute; z-index: -1; right: -18px; bottom: -18px; width: 62%; height: 55%; border-radius: 18px; background: var(--gold); }
.jenex-copy > p, .jenex-large-copy { color: var(--muted); font-size: 17px; }
.jenex-section-green .jenex-copy > p { color: rgba(255,255,255,.7); }
.jenex-check-list { display: grid; gap: 11px; list-style: none; margin: 27px 0 32px; padding: 0; }
.jenex-check-list li { position: relative; padding-left: 30px; font-weight: 690; }
.jenex-check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--fruit); font-weight: 900; }
.jenex-section-green .jenex-check-list li::before { color: #ffb47e; }
.jenex-link { color: var(--fruit) !important; font-weight: 820; }

.jenex-card-grid { display: grid; grid-template-columns: 1.15fr .925fr .925fr; gap: 22px; align-items: stretch; }
.jenex-product-card { position: relative; height: 520px; min-width: 0; display: grid; grid-template-rows: 230px minmax(0, 1fr); align-items: stretch; overflow: hidden; border-radius: 17px; background: var(--green); box-shadow: 0 18px 44px rgba(9,43,30,.13); }
body.jenex-corporate .jenex-card-grid .jenex-product-card img { position: relative; inset: auto; z-index: 0; width: 100%; height: 230px; object-fit: cover; transition: transform .55s ease; }
.jenex-product-card-featured img { object-position: 67% center; }
.jenex-product-card::after { display: none; }
.jenex-product-card:hover img { transform: scale(1.045); }
.jenex-product-card-content { position: relative; z-index: 2; height: 100%; display: flex; flex-direction: column; padding: 30px 32px; background: var(--green-deep); color: rgba(255,255,255,.8); }
.jenex-product-card-content > span { display: block; margin-bottom: 10px; color: #ffc291; font-size: 11px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.jenex-product-card h3 { color: #fff !important; font-size: 27px; }
.jenex-product-card p { flex: 1 1 auto; margin-bottom: 20px; font-size: 14px; }
.jenex-product-card b { color: #fff; font-size: 13px; }

.jenex-feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.jenex-feature { padding: 32px 28px; border: 1px solid var(--line); border-radius: 14px; background: #fff; transition: transform .2s ease, box-shadow .2s ease; }
.jenex-feature:hover { transform: translateY(-4px); box-shadow: 0 18px 35px rgba(9,43,30,.08); }
.jenex-feature-icon { display: inline-flex; width: 45px; height: 45px; align-items: center; justify-content: center; margin-bottom: 22px; border-radius: 50%; background: var(--green-pale); color: var(--green-mid); font-size: 12px; font-weight: 850; }
.jenex-feature p { margin-bottom: 0; color: var(--muted); font-size: 14px; }
.jenex-process { display: grid; grid-template-columns: repeat(4, 1fr); counter-reset: process; }
.jenex-process-item { position: relative; padding: 10px 32px 10px 0; }
.jenex-process-item::before { counter-increment: process; content: "0" counter(process); display: block; margin-bottom: 18px; color: #ffb47e; font-size: 34px; font-weight: 850; }
.jenex-process-item::after { content: ""; position: absolute; top: 32px; right: 20px; left: 68px; height: 1px; background: rgba(255,255,255,.22); }
.jenex-process-item p { font-size: 14px; }
.jenex-process-link { margin-top: 24px; }
.jenex-application-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.jenex-application-list span { padding: 18px 20px; border: 1px solid var(--line); border-radius: 10px; background: var(--cream); color: var(--green); font-weight: 750; }
.jenex-enquiry-callout-inner { display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; align-items: center; }
.jenex-enquiry-callout h2 { margin-bottom: 0; }
.jenex-enquiry-callout p { color: var(--muted); }

.jenex-page-hero { position: relative; overflow: hidden; padding: 103px 0 94px; color: #fff; background: linear-gradient(90deg, rgba(5,31,21,.97), rgba(8,46,31,.8)), url("assets/images/hero-freeze-dried-v3.webp") 72% center/cover no-repeat; }
.jenex-page-hero::after { content: ""; position: absolute; right: -80px; top: -170px; width: 360px; height: 360px; border: 60px solid rgba(255,255,255,.05); border-radius: 50%; }
.jenex-page-hero h1 { color: #fff !important; font-size: clamp(43px, 5vw, 64px); }
.jenex-page-hero p { max-width: 760px; margin: 0; color: rgba(255,255,255,.77); font-size: 19px; }
.jenex-page-content > .jenex-section:first-child { padding-top: 104px; }
.jenex-quote-card { margin-top: 30px; padding: 25px 27px; border-left: 4px solid var(--fruit); border-radius: 0 12px 12px 0; background: var(--cream); }
.jenex-quote-card strong { color: var(--green); }
.jenex-quote-card p { margin: 7px 0 0; color: var(--muted); }
.jenex-info-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.jenex-info-card { padding: 36px; border-radius: 15px; background: #fff; box-shadow: 0 12px 32px rgba(9,43,30,.06); }
.jenex-section:not(.jenex-section-soft) .jenex-info-card { border: 1px solid var(--line); box-shadow: none; }
.jenex-info-card > span { display: block; margin-bottom: 26px; color: var(--fruit); font-size: 12px; font-weight: 850; letter-spacing: .1em; }
.jenex-info-card p { margin-bottom: 0; color: var(--muted); }
.jenex-portfolio-lines { border-top: 1px solid var(--line); }
.jenex-portfolio-lines a { position: relative; display: grid; grid-template-columns: 1.1fr 1fr auto; gap: 35px; align-items: center; padding: 29px 5px; border-bottom: 1px solid var(--line); transition: padding .2s ease, background .2s ease; }
.jenex-portfolio-lines a:hover { padding-inline: 20px; background: var(--cream); }
.jenex-portfolio-lines b { color: var(--green-deep); font-size: 22px; }
.jenex-portfolio-lines span { color: var(--muted); }
.jenex-portfolio-lines i { color: var(--fruit); font-style: normal; font-weight: 850; }
.jenex-range-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.jenex-range-grid article { padding: 36px; border-top: 4px solid var(--fruit); border-radius: 4px 4px 15px 15px; background: #fff; box-shadow: 0 15px 38px rgba(9,43,30,.07); }
.jenex-range-grid article > span { color: var(--green-mid); font-size: 12px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.jenex-range-grid h3 { margin-top: 13px; }
.jenex-range-grid ul { columns: 2; gap: 22px; margin: 25px 0 0; padding-left: 18px; color: var(--muted); }
.jenex-range-grid li { margin-bottom: 5px; break-inside: avoid; }
.jenex-timeline { display: grid; grid-template-columns: repeat(6, 1fr); gap: 0; }
.jenex-timeline > div { position: relative; padding: 0 22px 0 0; }
.jenex-timeline > div::after { content: ""; position: absolute; top: 20px; left: 45px; right: 9px; height: 1px; background: var(--line); }
.jenex-timeline b { display: inline-flex; width: 40px; height: 40px; align-items: center; justify-content: center; margin-bottom: 20px; border-radius: 50%; background: var(--green); color: #fff; font-size: 11px; }
.jenex-timeline h3 { font-size: 19px; }
.jenex-timeline p { margin-bottom: 0; color: var(--muted); font-size: 13px; }
.jenex-dark-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.jenex-dark-card-grid > div { padding: 30px; border: 1px solid rgba(255,255,255,.14); border-radius: 12px; background: rgba(255,255,255,.04); }
.jenex-dark-card-grid p { margin: 0; font-size: 14px; }

.jenex-product-detail { display: grid; grid-template-columns: .86fr 1.14fr; gap: 58px; align-items: center; padding: 48px 0; border-bottom: 1px solid var(--line); scroll-margin-top: 130px; }
.jenex-product-detail:last-child { border-bottom: 0; }
.jenex-product-detail img { width: 100%; height: 420px; object-fit: cover; border-radius: 17px; box-shadow: 0 16px 40px rgba(9,43,30,.09); }
.jenex-product-detail:first-of-type img { object-position: 68% center; }
.jenex-product-detail:nth-child(even) .jenex-product-detail-image { order: 2; }
.jenex-spec-list { display: flex; flex-wrap: wrap; gap: 8px; margin: 24px 0; }
.jenex-spec-list span { padding: 7px 12px; border-radius: 99px; background: var(--green-pale); color: var(--green-deep); font-size: 12px; font-weight: 760; }
.jenex-check-grid { display: grid; grid-template-columns: repeat(5, 1fr); overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.jenex-check-grid > div { padding: 28px 24px; border-right: 1px solid var(--line); }
.jenex-check-grid > div:last-child { border-right: 0; }
.jenex-check-grid b { display: block; margin-bottom: 24px; color: var(--fruit); }
.jenex-check-grid span { display: block; color: var(--green-deep); font-weight: 800; }
.jenex-check-grid p { margin: 6px 0 0; color: var(--muted); font-size: 13px; }
.jenex-center-action { margin-top: 35px; text-align: center; }
.jenex-mini-heading { margin: 24px 0 10px !important; color: var(--green-mid) !important; font-size: 14px !important; letter-spacing: .04em !important; text-transform: uppercase; }
.jenex-services-section { background: linear-gradient(180deg, #fff 0%, var(--green-pale) 100%); }
.jenex-services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.jenex-services-grid article { position: relative; min-height: 245px; padding: 32px; overflow: hidden; border: 1px solid var(--line); border-radius: 15px; background: #fff; box-shadow: 0 14px 36px rgba(9,43,30,.06); }
.jenex-services-grid article::after { content: ""; position: absolute; right: -45px; bottom: -55px; width: 130px; height: 130px; border: 24px solid var(--green-pale); border-radius: 50%; }
.jenex-services-grid article > b { display: block; margin-bottom: 25px; color: var(--fruit); font-size: 12px; letter-spacing: .1em; }
.jenex-services-grid article h3, .jenex-services-grid article p { position: relative; z-index: 1; }
.jenex-services-grid article p { margin: 0; color: var(--muted); font-size: 14px; }
.jenex-services-grid-page article { min-height: 275px; }
.jenex-jeno-intro { background: linear-gradient(135deg, #fff 0%, #fff8ed 100%); }
.jenex-jeno-mark { margin: -4px 0 22px; color: var(--green-deep); font-size: clamp(60px, 8vw, 104px); font-weight: 950; letter-spacing: -.07em; line-height: .8; }
.jenex-jeno-mark::first-letter { color: var(--fruit); }
.jenex-jeno-mark-small { margin: 5px 0 20px; font-size: clamp(52px, 6vw, 80px); }
.jenex-jeno-callout { background: linear-gradient(120deg, #fff5e6, #fff); }
.jenex-meal-groups { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.jenex-meal-groups article { padding: 32px; border-top: 4px solid var(--gold); border-radius: 4px 4px 14px 14px; background: #fff; box-shadow: 0 14px 34px rgba(9,43,30,.06); }
.jenex-meal-groups article > span { color: var(--fruit); font-size: 11px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.jenex-meal-groups h3 { margin-top: 13px; font-size: 21px; }
.jenex-meal-groups p { margin: 0; color: var(--muted); font-size: 14px; }
.jenex-segment-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.jenex-segment-grid > div { padding: 28px; border: 1px solid var(--line); border-radius: 13px; background: #fff; }
.jenex-segment-grid b { display: block; color: var(--green-deep); font-size: 18px; }
.jenex-segment-grid p { margin: 7px 0 0; color: var(--muted); font-size: 14px; }
.jenex-compliance-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.jenex-compliance-grid > div { display: grid; min-height: 110px; align-content: center; padding: 24px; border: 1px solid rgba(255,255,255,.16); border-radius: 12px; background: rgba(255,255,255,.05); }
.jenex-compliance-grid b { color: #fff; font-size: 18px; }
.jenex-compliance-grid span { color: rgba(255,255,255,.67); font-size: 13px; }
.jenex-compliance-grid-light > div { border-color: var(--line); background: var(--cream); }
.jenex-compliance-grid-light b { color: var(--green-deep); }
.jenex-compliance-grid-light span { color: var(--muted); }
.jenex-compliance-note { max-width: 800px; margin: 25px 0 0; font-size: 13px; }
.jenex-business-ids { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 25px; }
.jenex-business-ids span { padding: 12px 18px; border-radius: 8px; background: var(--green-deep); color: #fff; font-size: 13px; }
.jenex-business-ids b { color: #ffb47e; }
.jenex-document-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.jenex-document-grid span { min-height: 105px; display: flex; align-items: center; justify-content: center; padding: 22px; border: 1px solid var(--line); border-radius: 12px; background: #fff; color: var(--green-deep); font-weight: 780; text-align: center; }
.jenex-packaging-strip { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.jenex-packaging-strip > * { padding: 9px 14px; border-radius: 99px; background: var(--green-pale); color: var(--green-deep); font-size: 12px; }
.jenex-packaging-strip b { background: var(--fruit); color: #fff; }

.jenex-contact-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 55px; align-items: start; }
.jenex-contact-prompt { margin: 28px 0; padding: 28px; border-radius: 13px; background: var(--cream); }
.jenex-contact-prompt .jenex-check-list { margin-bottom: 0; }
.jenex-contact-card { padding: 28px; border: 1px solid var(--line); border-radius: 13px; background: #fff; }
.jenex-contact-card + .jenex-contact-card { margin-top: 13px; }
.jenex-contact-card > span { display: block; margin-bottom: 7px; color: var(--fruit); font-size: 11px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.jenex-contact-card a { color: var(--green-deep); font-weight: 760; }
.jenex-contact-card > a { display: block; margin-top: 7px; }
.jenex-contact-card p { margin-bottom: 8px; }
.jenex-enquiry-panel { position: sticky; top: 140px; padding: 44px; border-radius: 18px; background: var(--green-deep); color: rgba(255,255,255,.76); box-shadow: var(--shadow); }
.jenex-enquiry-panel h2 { color: #fff !important; }
.jenex-enquiry-panel .wpcf7 { margin-top: 28px; }
.jenex-enquiry-panel .wpcf7-form { margin: 0; }
.jenex-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.jenex-form-field { display: block; margin: 0; color: #fff; font-size: 13px; font-weight: 750; }
.jenex-form-field-wide { grid-column: 1 / -1; }
.jenex-form-field .wpcf7-form-control-wrap { display: block; margin-top: 7px; }
.jenex-enquiry-panel input:not([type="submit"]), .jenex-enquiry-panel select, .jenex-enquiry-panel textarea { width: 100%; min-height: 50px; margin: 0; padding: 12px 14px; border: 1px solid rgba(255,255,255,.18); border-radius: 8px; outline: none; background: rgba(255,255,255,.09); color: #fff; font: inherit; font-size: 14px; }
.jenex-enquiry-panel textarea { min-height: 130px; resize: vertical; }
.jenex-enquiry-panel select option { color: var(--ink); background: #fff; }
.jenex-enquiry-panel input:focus, .jenex-enquiry-panel select:focus, .jenex-enquiry-panel textarea:focus { border-color: #ffb47e; box-shadow: 0 0 0 3px rgba(255,180,126,.15); }
.jenex-form-consent { grid-column: 1 / -1; color: rgba(255,255,255,.75); font-size: 12px; }
.jenex-form-consent .wpcf7-list-item { margin: 0; }
.jenex-form-consent input { width: auto !important; min-height: auto !important; margin-right: 7px !important; }
.jenex-enquiry-panel .wpcf7-submit { min-height: 52px; padding: 0 24px; border: 0; border-radius: 8px; background: var(--fruit); color: #fff; font-weight: 800; cursor: pointer; }
.jenex-enquiry-panel .wpcf7-spinner { background: rgba(255,255,255,.3); }
.jenex-enquiry-panel .wpcf7-not-valid-tip { margin-top: 5px; color: #ffc6a6; font-size: 12px; }
.jenex-enquiry-panel .wpcf7-response-output { margin: 20px 0 0 !important; padding: 12px 14px !important; border-radius: 8px; color: #fff; font-size: 13px; }
.jenex-hp { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; opacity: 0 !important; }

.jenex-footer-cta { padding: 58px 0; background: var(--fruit); color: #fff; }
.jenex-footer-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.jenex-footer-cta h2 { max-width: 760px; margin-bottom: 0; color: #fff !important; font-size: clamp(28px, 3vw, 40px); }
.jenex-footer { padding-top: 76px; background: #071f16; color: rgba(255,255,255,.65); }
.jenex-footer-grid { display: grid; grid-template-columns: 1.4fr .65fr 1fr; gap: 75px; padding-bottom: 58px; }
.jenex-brand-footer strong { color: #fff; }
.jenex-footer-brand > p { max-width: 440px; margin-top: 22px; }
.jenex-footer h3 { color: #fff !important; font-size: 16px; letter-spacing: 0; }
.jenex-footer-links { list-style: none; margin: 0; padding: 0; }
.jenex-footer-links li { margin-bottom: 8px; }
.jenex-footer a:hover { color: #fff; }
.jenex-footer-contact a { display: block; margin-top: 7px; color: #fff; }
.jenex-footer-contact p strong { color: #fff; }
.jenex-footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.1); font-size: 13px; }

@media (max-width: 1080px) {
  .jenex-header-cta { display: none; }
  .jenex-nav-list { gap: 20px; }
  .jenex-timeline { grid-template-columns: repeat(3, 1fr); row-gap: 38px; }
}
@media (max-width: 920px) {
  .jenex-menu-toggle { display: block; margin-left: auto; }
  .jenex-navigation { position: absolute; display: none; left: 20px; right: 20px; top: calc(100% + 1px); padding: 20px; border: 1px solid var(--line); border-radius: 0 0 12px 12px; background: #fff; box-shadow: var(--shadow); }
  .jenex-navigation.is-open { display: block; }
  .jenex-nav-list { display: grid; gap: 15px; }
  .jenex-nav-list a { display: block; padding: 5px 0; }
  .jenex-two-col, .jenex-two-col-narrow, .jenex-contact-grid, .jenex-enquiry-callout-inner { grid-template-columns: 1fr; gap: 45px; }
  .jenex-section-head-row { grid-template-columns: 1fr; gap: 15px; }
  .jenex-trust-grid, .jenex-feature-grid { grid-template-columns: repeat(2, 1fr); }
  .jenex-card-grid { grid-template-columns: 1fr 1fr; }
  .jenex-product-card-featured { grid-column: 1 / -1; height: 470px; grid-template-rows: 205px minmax(0, 1fr); }
  body.jenex-corporate .jenex-card-grid .jenex-product-card-featured img { height: 205px; }
  .jenex-process { grid-template-columns: repeat(2, 1fr); gap: 24px; }
  .jenex-range-grid { grid-template-columns: 1fr; }
  .jenex-dark-card-grid { grid-template-columns: repeat(2, 1fr); }
  .jenex-services-grid, .jenex-meal-groups, .jenex-segment-grid, .jenex-compliance-grid, .jenex-document-grid { grid-template-columns: repeat(2, 1fr); }
  .jenex-check-grid { grid-template-columns: repeat(3, 1fr); }
  .jenex-check-grid > div:nth-child(3) { border-right: 0; }
  .jenex-check-grid > div:nth-child(-n+3) { border-bottom: 1px solid var(--line); }
  .jenex-enquiry-panel { position: static; }
  .jenex-footer-grid { grid-template-columns: 1.2fr .8fr; gap: 48px; }
  .jenex-footer-contact { grid-column: 1 / -1; }
}
@media (max-width: 680px) {
  .jenex-shell { width: min(100% - 28px, 1210px); }
  .jenex-topbar-inner { justify-content: center; min-height: 34px; }
  .jenex-topbar-inner > span { display: none; }
  .jenex-topbar-links { width: 100%; justify-content: space-between; gap: 10px; font-size: 11px; }
  .jenex-header-inner { min-height: 72px; }
  .jenex-brand img { width: 44px; height: 44px; }
  .jenex-hero { min-height: 690px; background-position: 66% center; }
  .jenex-hero::before { background: linear-gradient(90deg, rgba(5,31,21,.98) 0%, rgba(7,39,27,.92) 58%, rgba(7,39,27,.48) 100%); }
  .jenex-hero-content { padding-block: 85px 125px; }
  .jenex-hero h1 { font-size: clamp(40px, 12vw, 58px); }
  .jenex-hero-lead { font-size: 17px; }
  .jenex-actions .jenex-button { width: 100%; }
  .jenex-trust-grid { grid-template-columns: 1fr 1fr; }
  .jenex-trust-item { padding: 20px 16px; }
  .jenex-trust-item:nth-child(2) { border-right: 0; }
  .jenex-trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .jenex-section { padding: 74px 0; }
  .jenex-image-frame img { min-height: 340px; }
  .jenex-card-grid, .jenex-feature-grid, .jenex-process, .jenex-info-grid, .jenex-dark-card-grid { grid-template-columns: 1fr; }
  .jenex-services-grid, .jenex-meal-groups, .jenex-segment-grid, .jenex-compliance-grid, .jenex-document-grid { grid-template-columns: 1fr; }
  .jenex-services-grid article, .jenex-services-grid-page article { min-height: 0; }
  .jenex-product-card, .jenex-product-card-featured { grid-column: auto; height: 510px; grid-template-rows: 215px minmax(0, 1fr); }
  body.jenex-corporate .jenex-card-grid .jenex-product-card img,
  body.jenex-corporate .jenex-card-grid .jenex-product-card-featured img { height: 215px; }
  .jenex-application-list { grid-template-columns: 1fr; }
  .jenex-portfolio-lines a { grid-template-columns: 1fr auto; gap: 6px 15px; }
  .jenex-portfolio-lines a span { grid-column: 1 / -1; }
  .jenex-portfolio-lines i { grid-column: 2; grid-row: 1; }
  .jenex-timeline { grid-template-columns: 1fr 1fr; row-gap: 35px; }
  .jenex-product-detail { grid-template-columns: 1fr; gap: 25px; padding: 38px 0; }
  .jenex-product-detail:nth-child(even) .jenex-product-detail-image { order: 0; }
  .jenex-product-detail img { height: 310px; }
  .jenex-check-grid { grid-template-columns: 1fr; }
  .jenex-check-grid > div { border-right: 0; border-bottom: 1px solid var(--line); }
  .jenex-check-grid > div:last-child { border-bottom: 0; }
  .jenex-form-grid { grid-template-columns: 1fr; }
  .jenex-form-field-wide, .jenex-form-consent { grid-column: auto; }
  .jenex-enquiry-panel { padding: 30px 22px; }
  .jenex-page-hero { padding: 76px 0 70px; background-position: 65% center; }
  .jenex-footer-cta-inner, .jenex-footer-bottom { align-items: flex-start; flex-direction: column; }
  .jenex-footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .jenex-footer-contact { grid-column: auto; }
}
