/*!
Theme Name: Ramajeyam
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Ramajeyam Rice - Premium Non-Basmati Rice Manufacturer & Exporter
Version: 3.0.0
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ramajeyam
Tags: custom-background, custom-logo, custom-menu, featured-images
*/
@import url('https://fonts.googleapis.com/css2?family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap');
/* ============================================================
   VARIABLES
   ============================================================ */
:root {
	--green-dark:    #0B3A26;
	--green:         #165637 ; 
	--green-mid:     #1C8A59;
	--green-light:   #B7E07E;
	--green-pale:    #F4F9F6;
	--gold:          #D08000;
	--gold-light:    #FFA300;
	--cream:         #F7F4EC;
	--cream-2:       #F2EFE6;
	--white:         #FFFFFF;
	--gray-100:      #F5F5F5;
	--gray-200:      #E8E8E8;
	--gray-500:      #8A8A8A;
	--gray-600:      #6B7280;
	--gray-800:      #2B2B2B;
	--text-dark:     #1E2A20;
	--text-body:     #5A6660;
	--font-body:     'Google Sans', sans-serif;
	--font-heading:  'Google Sans', sans-serif;
	--font-script:   "Cormorant Garamond", serif;
	--radius-sm:     8px;
	--radius-md:     14px;
	--radius-lg:     24px;
	--shadow-sm:     0 4px 16px rgba(20,64,31,0.06);
	--shadow-md:     0 12px 36px rgba(20,64,31,0.10);
	--shadow-lg:     0 20px 50px rgba(20,64,31,0.14);
	--transition:    all 0.3s ease;
	--container:     1200px;
	--header-h:      84px;
}

/* ============================================================
   RESET & BASE
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 18px; overflow-x: hidden; }
body {
	font-family: var(--font-body);
	color: var(--text-body);
	background: var(--white);
	line-height: 1.3;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; transition: var(--transition); }
ul { list-style: none; }
button { cursor: pointer; border: none; background: none; font-family: var(--font-body); }
.site-content { padding-top: var(--header-h); }
.bold{font-weight: 700;}

/* ============================================================
   LAYOUT HELPERS
   ============================================================ */
.container {
	max-width: var(--container);
	margin-inline: auto;
	padding-inline: 16px;
	width: 100%;
}
.text-center { text-align: center; }
.center { text-align: center; }
.mt-20 { margin-top: 20px; }
.mt-40 { margin-top: 40px; }
.mt-3 { margin-top: 12px; }
.text-green { color: var(--green-mid); }

.skip-link { position: absolute; left: -9999px; }
.skip-link:focus { left: 6px; top: 6px; z-index: 9999; background:#fff; padding:8px; }
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px; width: 1px; overflow: hidden;
}

/* ============================================================
   BUTTONS
   ============================================================ */
.btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 15px;
	border-radius: 6px;
	font-weight: 300;
	font-size: 18px;
	letter-spacing: 0.2px;
	transition: var(--transition);
	line-height: 1;
	cursor: pointer;
	white-space: nowrap;
}
.btn-arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px; height: 32px;
	border-radius: 50%;
	background: rgba(255,255,255,0.25);
	font-size: 14px;
	transition: var(--transition);
}
.btn-arrow-outline{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px; height: 24px;
	border: 1px solid var(--white);
	border-radius: 50%;
	background: rgba(255,255,255,0);
	font-size: 14px;
	transition: var(--transition);
}
.btn-icon-white svg{stroke: var(--white);}
.btn-primary {
	background: var(--green-mid);
	color: var(--white);
	border: 1.5px solid var(--green-mid);
	display: flex; align-items: center; justify-content: space-between;
}
.btn-primary:hover {
	background: var(--green);
	border-color: var(--green);
	transform: translateY(-2px);
	box-shadow: 0 10px 26px rgba(45,106,79,0.32);
}
.btn-outline-dark {
	background: transparent;
	color: var(--green-mid);
	border: 0.5px solid var(--green-mid);
}
.btn-outline-dark .btn-arrow { background: transperant; color: var(--green-mid); border:.5px solid var(--green-mid); }
.btn-outline-dark:hover { background: var(--green-mid); color: #fff; }
.btn-outline-dark:hover .btn-arrow { background: rgba(255,255,255,1); color:#fff; }
.btn-light {
	background: var(--green-light);
	color: var(--green);
	border: 1.5px solid var(--green-light);
}
.btn-light:hover { background:#fff; color: var(--green-mid); }

/* Circle nav buttons */
.circle-nav {
	width: 48px; height: 48px;
	border-radius: 50%;
	background: transparent;
	border: 1.5px solid #FFFFFF87;
	display: inline-flex; align-items: center; justify-content: center;
	color: var(--green-mid);
	transition: var(--transition);
	flex-shrink: 0;
}
.circle-nav svg { width: 20px; height: 20px; }
.circle-nav:hover { background: #DBE268; color: #fff; border-color: var(--green-light); }
.circle-nav:hover svg{ stroke: var(--green); fill: var(--green); }
.circle-nav-gold {
	background: var(--gold-light);
	border-color: var(--gold-light);
	color: #fff;
}
.circle-nav-gold:hover { background: var(--gold); border-color: var(--gold); }

/* ============================================================
   SECTION TYPOGRAPHY
   ============================================================ */
.section-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1px;
	color: var(--gold);
	text-transform: uppercase;
	margin-bottom: 14px;
}
.section-eyebrow.gold { color: var(--gold) !important; }
.section-eyebrow.light { color: rgba(255,255,255,0.7); }
.section-eyebrow.white { color: var(--white); }
.section-eyebrow.green { color: rgba(28, 138, 89, 1); }
.section-eyebrow.green-light { color: rgba(183, 224, 126, 1); }

/* Eyebrow dash: 30px line either side of a subtitle. Defaults to matching the
   text color (currentColor); add a dash-* modifier span to make the line a
   different color than the text (e.g. green text with a gold line). */
.eyebrow-dash { width: 30px; height: 1px; background: currentColor; display: inline-block; flex-shrink: 0; }
span.dash-gold         { background: var(--gold); }
span.dash-green        { background: var(--green); }
span.dash-green-mid    { background: var(--green-mid); }
span.dash-green-light  { background: var(--green-light); }
span.dash-white        { background: var(--white); }
.section-title {
	font-family: var(--font-heading);
	font-size: clamp(30px, 3.4vw, 35px);
	font-weight: 600;
	color: var(--text-dark);
	line-height: 1.18;
	margin-bottom: 18px;
}
.section-title.light { color: var(--white); }
.section-desc {
	font-weight: 300;
	color: var(--text-body);
	max-width: 800px;
	margin-inline: auto;
}
.section-desc.light { color: rgba(255,255,255,0.78); }

/* Wheat decoration */
.wheat-deco {
	position: absolute;
	width: 70px;
	pointer-events: none;
	z-index: 0;
	opacity: 0.9;
}
.wheat-deco svg { width: 100%; height: auto; }

/* ============================================================
   HEADER
   ============================================================ */
.site-header {
	position: fixed;
	top: 0; left: 0; right: 0;
	height: var(--header-h);
	background: var(--white);
	z-index: 1000;
	box-shadow: 0 1px 0 rgba(0,0,0,0.04);
	transition: var(--transition);
}
.site-header.scrolled { box-shadow: 0 4px 24px rgba(0,0,0,0.10); }
.header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
	gap: 24px;
}

/* Logo */
.site-branding { flex-shrink: 0; }
.site-branding .custom-logo-link,
.site-branding > a { display: flex; align-items: center; gap: 10px; }
.site-branding img.custom-logo { height: 54px; width: auto; }
.logo-mark svg { width: 30px; height: 38px; }
.logo-wrap { display: flex; flex-direction: column; line-height: 1; }
.logo-text {
	font-family: var(--font-heading);
	font-size: 23px;
	font-weight: 800;
	color: var(--green);
	letter-spacing: 1px;
}
.logo-sub {
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 5px;
	color: var(--gold);
	margin-top: 2px;
}

/* Navigation */
.main-navigation { flex: 1; display: flex; justify-content: center; }
.main-navigation .nav-menu { display: flex; align-items: center; gap: 2px; }
.main-navigation .nav-menu > li > a {
	display: block;
	padding: 8px 14px;
	font-size: 16px;
	font-weight: 500;
	color: var(--gray-800);
	border-radius: var(--radius-sm);
	position: relative;
}
.main-navigation .nav-menu > li > a:hover,
.main-navigation .nav-menu > li.current-menu-item > a { color: var(--green-mid); }
.main-navigation .nav-menu > li.current-menu-item > a { font-weight: 600; }

/* Dropdown */
.main-navigation .nav-menu > li { position: relative; }
.main-navigation .nav-menu .sub-menu {
	position: absolute;
	top: calc(100% + 10px);
	left: 0;
	min-width: 200px;
	background: var(--white);
	border-radius: var(--radius-md);
	box-shadow: var(--shadow-md);
	border: 1px solid var(--gray-200);
	opacity: 0; visibility: hidden;
	transform: translateY(8px);
	transition: var(--transition);
	z-index: 100; padding: 8px;
}
.main-navigation .nav-menu > li:hover .sub-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.main-navigation .nav-menu .sub-menu li a { display: block; padding: 9px 14px; font-size: 16px; border-radius: var(--radius-sm); }
.main-navigation .nav-menu .sub-menu li a:hover { background: var(--green-pale); color: var(--green-mid); }

/* Header Right */
.header-right { display: flex; align-items: center; gap: 18px; flex-shrink: 0; }
.header-social { display: flex; gap: 8px; }
.header-social a {
	width: 32px; height: 32px;
	border-radius: 50%;
	border: 1px solid var(--gray-200);
	display: flex; align-items: center; justify-content: center;
	color: var(--green-mid);
}
.header-social a svg { width: 15px; height: 15px; }
.header-social a:hover { background: var(--green-mid); color: #fff; border-color: var(--green-mid); }
.btn-shop { position: relative; padding: 14px 16px; font-size:14px; text-transform: uppercase; border-radius: 8px; }
.btn-shop-dot {
	position: absolute;
	top: -4px;
	right: -4px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: var(--gold);
	border: 3px solid var(--white);
}
.btn-shop-dot::before {
	content: '';
	position: absolute;
	inset: 0;
	border-radius: 50%;
	background: var(--gold);
	animation: btnShopPing 1.6s cubic-bezier(0, 0, 0.2, 1) infinite;
}
@keyframes btnShopPing {
	0%   { transform: scale(1); opacity: 0.7; }
	100% { transform: scale(2.4); opacity: 0; }
}

/* Hamburger */
.hamburger { display: none; flex-direction: column; justify-content: center; gap: 5px; width: 28px; height: 20px; }
.hamburger span { display: block; height: 2px; width: 100%; background: var(--green); border-radius: 2px; transition: var(--transition); }
.hamburger.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.active span:nth-child(2) { opacity: 0; }
.hamburger.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile Nav - full-screen warm off-white takeover: plain black text rows on thin
   hairline dividers, a solid (not pixel-art) gold arrowhead per row, and a flush,
   edge-to-edge CTA bar at the very bottom instead of a floating pill button. */
.mobile-nav-overlay {
	position: fixed; inset: 0; z-index: 999;
	background: #F7F4E4;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.35s ease;
}
.mobile-nav-overlay.open { opacity: 1; pointer-events: auto; }

.mobile-nav-panel {
	position: absolute; inset: 0;
	display: flex;
	flex-direction: column;
	padding: 28px 32px 0;
	transform: scale(0.97);
	opacity: 0;
	transition: transform 0.35s cubic-bezier(0.4,0,0.2,1), opacity 0.35s ease;
	overflow-y: auto;
}
.mobile-nav-overlay.open .mobile-nav-panel { transform: scale(1); opacity: 1; }

.mobile-nav-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 40px; }
.mobile-nav-logo { height: 34px; width: auto; }
.mobile-nav-close { width: 44px; height: 44px; margin: -8px -8px 0 0; background: none; border: none; color: var(--text-dark); display: flex; align-items: center; justify-content: center; flex-shrink: 0; cursor: pointer; }
.mobile-nav-close svg { width: 22px; height: 22px; }

.mobile-nav-menu { display: flex; flex-direction: column; margin-bottom: 28px; }
.mobile-nav-menu li {
	border-bottom: 1px solid rgba(30,42,32,0.12);
	opacity: 0;
	transform: translateY(8px);
	transition: opacity 0.35s ease, transform 0.35s ease;
}
.mobile-nav-overlay.open .mobile-nav-menu li { opacity: 1; transform: translateY(0); }
.mobile-nav-overlay.open .mobile-nav-menu li:nth-child(1) { transition-delay: 0.06s; }
.mobile-nav-overlay.open .mobile-nav-menu li:nth-child(2) { transition-delay: 0.10s; }
.mobile-nav-overlay.open .mobile-nav-menu li:nth-child(3) { transition-delay: 0.14s; }
.mobile-nav-overlay.open .mobile-nav-menu li:nth-child(4) { transition-delay: 0.18s; }
.mobile-nav-overlay.open .mobile-nav-menu li:nth-child(5) { transition-delay: 0.22s; }
.mobile-nav-overlay.open .mobile-nav-menu li:nth-child(6) { transition-delay: 0.26s; }
.mobile-nav-overlay.open .mobile-nav-menu li:nth-child(7) { transition-delay: 0.30s; }
.mobile-nav-menu li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 20px 2px;
	font-size: 24px;
	font-weight: 500;
	color: var(--text-dark);
}
.mobile-nav-menu li a::after {
	content: '';
	width: 0;
	height: 0;
	flex-shrink: 0;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 9px solid var(--gold);
}
.mobile-nav-menu li.current-menu-item a { color: var(--green-mid); }

.mobile-nav-footer { margin-top: auto; }
.mobile-nav-footer .btn-shop {
	display: inline-flex; /* .btn-shop is display:none on mobile for the desktop header's
	                         copy of this button - re-declared here so this drawer's copy,
	                         which shares the same class, isn't hidden by that same rule. */
	width: calc(100% + 64px);
	margin: 0 -32px;
	justify-content: space-between;
	padding: 22px 32px;
	border-radius: 0;
	font-size: 16px;
}
.mobile-nav-footer .btn-shop-dot { display: none; }
.mobile-nav-footer .btn-shop::after {
	content: '';
	width: 0;
	height: 0;
	flex-shrink: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 8px solid #fff;
}

/* ============================================================
   HERO
   ============================================================ */
.hero-section {
	position: relative;
	background: linear-gradient(180deg, #FBFCFA 0%, #F4F8F1 100%);
	padding: 52px 0 70px;
	overflow: hidden;
}
.hero-top {
	display: grid;
	grid-template-columns: 0.82fr 1.18fr;
	gap: 56px;
	align-items: start;
	position: relative;
	z-index: 2;
	margin-bottom: 8px;
}
.hero-title {
	font-size: 47px;
	font-family: var(--font-body);
	font-weight: 300;
	display: flex;
	flex-direction: column;
	gap:12px;
	line-height: 1.08;
	margin-top: -4px;
	color:#0E1D16;
}
.hero-title span{font-size: 39px; }
.hero-title .line-1 {
	font-size: clamp(30px, 3.1vw, 42px);
	font-weight: 300;
	color: #2B2B2B;
	letter-spacing: -0.5px;
}
.hero-title .line-2 {
	font-size: clamp(42px, 3.9vw, 50px);
	font-weight: 500;
	color: #1B8A3E;
	letter-spacing: -1px;
	margin-top: 4px;
}
.hero-intro { padding-top: 6px; }
.hero-desc {
	font-size: 21px;
	color: #565656;
	/* max-width: 470px; */
	margin-bottom: 30px;
	line-height: 35px;
}
.hero-desc strong { color: var(--text-dark); font-weight: 700; }
.hero-btns { display: flex; gap: 16px; flex-wrap: wrap; }

/* Hero button arrow circles */
.hero-btns .btn { padding: 8px 15px 8px 15px; }
.hero-btns .btn-arrow { width: 32px; height: 32px; }
.hero-btns .btn-arrow svg { width: auto; height: auto; }
.btn-primary .btn-arrow { background: #fff; color: var(--green-mid); }
.btn-primary:hover .btn-arrow { background: #fff; color: var(--green); }
.btn-outline-dark .btn-arrow { background: transperant; color: #fff; }

/* Hero banner */
.hero-banner-wrap { position: relative; z-index: 2; margin-top: 30px; }
.hero-stalk {
	position: absolute;
	top: -78px;
	left: 70px;
	width: 64px;
	z-index: 3;
}
.hero-stalk svg { width: 100%; height: auto; }
.hero-banner {
	position: relative;
	border-radius: 18px;
	overflow: hidden;
	box-shadow: 0 24px 60px rgba(20,64,31,0.18);
	aspect-ratio: 1200 / 470;
}
.hero-banner img { width: 100%; height: 100%; object-fit: cover; }
/* object-fit doesn't crop <iframe> content in most browsers, so YouTube's own player
   was letterboxing the 16:9 video (black bars) instead of filling this much wider
   banner. Fix: size the iframe so it's AT LEAST 100% in both directions while keeping
   its native 16:9 shape (browser picks whichever dimension needs to overflow), then
   center it - the overflowing edges get clipped by .hero-banner's overflow:hidden. */
.hero-banner-video {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	aspect-ratio: 16 / 9;
	border: 0;
	pointer-events: none;
	transform: translate(-50%, -50%);
}

/* Hero edge decorations */
.hero-deco {
	position: absolute;
	top: 36px;
	width: 90px;
	z-index: 1;
	pointer-events: none;
	opacity: 0.85;
}
.hero-deco svg { width: 100%; height: auto; }
.hero-deco-left  { left: -1px; }
.hero-deco-right { right: -1px; transform: scaleX(-1); }

/* ============================================================
   CORE VALUES (sticky scroll)
   ============================================================ */
.values-section { padding-top: 90px; padding-bottom:0; background: var(--white); }
.values-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 64px;
	align-items: stretch;
}
/* Left column = full height of the section. The title pins to the top of the
   screen and the image pins to the bottom of the screen, so they stay locked
   in the viewport while the right-side cards scroll between them. */
.values-sticky {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}
.values-head-block {
	position: sticky;
	top: calc(var(--header-h) + 40px);
}
/* Same pattern as .tl-plant on the About page's "Our Journey" section: pinned to the
   viewport's bottom-left corner via position:fixed (not scroll-tied like values-head-block),
   faded in/out by initValuesPlant() in main.js only while .values-section overlaps the
   viewport - so it doesn't linger over whatever section comes after. */
.values-art {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 150px;
	height: auto;
	z-index: 5;
	opacity: 0;
	pointer-events: none;
	user-select: none;
	transition: opacity 0.4s ease;
}
.values-section.is-active .values-art { opacity: 1; }
.values-art img,
.values-art svg { width: 100%; height: auto; display: block; }
.values-title {
	font-family: var(--font-heading);
	font-size: clamp(28px, 2.8vw, 35px);
	font-weight: 400;
	color: var(--text-dark);
	line-height: 1.25;
	margin-bottom: 8px;
}
.values-title .text-green { color: var(--green-mid); font-weight: 900; }

.values-list { display: flex; flex-direction: column; gap: 24px; padding-bottom: 90px; }
.value-card {
	position: relative;
	display: flex;
	gap: 16px;
	border-radius: 18px;
	padding: 34px 34px 74px 36px;
	min-height: 240px;
	overflow: hidden;
}
.value-card-body { flex: 1; }
.value-title {
	font-family: var(--font-body);
	margin-bottom: 24px;
	line-height: 1.35;
}
.value-title span { display: block; }
.value-title .vt-line-1 { font-size: 24px; font-weight: 500; color: var(--green); }
.value-title .vt-line-2 { font-size: 24px; font-weight: 500; color: var(--green); }
.value-text {
	font-size: 19px;
	font-weight:300;
	color: rgba(77, 111, 97, 1);
	line-height: 1.45;
	/* max-width: 360px; */
}

/* Number + line: number sits ABOVE a short line that ends at the card bottom */
.value-index {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	gap: 12px;
	flex-shrink: 0;
	width: 28px;
	margin-bottom:-75px;
}
.value-num {
	font-family: var(--font-heading);
	font-size: 28px;
	font-weight: 900;
	writing-mode: vertical-rl;
	text-orientation: mixed;
	letter-spacing: 1px;
}
.value-line { width: 1.5px; height: 27px; border-radius: 2px; }

/* Odd cards: light green bg + green number/line */
.value-card:nth-child(odd) { background: #F4F9F6; }
.value-card:nth-child(odd) .value-num  { color: var(--green); }
.value-card:nth-child(odd) .value-line { background: #B6BCB8; }

/* Even cards: light grey bg + grey number/line */
.value-card:nth-child(even) { background: #E9EEEA; }
.value-card:nth-child(even) .value-num  { color: #AEBFB6; }
.value-card:nth-child(even) .value-line { background: #B6BCB8; }

/* WhatsApp */
.whatsapp-float {
	position: fixed;
	bottom: 24px; right: 24px;
	width: 56px; height: 56px;
	border-radius: 50%;
	background: #25D366;
	color: #fff;
	display: flex; align-items: center; justify-content: center;
	box-shadow: 0 8px 24px rgba(37,211,102,0.5);
	z-index: 900;
	animation: waPulse 2.4s infinite;
}
.whatsapp-float svg { width: 30px; height: 30px; }
.whatsapp-float:hover { transform: scale(1.08); }

/* Back to top - mobile only, stacked directly above the WhatsApp float (same 24px
   right edge, offset by WhatsApp's own 56px height + a 12px gap) so it never
   sits on top of it, even on pages where WhatsApp isn't present. */
.go-top-btn {
	display: none;
	position: fixed;
	bottom: 92px; right: 24px;
	width: 44px; height: 44px;
	border: none;
	border-radius: 50%;
	background: var(--green-mid);
	color: #fff;
	align-items: center;
	justify-content: center;
	box-shadow: 0 8px 20px rgba(28,138,89,0.4);
	z-index: 899;
	opacity: 0;
	pointer-events: none;
	transform: translateY(8px);
	transition: opacity 0.25s ease, transform 0.25s ease;
	cursor: pointer;
}
.go-top-btn svg { width: 20px; height: 20px; }
.go-top-btn:hover { background: var(--green); }
.go-top-btn.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }

@media (max-width: 768px) {
	.go-top-btn { display: flex; }
}
@keyframes waPulse {
	0% { box-shadow: 0 0 0 0 rgba(37,211,102,0.5); }
	70% { box-shadow: 0 0 0 16px rgba(37,211,102,0); }
	100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); }
}

/* ============================================================
   THE RAMAJEYAM EDGE (card carousel)
   ============================================================ */
.edge-section {
	position: relative;
	padding: 72px 0 64px;
	background: #F4F9F6;
	text-align: center;
	overflow: hidden;
}
/* Bottom-corner background plants */
.edge-bg { position: absolute; bottom: 0; width: 150px; height: auto; z-index: 0; pointer-events: none; user-select: none; }
.edge-bg-left  { left: 0; }
.edge-bg-right { right: 0; transform: scaleX(-1); }

.edge-head { position: relative; z-index: 2; margin-bottom: 44px; }
.edge-title {
	font-family: var(--font-heading);
	font-size: clamp(22px, 2.6vw, 32px);
	font-weight: 500;
	color: var(--text-dark);
	line-height: 1.3;
}
.edge-title .text-green { color: var(--green-mid); font-weight: 600; }

/* Carousel: container-width track, slides overflow so first/last peek + overlap */
.edge-carousel-wrap { position: relative; z-index: 2; max-width: var(--container); margin-inline: auto; padding-inline: 24px; }
.edge-swiper { overflow: hidden; }
.edge-swiper .swiper-wrapper { display: flex; align-items: stretch; }
.edge-swiper .swiper-slide { flex-shrink: 0; height: auto; }

.edge-card {
	position: relative;
	height: 100%;
	min-height: 200px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 18px;
	padding: 20px 20px 84px;
	border-radius: 16px;
	background: #E9EEEA;            /* inactive look */
	transition: transform 0.4s ease, background 0.4s ease, box-shadow 0.4s ease;
	text-align: left;
}
.edge-card-title { font-size: 22px; font-weight: 500; color: var(--green); line-height: 1.35; margin-bottom: 18px; }
.edge-card-text  { font-size: 15px; color: var(--gray-600); line-height: 1.7; }

/* Number + line at bottom-right */
.edge-card-index { position: absolute; right: 26px; bottom: 0px; display: flex; flex-direction: column; align-items: center; gap: 8px; }
.edge-card-num   { font-family: var(--font-heading); font-size: 24px; font-weight: 700; color: #AFc1B2; writing-mode: vertical-rl; text-orientation: mixed; }
.edge-card-line  { width: 1.5px; height: 34px; background: #B9C9BC; border-radius: 2px; }

.edge-controls .circle-nav { border-color: var(--green); color: var(--green); opacity: .1; }
.edge-controls .circle-nav:hover,
.edge-controls .circle-nav.is-enabled { background: var(--green-light); color: #fff; border-color: var(--green-light); opacity: 1; }
.edge-controls .circle-nav.is-disabled { opacity: .1; background: none; color: var(--green); border-color: var(--green); cursor: default; pointer-events: none; }

/* Active (centred) card pops white and slightly overlaps neighbours */
.edge-swiper .swiper-slide.is-active .edge-card {
	background: var(--white);
	opacity: 1;
	transform: scale(1.05);
	/* box-shadow: 0 22px 50px rgba(20,64,31,0.16); */
	z-index: 3;
}
.edge-swiper .swiper-slide.is-active .edge-card-num  { color: var(--green); }
.edge-swiper .swiper-slide.is-active .edge-card-line { background: var(--green-light); }

.edge-controls { position: relative; z-index: 2; display: flex; align-items: center; justify-content: center; gap: 16px; margin-top: 44px; }

/* ============================================================
   VARIETIES (DARK GREEN)
   ============================================================ */
.varieties-section {
	padding: 80px 0;
	background: linear-gradient(160deg, #1B5E35 0%, #14401F 100%);
	overflow: hidden;
	position: relative;
}
.varieties-head { text-align: center; margin-bottom: 48px; }
.varieties-head .text-mint { color: var(--green-light); }
/* Container-width track, but slides overflow into the gutters so neighbouring
   cards peek at both edges (full-bleed carousel look). */
.varieties-carousel-wrap { max-width: var(--container); margin-inline: auto; padding-inline: 24px; }
.varieties-swiper { overflow: visible; }
.swiper-wrapper { display: flex; align-items: stretch; }
.swiper-slide { flex-shrink: 0; height: auto;}

.variety-card {
	background: var(--white);
	border-radius: var(--radius-md);
	overflow: hidden;
	height: 100%;
	display: flex; flex-direction: column;
	/* box-shadow: 0 10px 30px rgba(0,0,0,0.18); */
	transition: var(--transition);
}
.variety-card-inner { display: flex; flex-direction: column; height: 100%; padding: 10px;}
.variety-card:hover { transform: translateY(-8px); box-shadow: 0 18px 40px rgba(0,0,0,0.28); }
.variety-card-img {
	background: #E7F1EA;
	padding: 22px 22px 14px;
	display: flex; align-items: center; justify-content: center;
	aspect-ratio: 1 / 1.05;
	border-radius: 16px;
	transition: var(--transition);
}
.variety-card:hover .variety-card-img{
	background: var(--green-mid);
}
.variety-card-img img { width: auto; height: 100%; object-fit: contain; }
.variety-card-body { padding: 16px 4px 20px; text-align: left; }
.variety-name { font-family: var(--font-heading); font-size: 20px; font-weight: 400; color: var(--green-mid); margin-bottom: 16px; }
.variety-weights { display: flex; flex-wrap: wrap; gap: 20px; }
.variety-weights span { font-size: 16px; color: var(--gray-500); position: relative; }
.variety-weights span:not(:last-child)::after { content: ''; position: absolute; right: -8px; top: 50%; width: 1px; height: 11px; background: var(--gray-200); transform: translateY(-50%); }

.varieties-controls {
	display: flex; align-items: center; justify-content: space-around;
	gap: 20px; margin-top: 44px;
}

.varieties-controls .btn-arrow{    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
	border: .5px solid var(--green);
    border-radius: 50%;
    background: transparent;
    font-size: 14px;
    transition: var(--transition);}
/* ============================================================
   STORY
   ============================================================ */
.story-section { position: relative; padding: 80px 0; background: var(--white); overflow: hidden; }
.story-deco { position: absolute; top: 36px; right: 0; width: 320px; opacity: 0.7; pointer-events: none; z-index: 0; }
.story-deco svg { width: 100%; height: auto; }
.story-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.story-image-col { position: relative; }
.story-img-wrap { border-radius: 22px; overflow: hidden; aspect-ratio: 1; }
.story-img-wrap img { width: 100%; height: 100%; object-fit: cover; }

/* Eyebrow with a short leading line */
.story-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: rgba(28, 138, 89, 1) !important;
	margin-bottom: 18px;
}
.story-eyebrow::before { content: ''; width: 30px; height: 1px; background: rgba(28, 138, 89, 1); }

.story-title {
	font-family: var(--font-heading);
	font-size: clamp(28px, 2.6vw, 35px);
	font-weight: 400;
	line-height: 1.3;
	color: var(--text-dark);
	margin-bottom: 24px;
}
.story-title-green { color: #2A9D5A; font-weight: 400; }

.story-content-col .story-eyebrow { color: var(--text-body); margin-bottom: 18px; line-height: 1.8; font-size: 14px; letter-spacing: 3px; }
.story-content-col p{font-family: var(--font-body); font-weight: 300; font-style: Regular; font-size: 20px; line-height: 35px; margin-bottom: 20px; color: var(--text-body);}
.story-content-col p:last-child { margin-bottom: 0; }
.story-content-col strong { color: var(--text-dark); font-weight: 700; }

/* ============================================================
   GUIDING PHILOSOPHY
   ============================================================ */
.philosophy-section {
	position: relative;
	padding: 84px 0 70px;
	background: linear-gradient(180deg, #FCFBF6 0%, #F7F4EC 100%);
	text-align: center;
	overflow: hidden;
}
.philosophy-section .container { position: relative; z-index: 2; max-width: 980px; }
.philosophy-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: var(--green-mid);
	margin-bottom: 26px;
}
.philosophy-title {
	font-family: var(--font-heading);
	font-style: italic;
	font-weight: 700;
	font-size: clamp(28px, 3vw, 38px);
	color: var(--green-dark);
	margin-bottom: 18px;
}
.philosophy-sub {
	font-family: var(--font-script);
	font-style: italic;
	font-size: clamp(18px, 1.8vw, 32px);
	color: #D9A300;
	margin-bottom: 30px;
}
.philosophy-text {
	font-size: 22px;
	font-weight: 300;
	color: #4F5B53;
	line-height: 1.4;
	max-width: 980px;
	margin-inline: auto;
}
/* Faint edge + bottom decorations */
.philosophy-deco { position: absolute; top: 50%; transform: translateY(-50%); width: 240px; opacity: 0.55; z-index: 1; pointer-events: none; }
.philosophy-deco svg { width: 100%; height: auto; }
.philosophy-deco-left  { left: -1px; }
.philosophy-deco-right { right: -1px; transform: translateY(-50%) scaleX(-1); }
.philosophy-deco-bottom { position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 84px; opacity: 0.5; z-index: 1; pointer-events: none; }
.philosophy-deco-bottom svg { width: 100%; height: auto; }

/* ============================================================
   WHY (LIGHT + wheat)
   ============================================================ */
.why-section { position: relative; padding: 90px 0; background: var(--white); text-align: center; overflow: hidden; }
.wheat-why-left  { left: 10px;  top: 50%; transform: translateY(-50%) rotate(-6deg); width: 64px; opacity: 0.6; }
.wheat-why-right { right: 10px; top: 50%; transform: translateY(-50%) scaleX(-1) rotate(-6deg); width: 64px; opacity: 0.6; }
.why-grid {
	display: grid; grid-template-columns: repeat(3, 1fr);
	gap: 28px; margin-top: 52px;
	position: relative; z-index: 2;
}
.why-card {
	background: var(--cream);
	border-radius: var(--radius-md);
	padding: 36px 30px;
	text-align: left;
	transition: var(--transition);
	border: 1px solid var(--gray-200);
}
.why-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.why-icon { width: 52px; height: 52px; color: var(--green-mid); margin-bottom: 22px; }
.why-icon svg { width: 100%; height: 100%; }
.why-card h3 { font-family: var(--font-heading); font-size: 21px; font-weight: 600; color: var(--text-dark); margin-bottom: 12px; line-height: 1.3; }
.why-card p { font-size: 15.5px; color: var(--text-body); line-height: 1.7; }
.why-controls { margin-top: 40px; position: relative; z-index: 2; }

/* ============================================================
   PRODUCTS PAGE: CATEGORY (milling / cooking method specs)
   ============================================================ */
.rc-section { padding-bottom: 12px; background: var(--white); }
.rc-section .rc-container { border-top: 1px solid #DDDDDD; padding-top: 48px; }
.rc-head { text-align: center; max-width: 720px; margin: 0 auto 48px; }
.rc-head .section-title { margin-bottom: 10px; }
.rc-sub { font-size: 16px; color: var(--gray-500); line-height: 1.6; }

.rc-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }

.rc-card {
	--rc-accent: var(--green-mid);
	--rc-accent-bg: var(--green-pale);
	background: var(--white);
	border: 1.5px solid var(--rc-accent);
	border-radius: 16px;
	padding: 24px;
}
.rc-card.rc-teal { --rc-accent: #0E9488; --rc-accent-bg: #E3F2F0; }
.rc-card.rc-pink { --rc-accent: #C2255C; --rc-accent-bg: #FBE7EE; }

.rc-card-head { display: flex; align-items: center; gap: 12px; padding-bottom: 16px; margin-bottom: 16px; border-bottom: 1px solid var(--gray-200); }
.rc-icon { width: 40px; height: 40px; flex-shrink: 0; border-radius: 10px; background: var(--rc-accent-bg); color: var(--rc-accent); display: flex; align-items: center; justify-content: center; }
.rc-card-title { font-size: 17px; font-weight: 700; color: var(--text-dark); }

.rc-row { margin-bottom: 16px; }
.rc-label { display: block; font-size: 14px; font-weight: 600; color: var(--rc-accent); margin-bottom: 4px; }
.rc-value { display: block; font-size: 17px; font-weight: 700; color: var(--text-dark); line-height: 1.35; }

.rc-method-eyebrow {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	color: var(--rc-accent);
	font-size: 11.5px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	margin: 20px 0 16px;
}

@media (max-width: 1100px) {
	.rc-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
	.rc-section { padding: 48px 0; }
	.rc-grid { grid-template-columns: 1fr; }
	.philosophy-text { font-size: 19px; line-height: 1.5; }
}

/* ============================================================
   TRUSTED BY
   ============================================================ */
.trusted-section { padding: 32px 0 64px 0; background: var(--white); text-align: center; overflow: hidden; }
.trusted-label { display: inline-flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 600; letter-spacing: 2.5px; color: var(--green-mid); text-transform: uppercase; margin-bottom: 12px; }
.trusted-title { font-family: var(--font-heading); font-size: clamp(24px, 2.6vw, 32px); color: var(--text-dark); font-weight: 500; margin-bottom: 40px; line-height: 1.3; }
.trusted-title .text-green { color: var(--green-mid); font-weight: 600; }

/* Full-width marquee */
.marquee {
	position: relative;
	width: 100%;
	/* max-width: var(--container); */
	max-width: 100%;
	margin-inline: auto;
	padding-block: 32px;
	overflow: hidden;
	border-top: 1px solid var(--gray-200);
	border-bottom: 1px solid var(--gray-200);
	-webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
	        mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.marquee-track {
	display: flex;
	width: max-content;
	align-items: center;
	animation: marquee-scroll 40s linear infinite;
}
.marquee:hover .marquee-track { animation-play-state: paused; }
@keyframes marquee-scroll {
	from { transform: translateX(0); }
	to   { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
	.marquee-track { animation: none; }
}

.marquee-item {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 0 46px;
	font-weight: 700;
	white-space: nowrap;
	/* opacity: 0.6; */
	/* filter: grayscale(100%); */
	transition: var(--transition);
}
.marquee-item:hover { opacity: 1; filter: grayscale(0%); }
.marquee-item img { height: auto; width: auto; }
.marquee-item small { font-size: 0.42em; letter-spacing: 3px; font-weight: 600; }

/* Text-logo styling (replace with real <img> logos anytime) */
.logo-compass  { font-family: serif; font-size: 24px; color: #1A1A1A; letter-spacing: 1px; flex-direction: column; gap: 0; line-height: 1; }
.logo-zoho     { font-size: 24px; color: #C8202F; letter-spacing: 4px; }
.logo-parrys   { font-style: italic; font-size: 26px; color: #111; }
.logo-blinkit  { font-size: 26px; color: #0C831F; letter-spacing: -0.5px; }
.logo-instamart{ font-size: 24px; color: #FF5200; }
.logo-amazon   { font-size: 26px; color: #FF9900; letter-spacing: -1px; }
.logo-flipkart { font-size: 24px; color: #2874F0; }
.logo-dmart    { font-size: 24px; color: #E31837; }
.logo-jiomart  { font-size: 24px; color: #0078AD; }
.logo-sodexo   { font-size: 24px; color: #DA291C; }

/* ============================================================
   STATS (field bg)
   ============================================================ */
.stats-section { position: relative; padding: 29px 0 69px 0; overflow: hidden; text-align: center; color: #fff; }
.stats-bg {
	position: absolute; inset: 0;
	background: url('./images/ramajayam-fact-bg.webp') center/cover no-repeat;
	transform: scale(1.05);
}
.stats-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(15, 127, 86, .92), rgba(10, 51, 36, .88)); }
.stats-section .container { position: relative; z-index: 2; }
.stats-desc { max-width: 780px; margin-inline: auto; color: rgba(255, 255, 255, 1); margin-bottom: 56px; font-size: 22px; font-weight: 300; line-height: 1.8; }
.stats-counters { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px 20px; }
.counter-item { padding: 16px; text-align: left; }
.counter-num { font-family: var(--font-heading); font-size: clamp(34px, 4vw, 52px); font-weight: 500; color: rgba(183, 224, 126, 1); line-height: 1; }
.counter-plus, .counter-suffix { font-size: clamp(26px, 3vw, 38px); font-weight: 500; color: rgba(183, 224, 126, 1); }
.counter-label { font-size: 18px; font-weight:300; color: rgba(255, 255, 255, 1); margin-top: 10px; line-height: 1.4; }
.counter-item:not(:nth-child(3n)) { border-right: 1px solid #FFFFFF33; }

/* ============================================================
   FARMERS
   ============================================================ */
.farmers-section { padding: 84px 0; background: var(--white); }
.farmers-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.farmers-image-col { position: relative; }
.farmers-img-wrap { border-radius: 24px; overflow: hidden; aspect-ratio: 1 / 1.1; box-shadow: var(--shadow-md); position: relative; }
.farmers-img-wrap img { width: 100%; height: 100%; object-fit: cover; }
/* Green badge, top-right inside the image */
.farmers-badge {
	max-width: 180px;
	position: absolute;
	top: 22px; right: 22px;
	background: var(--green-mid);
	color: #fff;
	border-radius: 16px;
	padding: 18px 22px;
	text-align: center;
	box-shadow: 0 12px 28px rgba(20,64,31,0.25);
}
.farmers-badge-num { display: block; font-family: var(--font-heading); font-size: 32px; font-weight: 700; color: #fff; line-height: 1; margin-bottom: 6px; }
.farmers-badge-label { font-size: 16px; font-weight: 400; line-height: 1.1; color: rgba(255,255,255,0.92); }
.farmers-detail{ position: absolute;
	bottom: 0; left: 0; right: 0;
	background: #0A5634;
	padding: 18px 22px;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
	text-align: center;
}
.farmers-designation { font-size: 20px; font-weight: 400; color: #FFF200; margin-top: 4px; text-transform: uppercase; }
.farmers-detail-name { font-size: 32px; font-weight: 500; color: #fff; margin-top: 4px; }
/* Content */
.farmers-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 2.5px;
	text-transform: uppercase;
	color: var(--green-mid);
	margin-bottom: 16px;
}
.farmers-title {
	font-family: var(--font-heading);
	font-size: clamp(26px, 2.8vw, 35px);
	font-weight: 500;
	color: var(--text-dark);
	line-height: 1.25;
	margin-bottom: 22px;
}
.farmers-title .text-green { color: var(--green-mid); font-weight: 600; }
.farmers-content-col p { color: var(--text-body); line-height: 1.8; margin-bottom: 18px; font-size: 16px; }
.farmers-content-col p strong { color: var(--text-dark); font-weight: 700; }

/* Grey stat cards */
.farmer-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 12px; }
.farmer-stat { text-align: center; padding: 26px 14px; background: #F4F5F2; border-radius: 16px; }
.farmer-stat strong { display: block; font-family: var(--font-heading); font-size: 34px; font-weight: 700; color: var(--green-mid); line-height: 1; margin-bottom: 10px; }
.farmer-stat span { font-size: 16px; color: var(--gray-500); font-weight: 400; line-height: 1.1; }

/* ============================================================
   TESTIMONIALS
   ============================================================ */
.testimonials-section { position: relative; padding: 80px 0; background: linear-gradient(180deg, #EFF5F0 0%, #EAF3EC 100%); text-align: center; overflow: hidden; }
/* Faint wheat art on both sides */
.testimonial-art { position: absolute; top: 50%; transform: translateY(-50%); width: 200px; height: auto; opacity: 0.5; z-index: 0; pointer-events: none; user-select: none; }
.testimonial-art-left  { left: 0; }
.testimonial-art-right { right: 0; transform: translateY(-50%) scaleX(-1); }
.testimonials-section .container { position: relative; z-index: 1; }

.testimonials-eyebrow { display: inline-flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 600; letter-spacing: 2.5px; text-transform: uppercase; color: var(--green-mid); margin-bottom: 10px; }
.testimonials-title { font-family: var(--font-heading); font-size: clamp(26px, 2.8vw, 35px); font-weight: 500; color: var(--green-mid); }

/* No card — quote sits flat on the section, centred */
.testimonials-swiper { max-width: 720px; margin: 36px auto 0; overflow: hidden; }
.testimonial-card { background: transparent; box-shadow: none; padding: 0; text-align: center; }
.testimonial-author { display: flex; align-items: center; justify-content: center; gap: 14px; margin-bottom: 24px; }
.testimonial-avatar { width: 50px; height: 50px; border-radius: 50%; background: var(--green-mid); display: flex; align-items: center; justify-content: center; font-size: 18px; font-weight: 700; color: #fff; flex-shrink: 0; }
.testimonial-meta { text-align: left; }
.testimonial-meta strong { display: block; font-size: 22px; font-weight: 500; color: var(--text-dark); }
.testimonial-meta span { font-size: 16px; color: var(--gray-500); }
.testimonial-text { font-size: 22px; color: var(--text-body); line-height: 1.9; font-weight: 300; }
.testimonial-nav { display: flex; align-items: center; justify-content: center; gap: 16px; margin-top: 30px; }
.testimonial-nav .circle-nav { border-color: var(--green); color: var(--green); }
.testimonial-nav .circle-nav:hover { background: var(--green-light); color: #fff; border-color: var(--green-light); opacity: 1; }

/* ============================================================
   NEWS
   ============================================================ */
.news-section { padding: 84px 0; background: var(--white); text-align: center; }
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 44px; text-align: left; }
.news-card { background: #F4F5F2; border-radius: 16px; padding: 12px; transition: var(--transition); }
.news-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.news-card-img { position: relative; aspect-ratio: 16/10; overflow: hidden; border-radius: 12px; }
.news-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.news-card:hover .news-card-img img { transform: scale(1.05); }
.news-card-badge {
	position: absolute;
	top: 12px; left: 12px;
	background: var(--green-mid);
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	padding: 5px 14px;
	border-radius: 50px;
}
.news-card-body { padding: 16px 14px 14px; }
.news-card-title { font-size: 21px; font-weight: 600; color: var(--text-dark); line-height: 1.4; margin-bottom: 10px; padding-bottom: 12px; border-bottom: 1px solid var(--gray-200); }
.news-card-title a:hover { color: var(--green-mid);}
.news-card-date { font-size: 16px; color: var(--gray-500); margin-bottom: 12px; }
.news-card-excerpt { font-size: 19px; color: var(--text-body); line-height: 1.65; margin-bottom: 24px; }
.news-readmore { font-size: 18px; font-weight: 400; color: var(--green-mid); display: inline-flex; align-items: center; gap: 6px; }

/* Prev/next controls either side of "See More Blogs" - only meaningful once the
   grid becomes a swipeable slider on mobile, so hidden by default here. */
.news-cta-row { display: flex; align-items: center; justify-content: center; gap: 16px; }
.news-cta-row .circle-nav { border-color: var(--green); color: var(--green); display: none; }
.news-cta-row .circle-nav:hover { background: var(--green-light); color: #fff; border-color: var(--green-light); }
.news-cta-row .circle-nav.is-disabled { opacity: .35; pointer-events: none; }
.news-readmore .btn-arrow { background: var(--green-pale); color: var(--green-mid); }
.news-readmore:hover { color: var(--green); }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer { background: var(--green); color: rgba(255,255,255,0.75); }

/* Contact bar */
.footer-contactbar { border-bottom: 1px solid rgba(255,255,255,0.12); padding: 26px 0; }
.footer-contactbar-inner { display: grid; grid-template-columns: 1.3fr 1fr 1.1fr 1.1fr; gap: 12px; max-width: 1360px; margin-inline: auto; }
.fcb-item { display: flex; align-items: flex-start; gap: 14px; }
.fcb-icon { width: 38px; height: 38px; border-radius: 10px; background: rgba(255,255,255,0.07); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.fcb-icon svg { width: 18px; height: 18px; color: rgba(255,255,255,0.85); }
.fcb-item-nopad { padding-left: 52px; }
.fcb-item p { font-size: 16px; color: rgba(255,255,255,0.75); line-height: 1.5; }
.fcb-lines { display: flex; flex-direction: column; gap: 4px; }
.fcb-lines a { font-size: 16px; color: rgba(255,255,255,0.75); }
.fcb-lines a:hover { color: var(--green-light); }
.fcb-rows { display: flex; flex-direction: column; gap: 8px; }
.fcb-row { display: grid; grid-template-columns: 116px auto; align-items: center; gap: 12px; }
.fcb-label { font-size: 16px; color: rgba(255,255,255,0.85); font-weight: 300;  min-width: 200px; }
.fcb-row a { font-size: 16px; color: rgba(255,255,255,0.75); white-space: nowrap; }
.fcb-row a:hover { color: var(--green-light); }

/* Main footer */
.footer-main { padding: 56px 0 52px; }
.footer-grid { display: grid; grid-template-columns: 1.8fr 1fr 1.1fr 1.1fr; gap: 40px; max-width: 1360px; margin-inline: auto; }
.footer-logo { display: inline-block; margin-bottom: 20px; }
.footer-logo-img { height: 96px; width: auto; }
.footer-tagline { font-size: 15.5px; line-height: 1.8; color: rgba(255,255,255,0.6); max-width: 320px; margin-bottom: 22px; }
.footer-family { font-style: italic; font-size: 16px; font-weight: 300; color: var(--green-light); }
.footer-heading { font-size: 15px; font-weight: 600; color: var(--green-light); text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 22px; }
.footer-links { display: flex; flex-direction: column; gap: 8px; }
.footer-links a { font-size: 16px; color: rgba(255,255,255,0.7); }
.footer-links a:hover { color: var(--green-light); padding-left: 4px; }
.footer-social { display: flex; gap: 12px; }
.footer-social a { width: 42px; height: 42px; border-radius: 12px; background: rgba(255,255,255,0.07); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.85); }
.footer-social a svg { width: 18px; height: 18px; }
.footer-social a:hover { background: var(--green-light); color: var(--green-dark); transform: translateY(-3px); }

/* Bottom bar */
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.12); padding: 22px 0; }
.footer-bottom .container { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; position: relative; max-width: 1360px; margin-inline: auto; }
.footer-copy { font-size: 16px; color: rgba(255,255,255,0.55); }
.footer-credit { font-size: 16px; color: rgba(255,255,255,0.55); margin-inline: auto; }
.footer-credit .heart { color: #4FCF36; fill: #4FCF36; }

/* ============================================================
   ABOUT PAGE
   ============================================================ */
.about-page { --about-max: 1440px; --about-pad: 40px; }
.about-page .container { max-width: var(--about-max); padding-inline: var(--about-pad); }

/* Green band holds the text + extra space below where the image overlaps */
.about-hero { position: relative; background: linear-gradient(180deg, #EFF5F0 0%, #E8F1EA 100%); padding: 46px 0 170px; text-align: center; overflow: hidden; margin-bottom: 80px; }
.about-wheat { position: absolute; bottom: 0px; width: auto; height: auto; opacity: 0.5; z-index: 0; pointer-events: none; }
.about-wheat-left  { left: 10%; }
.about-wheat-right { right: 10%; transform: scaleX(-1); }
.about-hero .container { position: relative; z-index: 1; }
.about-eyebrow { font-size: 17px; font-weight: 600; color: var(--gold); margin-bottom: 12px; }
.about-title { font-family: var(--font-heading); font-size: clamp(30px, 3.6vw, 35px); font-weight: 500; color: var(--text-dark); line-height: 1.25; margin-bottom: 16px; }
.about-title .text-green { color: var(--green-mid); font-weight: 700; }
.about-lead { font-size: 18px; color: var(--text-body); max-width: 640px; margin: 0 auto; line-height: 1.7; }

/* Image sits on white and is pulled up into the band so the band cuts across its top */
.about-hero-media { margin-top: -190px; position: relative; z-index: 2; }
.about-hero-img { border-radius: 22px; overflow: hidden; box-shadow: 0 24px 60px -20px rgba(12,40,24,0.30); aspect-ratio: 1200 / 560; max-width: 825px; margin:auto}
.about-hero-img img { width: 100%; height: 100%; object-fit: cover; }

.about-content { padding: 80px 0; background: var(--white); }
.about-content-inner { max-width: 820px; margin-inline: auto; }
.about-content-inner p { color: var(--text-body); line-height: 1.9; margin-bottom: 18px; }
.about-content-inner h2, .about-content-inner h3 { font-family: var(--font-heading); color: var(--text-dark); margin: 28px 0 14px; }

/* Why We Exist */
.about-purpose { padding: 70px 0 90px; background: var(--white); }
.about-purpose-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.ap-eyebrow { display: flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 600; letter-spacing: 2.5px; text-transform: uppercase; color: var(--gold); margin-bottom: 14px; }
.ap-dash { width: 30px; height: 1.5px; background: currentColor; display: inline-block; }
.ap-title { font-family: var(--font-heading); font-size: clamp(28px, 2.8vw, 35px); font-weight: 700; color: var(--text-dark); margin-bottom: 22px; }
.ap-text .ap-eyebrow {color: var(--gold); font-size: 11px;}
.ap-text p { font-size: 18px; font-weight: 300; color: var(--text-body); line-height: 1.85; margin-bottom: 18px; }
.ap-text p:last-child { margin-bottom: 0; }
.ap-text p b, .ap-text p strong { color: var(--text-dark); font-weight: 600; }

/* Promise card */
.ap-card { position: relative; overflow: hidden; background: #0A5634; color: #fff; border-radius: 22px; padding: 44px 44px 40px; height: 100%; }
.ap-quote-mark { font-family: var(--font-heading); font-size: 62px; font-weight: 700; color: var(--gold-light); line-height: 0.6; display: block; margin-bottom: 20px; }
.ap-leaf { position: absolute; right: 8px; bottom: 0; width: 120px; pointer-events: none; }
.ap-leaf svg { width: 100%; height: auto; }
.ap-quote { position: relative; z-index: 1; font-size: clamp(22px, 2.2vw, 26px); font-weight: 400; line-height: 1.5; color: #fff; margin-bottom: 54px; }
.ap-tag { display: flex; align-items: center; gap: 12px; font-size: 15px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: var(--gold-light); }
.ap-tag .ap-dash { background: var(--gold-light); width: 30px; }

/* ============================================================
   ABOUT TIMELINE (Our Journey)
   ============================================================ */
.about-timeline { position: relative; padding: 70px 0 90px; background: var(--white); }
/* Bottom-corner plants: FIXED to the viewport corners, shown only while the
   timeline is on screen (toggled via .is-active by JS). Only the timeline scrolls. */
.tl-plant { position: fixed; bottom: 0; width: 150px; height: 150px; z-index: 5; pointer-events: none; user-select: none; opacity: 0; transition: opacity 0.4s ease; }
.tl-plant-left  { left: 0; }
.tl-plant-right { right: 0; transform: scaleX(-1); }
.about-timeline.is-active .tl-plant { opacity: 1; }
.about-timeline .container { position: relative; z-index: 2; }

.tl-head { text-align: center; max-width: 700px; margin: 0 auto 56px; }
.tl-eyebrow { display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-size: 14px; font-weight: 600; letter-spacing: 2.5px; text-transform: uppercase; color: var(--green-mid); margin-bottom: 16px; }
.tl-dash { width: 30px; height: 1.5px; background: currentColor; display: inline-block; }
.tl-title { font-family: var(--font-heading); font-size: clamp(28px, 3.2vw, 40px); font-weight: 500; color: var(--text-dark); line-height: 1.25; margin-bottom: 16px; }
.tl-title .text-green { color: var(--green-mid); font-weight: 700; }
.tl-lead { font-size: 17px; color: var(--text-body); line-height: 1.7; }

/* Track with the center line */
.tl-track { position: relative; }
.tl-line { position: absolute; top: 0; bottom: 0; left: 50%; transform: translateX(-50%); width: 2px; background: #D4D4D4; z-index: 0; }
.tl-progress { position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 2px; height: 0; background: #1C8A59; z-index: 1; }

.tl-item { position: relative; width: 50%; box-sizing: border-box; margin-bottom: 40px; }
.tl-item-left  { padding-right: 56px; }
.tl-item-right { padding-left: 56px; margin-left: 50%; }

/* Node dot on the center line */
.tl-dot { position: absolute; top: 40px; width: 16px; height: 16px; border-radius: 50%; background: #D99A2B; border: 4px solid var(--white); box-shadow: 0 0 0 3px var(--green-mid); z-index: 1; }
.tl-item-left  .tl-dot { right: -8px; }
.tl-item-right .tl-dot { left: -8px; }

/* Card */
.tl-card { position: relative; overflow: hidden; background: #FBFCFA; border-radius: 16px; border:1px solid #DDE6DD; padding: 28px 30px; max-width: 430px; }
/* Left cards hug the center line (mirror the right side) */
.tl-item-left  .tl-card { margin-left: auto; }
.tl-item-right .tl-card { margin-right: auto; }
.tl-ghost { position: absolute; top: 10px; right: 20px; font-family: var(--font-heading); font-size: 62px; font-weight: 700; color: rgba(20,64,31,0.05); line-height: 1; pointer-events: none; }
.tl-item-left  .tl-ghost { font-size: 62px; }
.tl-item-right .tl-ghost { font-size: 52px; }
.tl-year { font-size: 18px; font-weight: 600; color: var(--gold); }
.tl-card-title { font-family: var(--font-heading); font-size: 22px; font-weight: 700; color: var(--green-mid); margin: 0px 0 14px; line-height: 1.3; }
.tl-card-text { font-size: 16px; color: var(--text-body); line-height: 1.4; }
.tl-card-text strong { color: var(--text-dark); font-weight: 700; }

@media (max-width: 768px) {
	.about-timeline { padding: 50px 0 70px; }
	.tl-plant { display: none; } /* fixed-position corner art overlaps the timeline cards on narrow screens */
	.tl-line { left: 8px; } 
	.tl-progress { left: 8px; }
	.tl-item, .tl-item-left, .tl-item-right { width: 100%; margin-left: 0; padding-left: 34px; padding-right: 0; }
	.tl-item-left .tl-dot, .tl-item-right .tl-dot { left: 1px; right: auto; }
	.tl-ghost { font-size: 46px; }
	.stats-desc { font-size: 18px; line-height: 1.4; }
}

@media (max-width: 900px) {
	.about-wheat { width: 44px; top: 100px; opacity: 0.4; }
	.about-wheat-left  { left: 3%; }
	.about-wheat-right { right: 3%; }
}

/* ============================================================
   LEADERSHIP TEAM
   ============================================================ */
.about-team { padding: 80px 0 90px; background: #F4F8F4; }
.team-head { text-align: center; max-width: 820px; margin: 0 auto 44px; }
.team-eyebrow { display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-size: 14px; font-weight: 600; letter-spacing: 2.5px; text-transform: uppercase; color: var(--green-mid); margin-bottom: 14px; }
.team-title { font-family: var(--font-heading); font-size: clamp(28px, 3.2vw, 35px); font-weight: 500; color: var(--text-dark); margin-bottom: 16px; }
.team-title .text-green { color: var(--green-mid); font-weight: 700; }
.team-lead { font-size: 18px; color: var(--text-body); line-height: 1.7; }

.team-grid { display: grid; gap: 28px; }
.team-grid-leaders { grid-template-columns: repeat(3, 1fr); }
.team-grid-members { grid-template-columns: repeat(3, 1fr); margin-top: 28px; }

.team-card { background: var(--white); border: 1px solid var(--gray-200); border-radius: 18px; overflow: hidden; box-shadow: 0 12px 34px -20px rgba(12,40,24,0.20); transition: var(--transition); }
.team-card:hover { transform: translateY(-4px); box-shadow: 0 20px 44px -20px rgba(12,40,24,0.30); }
.team-card-img { aspect-ratio: 1 / 0.92; overflow: hidden; background: #EAF3EC; }
.team-card-sm .team-card-img { aspect-ratio: 1 / 0.78; }
.team-card-img img { width: 100%; height: 100%; object-fit: cover; }
.team-card-body { padding: 20px 22px 24px; }
.team-badge-row { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 12px; }
.team-badge { display: inline-block; font-size: 12px; font-weight: 900; letter-spacing: 0.5px; text-transform: uppercase; color: var(--gold); background: #FBF3E4; border-radius: 6px; padding: 4px 10px; }
.team-badge-grey { color: var(--green-mid); background: var(--green-pale); }
.team-linkedin { display: inline-flex; align-items: center; justify-content: center; width: 30px; height: 30px; padding:2px; border-radius: 10px; background: #fff; border: 1.5px solid #0A66C2; flex-shrink: 0; transition: var(--transition); }
.team-linkedin-badge { display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; border-radius: 7px; background: #0A66C2; transition: var(--transition); }
.team-linkedin-badge svg { width: 14px; height: 14px; }
.team-linkedin:hover { border-color: #004182; }
.team-linkedin:hover .team-linkedin-badge { background: #004182; }
.team-name { font-family: var(--font-heading); font-size: 22px; font-weight: 600; color: var(--green-dark); margin-bottom: 10px; }
.team-name-sm { font-size: 22px; margin-bottom: 8px; }
.team-text { font-size: 16px; color: var(--text-body); line-height: 1.5; }
.team-sub { display: flex; align-items: center; gap: 8px; font-size: 16px; color: var(--gray-600); }
.team-sub-dash { width: 16px; height: 1.5px; background: var(--gold); display: inline-block; flex-shrink: 0; }

/* Sub-heading divider row */
.team-subhead { display: flex; align-items: center; gap: 20px; margin: 54px 0 4px; }
.team-subhead h3 { font-family: var(--font-heading); font-size: 20px; font-weight: 700; color: var(--green-mid); white-space: nowrap; }
.team-subhead-line { flex: 1; height: 1px; background: var(--gray-200); }
.team-subhead-tag { font-size: 14px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; color: var(--gold); white-space: nowrap; }

@media (max-width: 900px) {
	.team-grid-leaders, .team-grid-members { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
	.about-team { padding: 56px 0 64px; }
	.team-grid-leaders, .team-grid-members { grid-template-columns: 1fr; max-width: 380px; margin-inline: auto; }
	.team-subhead { flex-wrap: wrap; gap: 10px; }
	.team-subhead-line { order: 3; width: 100%; flex: none; }
}

/* ============================================================
   SEGMENTS WE CATER
   ============================================================ */
.about-segments { background: var(--white); padding-top: 76px; }
.seg-head { text-align: center; max-width: 760px; margin: 0 auto 32px; }
.seg-eyebrow { display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-size: 12px; font-weight: 600; letter-spacing: 2.5px; text-transform: uppercase; color: var(--green-mid); margin-bottom: 14px; }
.seg-title { font-family: var(--font-heading); font-size: clamp(30px, 3.4vw, 35px); font-weight: 500; color: var(--text-dark); margin-bottom: 16px; }
.seg-lead { font-size: 18px; color: var(--text-body); line-height: 1.7; }
.seg-lead strong { color: var(--green-mid); font-weight: 700; }

/* Tabs */
.seg-tabs { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; padding-bottom: 40px; }
.seg-tab { display: inline-flex; align-items: center; gap: 10px; padding: 10px 18px; border-radius: 50px; border: 1px solid var(--gray-200); background: var(--white); color: var(--green); font-size: 16px; font-weight: 500; transition: var(--transition); }
.seg-tab:hover { border-color: var(--green-light); }
.seg-tab .seg-tab-count { display: inline-flex; align-items: center; justify-content: center; min-width: 20px; height: 20px; padding: 0 5px; border-radius: 50px; background: var(--gray-200); color: var(--gray-600); font-size: 13px; font-weight: 600; }
.seg-tab.is-active { background: var(--green-dark); border-color: var(--green-dark); color: #fff; box-shadow: 0 8px 20px -8px rgba(11,58,38,0.5); }
.seg-tab.is-active .seg-tab-count { background: var(--gold-light); color: #fff; }

/* Panels area with soft band + side wheat */
.about-segments-panels { position: relative; background: linear-gradient(180deg, #EFF5F0 0%, #E9F1EB 100%); padding: 64px 0 80px; overflow: hidden; }
.seg-wheat { position: absolute; bottom: 0; width: auto; opacity: 0.5; z-index: 0; pointer-events: none; }
.seg-wheat-left  { left: 3%; }
.seg-wheat-right { right: 3%; transform: scaleX(-1); }
.about-segments-panels .container { position: relative; z-index: 1; }

.seg-panel { display: none; }
.seg-panel.is-active { display: block; }
.seg-viewport { overflow: hidden; }

/* Every panel is a slider now (see initSegments() in main.js) - it sets each
   .seg-card's width itself based on how many fit the current viewport (2 on
   mobile/tablet, 3 on laptop/desktop), so this is just the flex track. */
.seg-grid { display: flex; gap: 26px; }
/* min-width:0 overrides a flex item's default min-width:auto - without it, the
   browser can refuse to shrink a card down to the width JS calculates for it
   (it wants room for the title/text instead), pushing the next card off-screen
   even though the math driving .seg-card's inline width is correct. */
.seg-card { flex-shrink: 0; min-width: 0; background: var(--white); border: 1px solid var(--gray-200); border-radius: 16px; padding: 28px 30px; box-shadow: 0 10px 30px -20px rgba(12,40,24,0); transition: var(--transition); }
.seg-card:hover { transform: translateY(-4px); box-shadow: 0 18px 40px -20px rgba(12,40,24,0.28); }
.seg-card-head { display: flex; align-items: center; gap: 14px; margin-bottom: 14px; }
.seg-num { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 38px; border-radius: 10px; background: #F3E7CC; color: var(--gold); font-family: var(--font-heading); font-size: 24px; font-weight: 700; flex-shrink: 0; }
.seg-card-title { font-family: var(--font-heading); font-size: 22px; font-weight: 700; color: var(--text-dark); }
.seg-card-text { font-size: 16px; color: var(--text-body); line-height: 1.75; }

/* Arrows: initSegments() hides this whole block when a panel's item count
   already fits the current viewport (nothing to page through), and dims
   whichever end (prev/next) is already at the start/end of the list. */
.seg-controls { display: flex; align-items: center; justify-content: center; gap: 16px; margin-top: 32px; }
.seg-controls.is-hidden { display: none; }
.seg-controls .circle-nav.is-disabled { opacity: .3; pointer-events: none; }

@media (max-width: 640px) {
	.about-segments { padding-top: 56px; }
	.seg-tabs { gap: 10px; padding-bottom: 28px; }
	.seg-tab { padding: 9px 12px; font-size: 13px; }
	.about-segments-panels { padding: 44px 0 60px; }
	.seg-wheat { display: none; }
}

/* ============================================================
   CERTIFICATIONS
   ============================================================ */
.about-certs { padding: 80px 0 90px; background: var(--white); }
.cert-head { text-align: center; max-width: 760px; margin: 0 auto 44px; }
.cert-eyebrow { display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-size: 12px; font-weight: 600; letter-spacing: 2.5px; text-transform: uppercase; color: var(--green-mid); margin-bottom: 14px; }
.cert-title { font-family: var(--font-heading); font-size: clamp(28px, 3.2vw, 35px); font-weight: 500; color: var(--text-dark); margin-bottom: 16px; }
.cert-title .text-green { color: var(--green-mid); font-weight: 700; }
.cert-lead { font-size: 18px; color: var(--text-body); line-height: 1.7; }

.cert-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.cert-card { background: #FBFCFA; border: 1px solid var(--gray-200); border-radius: 16px; padding: 28px 22px; text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 20px; min-height: 190px; transition: var(--transition); }
.cert-card:hover { box-shadow: 0 14px 34px -20px rgba(12,40,24,0.28); transform: translateY(-4px); background: var(--white); }
.cert-card-logo { height: auto; display: flex; align-items: center; justify-content: center; }
.cert-card-logo img { max-height: 84px; max-width: 130px; width: auto; object-fit: contain; }
.cert-card-name { font-size: 18px; font-weight: 600; color: var(--green-dark); }

@media (max-width: 900px) {
	.cert-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 640px) {
	.about-certs { padding: 56px 0 64px; }
	.cert-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
	.cert-card { min-height: 160px; padding: 22px 16px; }
}
@media (max-width: 768px) {
	.about-page { --about-pad: 20px; }
	.about-hero { padding: 32px 0 120px; }
	.about-wheat { display: none; }
	.about-hero-media { margin-top: -100px; }
	.about-hero-img { aspect-ratio: 16/9; border-radius: 16px; margin-top: -166px}
	.about-content { padding: 60px 0; }
	.about-purpose { padding: 50px 0 64px; }
	.about-purpose-grid { grid-template-columns: 1fr; gap: 36px; }
	.ap-card { padding: 34px 28px 30px; }
}

/* ============================================================
   EXPORT PAGE
   ============================================================ */
.export-page { --export-max: 1440px; --export-pad: 40px; }
.export-page .container { max-width: var(--export-max); padding-inline: var(--export-pad); }

/* Green band holds the text + extra space below where the image overlaps */
.export-hero { position: relative; background: linear-gradient(180deg, #EFF5F0 0%, #E8F1EA 100%); padding: 60px 0 90px; text-align: center; overflow: hidden; }
.export-wheat { position: absolute; bottom: 0px; width: auto; height: auto; opacity: 0.5; z-index: 0; pointer-events: none; }
.export-wheat-left  { left: 9%; }
.export-wheat-right { right: 9%; transform: scaleX(-1); }
.export-hero .container { position: relative; z-index: 1; }
.export-eyebrow { font-size: 18px; font-weight: 500; color: var(--gold); margin-bottom: 12px; }
.export-title { font-family: var(--font-heading); font-size: clamp(30px, 3.6vw, 35px); font-weight: 700; color: var(--text-dark); line-height: 1.25; margin-bottom: 18px; }
.export-title .text-green { color: var(--green-mid); }
.export-lead { font-size: 18px; font-weight: 300; color: var(--text-body); margin: 0 auto 90px; line-height: 1.75; max-width: 800px; }

/* Image sits on white and is pulled up into the band so the band cuts across its top.
   export-lead's fixed 90px bottom margin above is a real, content-independent buffer - the
   pull below must stay smaller than that buffer so it can never reach the text itself,
   no matter how the paragraph wraps at different widths. */
.export-hero-media { margin-top: -120px; position: relative; z-index: 2; }
.export-hero-img { border-radius: 22px; overflow: hidden; box-shadow: 0 24px 60px -20px rgba(12,40,24,0.30); aspect-ratio: 1200 / 560; max-width: 1130px; margin: 0 auto; }
.export-hero-img img { width: 100%; height: 100%; object-fit: cover; display: block; }

@media (max-width: 1024px) {
	.export-hero-img { max-width: 88%; }
}
@media (max-width: 768px) {
	.export-page { --export-pad: 20px; }
	.export-hero { padding: 40px 0 100px; }
	.export-wheat { width: 40px; opacity: 0.4; bottom: 30px; }
	.export-lead { margin: 0 auto 56px; }
	.export-hero-media { margin-top: -36px; }
	.export-hero-img { aspect-ratio: 16/9; border-radius: 16px; }
}

/* Export stats */
.export-stats { padding: 60px 0 90px; background: var(--white); }
.es-card { background: var(--green-pale); border-radius: 24px; display: grid; grid-template-columns: repeat(4, 1fr); max-width: 1200px; margin: 0 auto; padding: 0px 24px; }
.es-item { text-align: center; padding: 40px 16px; border-right: 1px solid rgba(28,138,89,0.22); }
.es-item:last-child { border-right: none; }
.es-num { margin: 0 0 8px; }
.export-stats .counter-num { font-family: var(--font-heading); font-size: clamp(30px, 3vw, 40px); font-weight: 700; color: var(--green-mid); line-height: 1; }
.export-stats .counter-plus { font-size: clamp(24px, 2.4vw, 36px); font-weight: 700; color: var(--green-mid); }
.es-label { font-size: 18px; font-weight: 400; color: #4F5B53; margin: 0; }

@media (max-width: 900px) {
	.export-stats { padding: 48px 0 64px; }
	.es-card { grid-template-columns: repeat(2, 1fr); row-gap: 28px; padding: 32px 20px; }
	.es-item { border-right: none; border-bottom: 1px solid rgba(28,138,89,0.22); padding-bottom: 24px; }
	.es-item:nth-child(1) { border-right: 1px solid rgba(28,138,89,0.22); }
	.es-item:nth-child(3) { border-right: 1px solid rgba(28,138,89,0.22); border-bottom: none; }
	.es-item:nth-child(4) { border-bottom: none; }
}
@media (max-width: 480px) {
	.es-card { grid-template-columns: 1fr; row-gap: 22px; padding: 28px 22px; }
	.es-item, .es-item:nth-child(1), .es-item:nth-child(3) { border-right: none; border-bottom: 1px solid rgba(28,138,89,0.22); padding-bottom: 20px; }
	.es-item:last-child { border-bottom: none; padding-bottom: 0; }
}

/* Export routes */
.export-routes { position: relative; padding: 64px 0 80px; background: #F4F9F6; overflow: hidden; }
.er-art { position: absolute; bottom: 0; width: 150px; height: auto; z-index: 0; pointer-events: none; }
.er-art-left { left: 0; }
.er-art-right { right: 0; transform: scaleX(-1); }
.export-routes .container { position: relative; z-index: 1; }
.er-head { text-align: center; margin-bottom: 40px; }
.er-head .section-title { margin-bottom: 0; }
.er-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; max-width: 1100px; margin: 0 auto; }
.er-card { border-radius: 22px; padding: 36px 34px; background: var(--white); border: 1px solid var(--gray-200); }
.er-card-tinted { background: #E7ECE8; border-color: transparent; }
.er-icon { display: inline-flex; align-items: center; justify-content: center; width: 56px; height: 56px; border-radius: 14px; background: var(--green-pale); color: var(--green-mid); margin-bottom: 22px; }
.er-card-tinted .er-icon { background: var(--white); }
.er-title { font-family: var(--font-heading); font-size: 22px; font-weight: 700; color: var(--green); margin-bottom: 16px; }
.er-desc { font-size: 17px; font-weight: 300; color: var(--text-body); line-height: 1.6; margin: 0; }

@media (max-width: 900px) {
	.er-grid { grid-template-columns: 1fr; max-width: 560px; }
	.er-art { width: 110px; }
}
@media (max-width: 640px) {
	.export-routes { padding: 48px 0 56px; }
	.er-art { display: none; }
	.er-card { padding: 28px 24px; }
}

/* Global reach */
.global-reach { padding: 70px 0 90px; background: var(--green); }
.gr-head { text-align: center; max-width: 800px; margin: 0 auto 40px; }
.gr-title { font-family: var(--font-heading); font-size: clamp(26px, 3vw, 35px); font-weight: 700; color: var(--white); margin: 8px 0 16px; }
.gr-sub { font-size: 20px; font-weight: 300; color: rgba(255,255,255,0.75); line-height: 1.7; }
.gr-sub strong { color: var(--gold-light); font-weight: 700; }

.gr-map { position: relative; max-width: 1000px; margin: 0 auto 36px; padding-bottom:40px;  border-bottom: 1px solid rgba(255,255,255,0.14); }
.gr-map-bg { display: block; width: 100%; height: auto; }

.gr-filters { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-bottom: 44px; }
.gr-filter { display: inline-flex; align-items: center; gap: 8px; font-size: 15px; font-weight: 500; color: var(--white); background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.14); border-top: 1px solid #FFFFFF17; border-radius: 50px; padding: 9px 18px; transition: var(--transition); }
.gr-filter:hover { background: rgba(255,255,255,0.16); }
.gr-filter.is-active { background: var(--gold); border-color: var(--gold); color: var(--white); }
.gr-filter-count { display: inline-flex; align-items: center; justify-content: center; min-width: 22px; height: 22px; padding: 0 6px; border-radius: 50%; background: rgba(255,255,255,0.18); font-size: 12px; font-weight: 700; }
.gr-filter.is-active .gr-filter-count { background: rgba(255,255,255,0.28); }

/* Columns are built by initGlobalReach() in main.js, which chunks the visible
   countries into N even groups and gives any remainder to the FIRST columns
   (matching the design) - something CSS multi-column/grid-auto-flow can't do on
   their own, since both dump any remainder into the LAST column instead. */
.gr-list {
	display: flex;
	gap: 32px;
	max-width: 1100px;
	margin: 0 auto;
}
.gr-col { display: flex; flex-direction: column; flex: 1 1 0; min-width: 0; }
.gr-list-item { display: flex; align-items: center; gap: 10px; font-size: 18px; font-weight: 300; color: rgba(255,255,255,0.85); padding: 15px 0; border-bottom: 1px solid #FFFFFF17; }
.gr-list-item::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--gold-light); flex-shrink: 0; }

@media (max-width: 900px) {
	.gr-list { gap: 24px; }
}
@media (max-width: 640px) {
	.global-reach { padding: 48px 0 56px; }
	.gr-filters { gap: 8px; }
	.gr-filter { font-size: 13px; padding: 7px 14px; }
	.gr-list { gap: 20px; }
}

/* No.1 rank banner */
.rank-banner { position: relative; background: var(--white); padding: 56px 0 64px; text-align: center; overflow: hidden; }
.rb-art { position: absolute; bottom: -10px; width: 150px; height: auto; z-index: 0; pointer-events: none; }
.rb-art-left { left: 0; }
.rb-art-right { right: 0; transform: scaleX(-1); }
.rank-banner .container { position: relative; z-index: 1; max-width: 960px; }

.rb-rank { display: flex; align-items: flex-end; justify-content: center; gap: 10px; margin-bottom: 22px; }
.rb-no { font-family: var(--font-script); font-style: italic; font-size: clamp(28px, 3vw, 48px); color: var(--gray-600); line-height: 1; }
.rb-num { font-family: var(--font-script); font-style: italic; font-weight: 600; font-size: clamp(56px, 7vw, 140px); color: #E7AD00; line-height: 0.8; }
.rb-rank-text { font-family: var(--font-heading); font-size: clamp(20px, 2.2vw, 26px); font-weight: 600; color: var(--green-mid); line-height: 1.25; text-align: left; }

.rb-title { font-family: var(--font-heading); font-size: clamp(24px, 2.6vw, 27px); font-weight: 700; color: var(--text-dark); margin-bottom: 18px; }
.rb-desc { font-size: 20px; font-weight: 300; color: var(--text-body); line-height: 1.8;margin: 0 auto; }

@media (max-width: 640px) {
	.rank-banner { padding: 40px 0 48px; }
	.rb-art { display: none; }
	.rb-rank { gap: 6px; margin-bottom: 16px; }
	.rb-no { font-size: 32px; }
	.rb-num { font-size: 92px; }
	.rb-rank-text { font-size: 17px; }
	.rb-title { font-size: 21px; }
	.rb-desc { font-size: 14.5px; }
}

/* White label / private labelling */
.white-label { padding: 70px 0 80px; background: var(--green-pale); overflow-x: hidden; }
.wl-head { text-align: center; max-width: 800px; margin: 0 auto 46px; }
.wl-sub { font-size: 18px; font-weight: 300; color: var(--text-body); line-height: 1.7; }

.wl-cards { position: relative; display: flex; align-items: stretch; justify-content: center; gap: 26px; max-width: 900px; margin: 0 auto 60px; }
.wl-card { flex: 1 1 0; max-width: 340px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 18px; border-radius: 20px; padding: 40px 24px; text-align: center; }
.wl-card-brand { background: #C4915B; }
.wl-card-yours { background: var(--white); border: 2px dashed var(--gold); }
.wl-logo { width: 160px; height: auto; }
.wl-card-label { font-family: var(--font-heading); font-size: 17px; font-weight: 700; color: var(--green-dark); }
.wl-plus { display: flex; align-items: center; justify-content: center; width: 67px; height: 67px; border-radius: 14px; background: var(--white); border: 1px solid var(--gray-200); color: var(--gold); box-shadow: var(--shadow-sm); }

.wl-eq { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 2; display: flex; align-items: center; justify-content: center; width: 68px; height: 68px; border-radius: 50%; background: var(--green-mid); color: var(--white); box-shadow: 0px 2px 23px -8px #1C8A5980; border:4px solid #ffffff; }

/* Full-bleed wrapper so the art can sit at the true section edges while its "top: 0"
   still lines up exactly with the top of the feature cards it wraps. */
.wl-features-wrap { position: relative; 
	/* width: 100vw; margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw);  */
}
.wl-art { position: absolute; top: -105%; width: 90px; height: auto; pointer-events: none; }
.wl-art-left { left: 10%; }
.wl-art-right { right: 10%; transform: scaleX(-1); }

.wl-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; max-width: 1100px; margin: 0 auto; }
.wl-feature { background: var(--white); border-radius: 18px; padding: 30px 28px; box-shadow: var(--shadow-sm); }
.wl-feature-icon { display: inline-flex; align-items: center; justify-content: center; width: 46px; height: 46px; border-radius: 12px; background: var(--green-pale); color: var(--green-mid); margin-bottom: 18px; }
.wl-feature h3 { font-family: var(--font-heading); font-size: 20px; font-weight: 700; color: var(--text-dark); margin-bottom: 10px; }
.wl-feature p { font-size: 16px; font-weight: 300; color: var(--text-body); line-height: 1.7; margin: 0; }

@media (max-width: 900px) {
	.wl-cards { max-width: 560px; }
	.wl-art { width: 64px; }
}
@media (max-width: 760px) {
	.wl-features { grid-template-columns: 1fr; max-width: 420px; }
}
@media (max-width: 640px) {
	.white-label { padding: 48px 0 56px; }
	.wl-art { display: none; }
	.wl-cards { flex-direction: column; align-items: center; gap: 44px; margin-bottom: 44px; }
	.wl-card { max-width: 300px; width: 100%; padding: 32px 20px; }
}

/* Customised packing */
.custom-packing { padding: 80px 0; background: var(--white); }
.cp-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }

.cp-eyebrow { display: flex; align-items: center; gap: 10px; font-size: 12px; font-weight: 600; letter-spacing: 2.5px; text-transform: uppercase; color: var(--green-mid); margin-bottom: 16px; }
.cp-dash { width: 26px; height: 1.5px; background: currentColor; display: inline-block; flex-shrink: 0; }
.cp-title { font-family: var(--font-heading); font-size: clamp(28px, 3vw, 35px); font-weight: 700; color: var(--green-dark); margin-bottom: 16px; }
.cp-desc { font-size: 18px; font-weight: 300; color: var(--text-body); line-height: 1.7; margin-bottom: 30px; max-width: 480px; }

.cp-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 32px; }
.cp-list-item { display: flex; align-items: flex-start; gap: 12px; padding: 16px 0; border-bottom: 1px solid var(--gray-200); font-size: 16px; font-weight: 300; color: var(--text-dark); line-height: 1.4; }
.cp-col .cp-list-item:last-child { border-bottom: none; }
.cp-check { flex-shrink: 0; margin-top: 3px; color: var(--gold); }

.cp-media { border-radius: 24px; overflow: hidden; aspect-ratio: 1 / 1.02; }
.cp-media img { width: 100%; height: 100%; object-fit: cover; display: block; }

@media (max-width: 1024px) {
	.cp-grid { grid-template-columns: 1fr; gap: 40px; }
	.cp-media { max-width: 560px; margin: 0 auto; order: -1; }
	.cp-desc { max-width: none; }
}
@media (max-width: 640px) {
	.custom-packing { padding: 48px 0 56px; }
	.cp-grid { gap: 32px; }
	.cp-list { grid-template-columns: 1fr; gap: 0; }
	.cp-list-item { font-size: 15px; padding: 14px 0; }
	.cp-desc { font-size: 15px; margin-bottom: 22px; }
}

/* Export compliance & packing facilities */
.compliance-section { position: relative; padding: 88px 40px 88px; background: var(--green-pale); overflow: hidden; }
.cs-art { position: absolute; top: -10px; left: -10px; width: 70px; height: auto; pointer-events: none; z-index: 0; }
.compliance-section .container { position: relative; z-index: 1; }

.cs-head { display: flex; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap; margin-bottom: 40px; }
.cs-title { font-family: var(--font-heading); font-size: clamp(24px, 2.6vw, 35px); font-weight: 700; color: var(--text-dark); margin: 0; }

.cs-stat { display: flex; align-items: center; gap: 14px; }
.cs-stat-bar { width: 2px; height: 50px; background: var(--gold); flex-shrink: 0; }
.cs-stat-num { font-family: var(--font-heading); font-size: clamp(38px, 4vw, 60px); font-weight: 700; color: var(--gold); line-height: 1; }
.cs-stat-text { display: flex; flex-direction: column; gap: 2px; font-size: 20px; font-weight: 500; line-height: 1.4; }
.cs-stat-line1 { color: var(--text-dark); }
.cs-stat-line2 { color: var(--gold); }

.cs-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; }
.cs-card { position: relative; border-radius: 16px; min-height: 152px; padding: 20px 16px 22px; display: flex; align-items: flex-end; overflow: hidden; }
.cs-card:nth-child(odd) { background: #E7ECE8; }
.cs-card:nth-child(even) { background: var(--white); }
.cs-num { position: absolute; top: 10px; right: 16px; font-family: var(--font-heading); font-size: 42px; font-weight: 500; color: rgba(11,58,38,0.07); line-height: 1; }
.cs-label { font-size: 17px; font-weight: 400; color: var(--green-dark); line-height: 1.35; }

@media (max-width: 1024px) {
	.cs-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 640px) {
	.compliance-section { padding: 124px 0 50px; }
	.cs-art { width: 60px; }
	.cs-head { gap: 20px; margin-bottom: 28px; }
	.cs-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
	.cs-card { min-height: 130px; padding: 16px; }
	.cs-num { font-size: 34px; }
	.cs-label { font-size: 14.5px; }
}
@media (max-width: 400px) {
	.cs-grid { grid-template-columns: 1fr; }
}

/* EU-Standard Rice */
.eu-standard { padding: 70px 0 80px; background: var(--white); }
.eu-head { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 40px; margin-bottom: 70px; }
.eu-head-text { max-width: 420px; }
.eu-title { font-family: var(--font-heading); font-size: clamp(28px, 3vw, 35px); font-weight: 700; color: var(--green-mid); margin: 10px 0 14px; }
.eu-desc { font-size: 18px; font-weight: 300; color: var(--text-body); line-height: 1.7; }

.eu-stats { display: flex; flex-wrap: wrap; align-items: flex-end; gap: 60px; flex: 1; min-width: 280px; max-width: 700px; padding-bottom: 20px; border-bottom: 1px solid var(--gray-200); align-self: flex-end; justify-content: space-around; }
.eu-stat { display: flex; flex-direction: column; gap: 6px; }
.eu-stat-num { font-family: var(--font-heading); font-size: clamp(26px, 2.8vw, 30px); font-weight: 800; color: var(--green-mid); line-height: 1; }
.eu-stat-label { font-size: 18px; font-weight: 300; color: var(--text-body); }

.eu-body { display: grid; grid-template-columns: 270px 1fr; gap: 50px; align-items: start; }

.eu-badge { position: relative; width: 230px; height: 230px; margin-right: 60px; }
.eu-badge-img { display: block; width: 100%; height: 100%; object-fit: contain; }

.eu-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0 40px; }
.eu-list-item { display: flex; align-items: center; gap: 10px; padding: 14px 0; border-bottom: 1px solid var(--gray-200); font-size: 18px; font-weight: 300; color: var(--text-dark); }
.eu-col .eu-list-item:last-child { border-bottom: none; }
.eu-check { color: var(--green-mid); flex-shrink: 0; }

@media (max-width: 1024px) {
	.eu-body { grid-template-columns: 1fr; justify-items: center; text-align: center; }
	.eu-list { max-width: 700px; width: 100%; }
	.eu-list-item { justify-content: center; }
}
@media (max-width: 760px) {
	.eu-head { flex-direction: column; margin-bottom: 40px; }
	.eu-stats { gap: 32px; justify-content: start;}
	.eu-list { grid-template-columns: 1fr; max-width: 420px; }
	.eu-list-item { justify-content: flex-start; }
}
@media (max-width: 480px) {
	.eu-standard { padding: 48px 0 56px; }
	.eu-badge { width: 300px; height: 250px; margin-right:0}
	.eu-stats { gap: 20px; }
	.eu-stat-num { font-size: 22px; }
	.eu-desc { font-size: 15px; }
}

/* Fast moving export rice varieties */
.fast-moving { position: relative; padding: 70px 0 90px; background: #F4F9F6; overflow: hidden; }
.fm-art { position: absolute; bottom: -20px; left: -20px; width: 380px; height: auto; z-index: 0; pointer-events: none; }
.fast-moving .container { position: relative; z-index: 1; }

.fm-head { text-align: center; max-width: 640px; margin: 0 auto 40px; }
.fm-title { font-family: var(--font-heading); font-size: clamp(28px, 3vw, 35px); font-weight: 700; color: var(--green-dark); margin: 10px 0 16px; }
.fm-desc { font-size: 18px; font-weight: 300; color: var(--text-body); line-height: 1.7; }

.fm-card { background: var(--white); border: 1px solid var(--gray-200); border-radius: 20px; padding: 36px 40px; max-width: 1130px; margin: 0 auto; box-shadow: var(--shadow-sm); }
.fm-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0 40px; }
.fm-list-item { display: flex; align-items: center; gap: 12px; padding: 14px 0; border-bottom: 1px solid var(--gray-200); font-size: 18px; font-weight: 300; color: var(--text-dark); }
.fm-col .fm-list-item:last-child { border-bottom: none; }
.fm-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--gold); flex-shrink: 0; }

@media (max-width: 900px) {
	.fm-art { width: 160px; }
	.fm-card { max-width: 640px; }
	.fm-list { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
	.fast-moving { padding: 48px 0 56px; }
	.fm-art { display: none; }
	.fm-card { padding: 26px 22px; }
	.fm-list { grid-template-columns: 1fr; }
	.fm-list-item { font-size: 15px; padding: 12px 0; }
	.fm-desc { font-size: 15px; }
}

/* Trade show presence */
.trade-show { padding: 70px 0 80px; background: var(--white); }
.ts-head { text-align: center; max-width: 640px; margin: 0 auto 40px; }
.ts-sub { font-size: 18px; font-weight: 300; color: var(--text-body); line-height: 1.7; }

.ts-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; max-width: 1000px; margin: 0 auto 40px; }
.ts-card { display: flex; background: var(--green-dark); border-radius: 18px; overflow: hidden; min-height: 150px; }
.ts-main { flex: 1; min-width: 0; padding: 22px 26px; display: flex; flex-direction: column; justify-content: center; gap: 4px; background: #0A5634; }
.ts-pass { font-size: 12px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--gold-light); margin: 0; }
.ts-name { font-family: var(--font-heading); font-size: 26px; font-weight: 700; color: var(--white); margin: 6px 0 10px; }
.ts-route { display: flex; align-items: center; gap: 8px; margin: 0; }
.ts-code { font-size: 16px; font-weight: 700; color: var(--gold-light); letter-spacing: 0.5px; }
.ts-plane { display: inline-flex; color: rgba(255,255,255,0.6); }
.ts-city { font-size: 16px; font-weight: 300; color: rgba(255,255,255,0.75); margin: 4px 0 0; }

.ts-stand { width: 110px; flex-shrink: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; border-left: 1px solid rgba(255,255,255,0.15); text-align: center; }
.ts-stand-label { font-size: 11px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; color: rgba(255,255,255,0.55); }
.ts-stand-code { font-size: 22px; font-weight: 700; color: var(--gold-light); }

.ts-footer { text-align: center; font-size: 20px; font-weight: 300; color: var(--text-body); line-height: 1.7; margin: 0 auto; }

@media (max-width: 760px) {
	.ts-grid { grid-template-columns: 1fr; max-width: 460px; }
}
@media (max-width: 480px) {
	.trade-show { padding: 48px 0 56px; }
	.ts-card { flex-direction: column; }
	.ts-stand { width: 100%; flex-direction: row; border-left: none; border-top: 1px solid rgba(255,255,255,0.15); padding: 12px 0; gap: 10px; }
	.ts-main { padding: 20px 22px 16px; }
	.ts-name { font-size: 21px; }
	.ts-sub, .ts-footer { font-size: 15px; }
}

/* Ports we operate from */
.ports-section { position: relative; padding: 70px 0 0; background: var(--green-dark); overflow: hidden; }
.pw-art { position: absolute; top: 50%; transform: translateY(-50%); width: 100px; height: auto; pointer-events: none; }
.pw-art-left { left: 3%; }
.pw-art-right { right: 3%; transform: translateY(-50%) scaleX(-1); }
.ports-section .container { position: relative; z-index: 1; }

.pw-head { text-align: center; margin-bottom: 50px; }
.pw-title { font-family: var(--font-heading); font-size: clamp(26px, 3vw, 35px); font-weight: 700; color: var(--white); margin: 8px 0 0; }

/* Full-bleed so the ground line can span the viewport; its own bottom padding is exactly
   the ground line's height, so the ::after (anchored to bottom: 0) always sits flush
   against the containers' bottom edge - no cross-element margin math to get wrong. */
.pw-row-wrap { position: relative; width: 100vw; margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); padding-bottom: 14px; }
.pw-row-wrap::after { content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 14px; background: #082A1D; box-shadow: 0 3px 8px rgba(0,0,0,0.35) inset; }

.pw-grid { display: flex; align-items: flex-end; justify-content: center; gap: 20px; overflow-x: auto; padding: 0 24px; }
.pw-container { position: relative; flex-shrink: 0; width: 200px; border-radius: 6px; overflow: hidden; box-shadow: 0px 16px 34px -14px #000000A6; }
.pw-container:not(.pw-container-img) { box-shadow: 0 14px 24px -10px rgba(0,0,0,0.5); background-image: repeating-linear-gradient(90deg, rgba(255,255,255,0.05) 0 2px, transparent 2px 8px); }
.pw-bg-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
.pw-text { position: absolute; inset: 0; z-index: 1; display: flex; flex-direction: column; padding: 14px 14px 20px 14px; }
.pw-tag { font-size: 10px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: rgba(255,255,255,0.85); text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.pw-name { font-family: var(--font-heading); font-size: 20px; font-weight: 700; color: var(--white); text-align: center; margin-top: auto; margin-bottom: auto; text-shadow: 0 1px 4px rgba(0,0,0,0.4); }
.pw-state { font-size: 12px; font-weight: 300; color: rgba(255,255,255,0.7); text-align: center; text-shadow: 0 1px 3px rgba(0,0,0,0.4); }

.pw-footer { text-align: center; font-size: 17px; font-weight: 300; color: rgba(255,255,255,0.8); line-height: 1.7; max-width: 820px; margin: 34px auto 0; padding-bottom: 60px; }
.pw-footer strong { color: var(--white); font-weight: 700; }

@media (max-width: 900px) {
	.pw-art { width: 70px; }
	.pw-grid { justify-content: flex-start; }
}
@media (max-width: 640px) {
	.ports-section { padding: 48px 0 0; }
	.pw-art { display: none; }
	.pw-head { margin-bottom: 36px; }
	.pw-footer { font-size: 15px; padding-bottom: 44px; margin-top: 26px; }
}

/* Ready to source globally? (closing CTA) */
.ready-cta { position: relative; padding: 80px 0 90px; background: var(--white); text-align: center; overflow: hidden; }
.rc-art { position: absolute; bottom: -10px; width: 220px; height: auto; pointer-events: none; }
.rc-art-left { left: 0; }
.rc-art-right { right: 0; transform: scaleX(-1); }
.ready-cta .container { position: relative; z-index: 1;}
.rc-title { font-family: var(--font-heading); font-size: clamp(28px, 3vw, 36px); font-weight: 600; color: var(--green-dark); margin: 10px 0 20px; }
.rc-desc { font-size: 18px; font-weight: 300; color: var(--text-body); line-height: 1.75; margin-bottom: 34px; }

.rc-actions { display: flex; justify-content: center; align-items: center; gap: 16px; flex-wrap: wrap; }
.rc-btn { display: inline-flex; align-items: center; gap: 14px; border-radius: 8px; padding: 8px 8px 8px 26px; font-size: 16px; font-weight: 500; color: var(--white); transition: var(--transition); }
.rc-btn-primary { background: var(--green-mid); }
.rc-btn-primary:hover { background: var(--green); }
.rc-btn-gold { background: var(--gold); }
.rc-btn-gold:hover { background: var(--gold-light); }
.rc-btn-icon { display: flex; align-items: center; justify-content: center; width: 36px; height: 36px; border-radius: 50%; background: var(--white); flex-shrink: 0; }
.rc-btn-icon svg { width: 16px; height: 16px; }
.rc-btn-primary .rc-btn-icon { color: var(--green-mid); }
.rc-btn-gold .rc-btn-icon { color: var(--gold); }
.rc-btn-arrow-outline { border: 1px solid var(--white); background: transparent; color: var(--white); }

@media (max-width: 900px) {
	.rc-art { width: 160px; }
}
@media (max-width: 640px) {
	.ready-cta { padding: 48px 0 56px; }
	.rc-art { display: none; }
	.rc-desc { font-size: 15px; margin-bottom: 26px; }
	.rc-actions { flex-direction: column; align-items: stretch; }
	.rc-btn { justify-content: space-between; }
}

/* ============================================================
   PRODUCTS PAGE
   ============================================================ */
.products-page { background: var(--white); }

/* Page width tokens for products */
.products-page { --products-max: 1440px; --products-pad: 40px; }
.products-page .container { max-width: var(--products-max); padding-inline: var(--products-pad); }

/* Intro band */
.products-hero { position: relative; background: linear-gradient(180deg, #EFF5F0 0%, #E7F0E9 100%); padding: 52px 0 0; text-align: center; overflow: visible; z-index: 4; }
.ph-wheat { position: absolute; bottom: 0px; width: 90px; height: auto; opacity: 0.3; z-index: 0; }
.ph-wheat-left  { left: 4%; }
.ph-wheat-right { right: 4%; transform: scaleX(-1); }
.products-hero .container { position: relative; z-index: 1; padding-bottom: 0px; }
.products-hero-btns { display: flex; gap: 16px; justify-content: center; margin-top: 32px; }
.ph-eyebrow { font-size: 18px; font-weight: 400; letter-spacing: 1.5px; color: var(--gold); margin-bottom: 12px; }
.ph-title { font-family: var(--font-heading); font-size: clamp(30px, 3.4vw, 35px); font-weight: 700; color: var(--text-dark); margin-bottom: 14px; }
.ph-title .text-green { color: var(--green-mid); }
.ph-desc { font-size: 18px; font-weight: 300; color: var(--text-body); max-width: 900px; margin: 0 auto; line-height: 1.7; }

/* Overlapping info cards */
.ph-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: -28px; transform: translateY(50%); position: relative; z-index: 20; }
.ph-card { display: flex; gap: 16px; background: var(--white); border: 1px solid var(--gray-200); border-radius: 16px; padding: 24px; box-shadow: 0 14px 40px -16px rgba(12,40,24,0.22); text-align: left; transition: var(--transition); }
.ph-card:hover { box-shadow: 0 22px 54px -16px rgba(12,40,24,0.30); transform: translateY(-3px); }
.ph-card-icon { width: 44px; height: 44px; border-radius: 12px; background: var(--green-pale); color: var(--green-mid); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.ph-card-icon svg { width: auto; height: auto; }
.ph-card-tag { font-size: 15px; font-weight: 400; color: var(--green-mid); display: block; margin-bottom: 6px; }
.ph-card-body h3 { font-size: 20px; font-weight: 400; color: var(--text-dark); margin-bottom: 8px; }
.ph-card-body p { font-size: 15px; color: #69786D; line-height: 1.6; margin-bottom: 24px; }
.ph-card-body .btn-primary{ display: inline-flex; align-items: center; gap: 8px; background: var(--green-mid); color: #fff; border-radius: 50px; padding: 8px 18px; font-size: 16px; font-weight: 400; transition: var(--transition); }
.ph-card-body .btn-primary .btn-arrow{background: transparent}

/* Listing area */
.products-listing { position: relative; z-index: 1; padding: 160px 0 80px; background: var(--white); }
.products-layout { display: grid; grid-template-columns: 320px 1fr; gap: 36px; align-items: start; }

/* Sidebar */
/* min-width:0 on both grid items - without it, a track can still be forced wider
   than its column by content inside (the wrapping category/tag pills here), which
   is what was pushing the whole layout past the viewport into horizontal scroll
   once this collapsed to a single 1fr column on mobile. */
.products-sidebar {
	position: sticky;
	top: calc(var(--header-h) + 24px);
	min-width: 0;
	/* If the category list + promo card together are taller than the space
	   left below the sticky offset, the box scrolls internally instead of
	   pushing its top content off-screen and out of reach. */
	max-height: calc(100vh - var(--header-h) - 48px);
	overflow-y: auto;
	scrollbar-width: thin;
}
.products-main { min-width: 0; }
.ps-heading { font-size: 17px; font-weight: 700; letter-spacing: 1.3px; text-transform: uppercase; color: var(--gray-500); margin-bottom: 16px; }
.ps-cats { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 28px; }
.ps-cat { font-size: 15px; padding: 8px 16px; border-radius: 50px; border: 1px solid var(--gray-200); background: var(--white); color: var(--text-dark); transition: var(--transition); }
.ps-cat:hover, .ps-cat.is-active { background: var(--green-mid); border-color: var(--green-mid); color: #fff; }
.ps-promo { position: relative; overflow: hidden; background: var(--green-dark); background-image: url('images/product-sidebar-card-bg.svg'); background-position: top right; background-repeat: no-repeat; background-size: 120px; border-radius: 22px; padding: 28px 26px; color: #fff; }
.ps-promo-blob { position: absolute; top: -50px; right: -50px; width: 180px; height: 180px; border-radius: 50%; background: rgba(255,255,255,0.08); pointer-events: none; }
.ps-promo > * { position: relative; z-index: 1; }
.ps-promo-label { font-size: 11px; font-weight: 300; letter-spacing: 1.5px; text-transform: uppercase; color: #C7DD49; }
.ps-promo h4 { font-size: 23px; font-weight: 400; margin: 14px 0 12px; line-height: 1.2; color: #fff; }
.ps-promo p { font-size: 13.5px; color: #CFE0D2; line-height: 1.6; margin-bottom: 22px; }
.ps-promo-btn { display: inline-flex; align-items: center; gap: 14px; background: #EDF6EE; color: #184E2E; border-radius: 50px; padding: 7px 7px 7px 22px; font-size: 16px; font-weight: 400; transition: var(--transition); }
.ps-promo-btn:hover { background: var(--green-pale); }
.ps-promo-btn-arrow { display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; border-radius: 50%; background: var(--green-mid); color: #fff; flex-shrink: 0; }
.ps-promo-btn-arrow svg { width: 16px; height: 16px; }
.ps-promo-btn:hover .ps-promo-btn-arrow { background: var(--green); }

/* Toolbar */
.products-toolbar { display: flex; align-items: center; justify-content: space-between; margin-bottom: 22px; }
.products-count { font-size: 22px; color: var(--green-mid); }
.products-count strong { color: var(--green-mid); font-weight: 700; }
.products-sort select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	font-size: 15px;
	font-weight: 500;
	padding: 9px 38px 9px 18px;
	border: 1px solid var(--gray-200);
	border-radius: 50px;
	background: var(--white) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6' fill='none'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%238A8A8A' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat right 16px center;
	color: var(--text-dark);
	cursor: pointer;
	transition: var(--transition);
}
.products-sort select:hover  { border-color: var(--green-mid); }
.products-sort select:focus  { outline: none; border-color: var(--green-mid); box-shadow: 0 0 0 3px rgba(28,138,89,0.15); }

/* Product rows */
.product-rows { display: flex; flex-direction: column; gap: 22px; }
.product-row { display: grid; grid-template-columns: 300px 1fr; gap: 28px; align-items: stretch; background: var(--white); border: 1px solid var(--gray-200); border-radius: 18px; padding: 14px; box-shadow: 0 10px 34px -18px rgba(12,40,24,0.20); transition: var(--transition); overflow: hidden; }
.product-row:hover { box-shadow: 0 20px 48px -18px rgba(12,40,24,0.30); transform: translateY(-3px); }
/* min-width:0 overrides grid items' default min-width:auto - without it, a grid
   track can still be forced wider than its column by a long unwrapped line inside
   (e.g. a spec value or button), which is what was pushing the whole page into
   horizontal scroll on mobile once this collapsed to a single 1fr column. */
.product-row-img { position: relative; overflow: hidden; background: #EAF3EC; border-radius: 14px; display: flex; align-items: center; justify-content: center; padding: 20px; height: 100%; min-width: 0; }
.product-row-img img { height: 100%; width: 100%; object-fit: contain; }
.product-row-info { display: flex; flex-direction: column; justify-content: space-between; min-width: 0; }
.product-info-footer { padding-top: 12px; border-top: 1px solid #EBEBEB; }
.product-badges { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 8px; }
.product-badge { display: inline-block; font-size: 11px; font-weight: 600; color: var(--green-mid); background: var(--white); border: 1px solid var(--green-mid); border-radius: 50px; padding: 4px 14px; }
.product-name { font-family: var(--font-heading); font-size: 24px; font-weight: 700; line-height:1.2; color: var(--text-dark); margin-bottom: 4px; }
.product-sub { font-size: 15.5px; font-weight:300; color: var(--gray-500); margin-bottom: 1px; }
.product-specs { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 24px; padding-top: 22px; margin-bottom: 12px; }
.product-spec { display: flex; gap: 10px; margin-bottom: 20px ; }
.product-spec-full { grid-column: 1 / -1; }
.spec-icon { width: 38px; height: 38px; border-radius: 8px; background: var(--green-pale); color: var(--green-mid); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.spec-icon svg { width: 18px; height: 18px; }
.product-spec strong { display: block; font-size: 16px; font-weight: 700; color: var(--text-dark); margin-bottom: 2px; }
.product-spec span { font-size: 15px; font-weight:300; color: #152A1C; line-height: 1.3;  }
.product-skus { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-bottom: 18px; }
.skus-label { font-size: 16px; color: #69786D; margin-right: 4px; }
.sku-pill { font-size: 13px; font-weight: 700; color: #3A4A3F; background: var(--white); border: 1px solid #E0EAE1; border-radius: 9px; padding: 10px 12px; }
.products-empty { text-align: center; font-size: 17px; color: var(--gray-500); padding: 60px 0; }
.sku-tag { display: inline-flex; align-items: center; gap: 5px; font-size: 16px; color: var(--green-mid); background: #EEF6EF; border-radius: 9px; padding: 10px 12px; }
.sku-tag svg { width: 14px; height: 14px; }
.product-cta { margin-top: 2px; background: var(--green-mid); border-radius: 12px; padding: 12px 20px; display: inline-flex; align-items: center; gap: 8px; font-size: 17px; font-weight: 400; color: var(--white); transition: var(--transition); }
.product-cta .cta-check { width: 16px; height: 16px; }

/* Pagination */
.products-pagination { display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: 40px; }
.products-pagination[hidden] { display: none; }
.pg-nums { display: flex; align-items: center; gap: 8px; }
.pg-link, .pg-num { display: inline-flex; align-items: center; gap: 6px; font-size: 15px; font-weight: 500; color: var(--text-body); padding: 8px 14px; border-radius: 8px; border: 1px solid var(--gray-200); }
.pg-link svg { width: 16px; height: 16px; }
.pg-num { width: 38px; height: 38px; justify-content: center; padding: 0; }
.pg-num.is-active { background: var(--green-mid); border-color: var(--green-mid); color: #fff; }
.pg-link:hover, .pg-num:hover:not(.is-active) { border-color: var(--green-mid); color: var(--green-mid); }
.pg-link.is-disabled { opacity: 0.4; pointer-events: none; }

@media (max-width: 1024px) {
	.products-layout { grid-template-columns: 1fr; }
	.products-sidebar { position: static; }
	.ps-cats { margin-bottom: 0; flex-wrap: wrap; }
	.ps-promo { display: none; }
}
@media (max-width: 768px) {
	.products-page { --products-pad: 20px; }
	.ph-cards { grid-template-columns: 1fr; transform: translateY(36px); }
	.products-listing { padding: 90px 0 64px; }
	.product-row { grid-template-columns: 1fr; }
	.product-row-img { height: auto; aspect-ratio: auto; max-width: 310px; }
	.product-specs { grid-template-columns: 1fr; }
	.ph-wheat { width: 56px; opacity: 0.5; }
	.ph-card { flex-direction: column; }
}

/* ============================================================
   B2B QUOTE MODAL
   ============================================================ */
.quote-modal { position: fixed; inset: 0; z-index: 2000; display: none; align-items: center; justify-content: center; padding: 20px; }
.quote-modal.open { display: flex; }
.quote-modal-overlay { position: absolute; inset: 0; background: rgba(11,58,38,0.55); backdrop-filter: blur(3px); }
.quote-modal-dialog { position: relative; z-index: 1; width: 100%; max-width: 640px; max-height: 92vh; display: flex; flex-direction: column; background: var(--white); border-radius: 22px; box-shadow: var(--shadow-lg); overflow: hidden; animation: quotePop 0.28s ease; }
@keyframes quotePop { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }

.quote-modal-head { position: relative; flex-shrink: 0; background: var(--green-mid); padding: 20px 60px 26px 24px; }
.quote-modal-close { position: absolute; top: 20px; right: 22px; width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,0.16); border: 1px solid rgba(255,255,255,0.35); font-size: 20px; color: #fff; display: flex; align-items: center; justify-content: center; transition: var(--transition); }
.quote-modal-close:hover { background: rgba(255,255,255,0.28); }
.quote-modal-eyebrow { font-size: 12px; font-weight: 300; letter-spacing: 2.5px; text-transform: uppercase; color: rgba(255,255,255,0.8); }
.quote-modal-head h2 { font-family: var(--font-heading); font-size: 30px; font-weight: 500; color: #fff; margin: 2px 0 1px; }
.quote-modal-head p { font-size: 15px; color: rgba(255,255,255,0.85); line-height: 1.5; }

.quote-modal-body { padding: 28px 34px 32px; overflow-y: auto; }
.quote-form .qf-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-bottom: 18px; }
.qf-field { display: flex; flex-direction: column; margin-bottom: 18px; }
.quote-form .qf-row .qf-field { margin-bottom: 0; }
.qf-field label { font-size: 14px; font-weight: 700; color: var(--text-dark); margin-bottom: 8px; }
.qf-field label .qf-req { color: #C0392B; }
.qf-field input, .qf-field select, .qf-field textarea {
	font-family: var(--font-body);
	font-size: 15px;
	padding: 13px 16px;
	border: 1px solid transparent;
	border-radius: 10px;
	background: var(--green-pale);
	color: var(--text-dark);
	transition: var(--transition);
}
.qf-field input::placeholder, .qf-field textarea::placeholder { color: var(--gray-500); }
.qf-field select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	color: var(--text-dark);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6' fill='none'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%238A8A8A' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 16px center;
	padding-right: 40px;
}
.qf-field select:invalid { color: var(--gray-500); }
.qf-field input:focus, .qf-field select:focus, .qf-field textarea:focus { outline: none; border-color: var(--green-mid); box-shadow: 0 0 0 3px rgba(28,138,89,0.15); }
.qf-field textarea { resize: vertical; }
.qf-call { font-size: 14.5px; color: var(--text-body); margin: 4px 0 20px; }
.qf-call a { color: var(--text-dark); font-weight: 700; text-decoration: none; }
.qf-call a:hover { color: var(--green-mid); }
.qf-actions{display: flex; justify-content: center;}
.qf-actions .qf-submit { display: block; width: 100%; max-width: 300px; background: var(--green-mid); color: #fff; border: none; border-radius: 50px; padding: 16px; font-size: 16px; font-weight: 600; cursor: pointer; transition: var(--transition); }
.qf-actions .qf-submit:hover { background: var(--green); }
.qf-success { margin-top: 16px; padding: 14px 16px; background: var(--green-pale); color: var(--green); border-radius: 10px; font-size: 15px; }
body.quote-open { overflow: hidden; }

@media (max-width: 560px) {
	.quote-modal-head { padding: 24px 50px 20px 22px; }
	.quote-modal-head h2 { font-size: 25px; }
	.quote-modal-body { padding: 22px 22px 26px; }
	.quote-form .qf-row { grid-template-columns: 1fr; gap: 0; }
	.quote-form .qf-row .qf-field { margin-bottom: 18px; }
}

/* ============================================================
   INNER PAGES
   ============================================================ */
.page-content { padding: 60px 0 80px; }
.page-content .entry-title { font-family: var(--font-heading); font-size: 40px; color: var(--text-dark); margin-bottom: 24px; }

/* Generic typography for the default WordPress editor (used by plain pages like
   Privacy Policy / Terms) - the global "ul { list-style: none }" reset earlier in
   this file otherwise strips bullets from editor content too, and nothing else
   here gave headings/paragraphs/lists any spacing or hierarchy. */
.entry-content { max-width: 860px; font-size: 16px; color: var(--text-body); line-height: 1.75; }
.entry-content > *:first-child { margin-top: 0; }
.entry-content p { margin: 0 0 20px; }
.entry-content h2 { font-family: var(--font-heading); font-size: 26px; font-weight: 700; color: var(--text-dark); margin: 40px 0 16px; }
.entry-content h3 { font-family: var(--font-heading); font-size: 21px; font-weight: 700; color: var(--text-dark); margin: 32px 0 14px; }
.entry-content h4 { font-family: var(--font-heading); font-size: 18px; font-weight: 700; color: var(--text-dark); margin: 26px 0 12px; }
.entry-content ul, .entry-content ol { margin: 0 0 20px; padding-left: 24px; }
.entry-content ul { list-style: disc; }
.entry-content ol { list-style: decimal; }
.entry-content li { margin-bottom: 8px; }
.entry-content li > ul, .entry-content li > ol { margin-top: 8px; margin-bottom: 0; }
.entry-content strong, .entry-content b { font-weight: 700; color: var(--text-dark); }
.entry-content a { color: var(--green-mid); text-decoration: underline; text-underline-offset: 2px; }
.entry-content a:hover { color: var(--green); }
.entry-content blockquote { margin: 24px 0; padding: 4px 0 4px 20px; border-left: 3px solid var(--green-light); font-style: italic; color: var(--text-dark); }
.entry-content img { max-width: 100%; height: auto; border-radius: 12px; margin: 20px 0; }
.entry-content hr { border: none; border-top: 1px solid var(--gray-200); margin: 32px 0; }
.entry-content table { width: 100%; border-collapse: collapse; margin: 0 0 24px; }
.entry-content table th, .entry-content table td { padding: 10px 14px; border: 1px solid var(--gray-200); text-align: left; }

/* ============================================================
   CONTACT PAGE
   ============================================================ */
.contact-hero { position: relative; overflow: hidden; padding: 72px 0; background: linear-gradient(180deg, rgba(247,244,232,0.2) 0%, rgba(238,243,230,0.2) 100%), url('./images/contact-hero-bg.webp') right center/cover no-repeat; }
.contact-hero .container { position: relative; z-index: 1; }
.ch-content { max-width: 620px; }
.ch-title { font-family: var(--font-heading); font-size: clamp(32px, 3.6vw, 44px); font-weight: 700; color: var(--green); margin-bottom: 14px; line-height: 1.2; }
.ch-desc { font-size: 18px; font-weight: 300; color: var(--text-body); line-height: 1.7; max-width: 560px; }

.contact-team { padding: 80px 0; }
.ct-head { text-align: center; margin-bottom: 44px; }
.ct-head .section-title { margin-bottom: 0; }

.cc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.cc-card { background: var(--white); border: 1px solid var(--gray-200); border-radius: 16px; padding: 24px; box-shadow: var(--shadow-sm); transition: var(--transition); }
.cc-card:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); }
.cc-card-span2 { grid-column: span 2; }
.cc-label { display: block; font-size: 14px; font-weight: 600; color: var(--green-mid); margin-bottom: 14px; }
.cc-row { display: flex; align-items: center; gap: 14px; margin-bottom: 14px; }
.cc-icon { flex-shrink: 0; width: 44px; height: 44px; border-radius: 10px; background: var(--green-pale); color: var(--green-mid); display: flex; align-items: center; justify-content: center; }
.cc-icon svg { width: 20px; height: 20px; }
.cc-detail { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.cc-phone { font-size: 17px; font-weight: 700; color: var(--text-dark); }
.cc-email { font-size: 14.5px; font-weight: 700; color: var(--text-dark); word-break: break-word; }
.cc-phone:hover, .cc-email:hover { color: var(--green-mid); }
.cc-desc { font-size: 15.5px; color: var(--gray-500); line-height: 1.5; margin: 0; }

.contact-form-section { padding: 0 0 90px; }
.cf-head { text-align: center; margin-bottom: 36px; }
.cf-title { font-family: var(--font-heading); font-weight: 700; font-size: clamp(28px, 3vw, 35px); color: var(--text-dark); margin-bottom: 14px; }
.cf-title .text-green { color: var(--green-mid); }
.cf-sub { font-size: 18px; font-weight: 300; color: var(--text-body); line-height: 1.6; margin: 0 auto; }

.cf-alert { max-width: 1100px; margin: 0 auto 24px; padding: 14px 18px; border-radius: 10px; font-size: 16px; text-align: center; }
.cf-alert-success { background: var(--green-pale); color: var(--green); }
.cf-alert-error { background: #FDECEC; color: #B3261E; }

.cf-grid { display: grid; grid-template-columns: 340px 1fr; gap: 24px; max-width: 1100px; margin: 0 auto; align-items: stretch; }

.cf-details { background: linear-gradient(360deg, var(--green), var(--green-mid)); border-radius: 20px; padding: 36px 32px; color: #fff; }
.cf-details h3 { font-family: var(--font-heading); font-size: 24px; font-weight: 700; margin-bottom: 12px; }
.cf-details-note { font-size: 16px; color: rgba(255,255,255,0.85); line-height: 1.6; margin-bottom: 28px; }
.cf-detail-row { display: flex; align-items: flex-start; gap: 14px; margin-bottom: 22px; }
.cf-detail-row:last-child { margin-bottom: 0; }
.cf-detail-icon { flex-shrink: 0; width: 38px; height: 38px; border-radius: 10px; background: rgba(255,255,255,0.15); display: flex; align-items: center; justify-content: center; color: #fff; }
.cf-detail-icon svg { width: 18px; height: 18px; }
.cf-detail-label { display: block; font-size: 15px; color: rgba(255,255,255,0.75); margin-bottom: 4px; }
.cf-detail-value { display: block; font-size: 17px; font-weight: 600; color: #fff; line-height: 1.5; }

.cf-form-card { background: var(--white); border: 1px solid var(--gray-200); border-radius: 20px; padding: 36px 34px; box-shadow: var(--shadow-sm); }
.cf-form-title { font-family: var(--font-heading); font-size: clamp(22px, 2.2vw, 25px); font-weight: 700; color: var(--text-dark); margin-bottom: 24px; }
.cf-form-title .text-green { color: var(--green-mid); }

.cf-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 18px; }
.cf-field { display: flex; flex-direction: column; margin-bottom: 18px; }
.cf-row .cf-field { margin-bottom: 0; }
.cf-field label { font-size: 14px; font-weight: 500; color: var(--text-dark); margin-bottom: 8px; }
.cf-field label .req { color: var(--green-mid); margin-left: 2px; }
.cf-field input, .cf-field textarea { font-family: var(--font-body); font-size: 16px; padding: 13px 16px; border: 1px solid var(--gray-200); border-radius: 10px; background: var(--gray-100); color: var(--text-dark); transition: var(--transition); }
.cf-field input::placeholder, .cf-field textarea::placeholder { color: var(--gray-500); }
.cf-field input:focus, .cf-field textarea:focus { outline: none; border-color: var(--green-mid); background: var(--white); box-shadow: 0 0 0 3px rgba(28,138,89,0.12); }
.cf-field textarea { resize: vertical; min-height: 120px; }

.cf-actions { display: flex; justify-content: flex-end; margin-top: 8px; }
.cf-submit { display: inline-flex; align-items: center; gap: 14px; background: var(--green-mid); color: #fff; border-radius: 10px; padding: 8px 8px 8px 26px; font-size: 17px; font-weight: 500; transition: var(--transition); }
.cf-submit:hover { background: var(--green-mid); }
.cf-submit-icon { display: flex; align-items: center; justify-content: center; width: 36px; height: 36px; border-radius: 50%; background: var(--white); color: var(--green); flex-shrink: 0; }
.cf-submit-icon svg { width: 16px; height: 16px; }

.office-map-section { padding: 70px 0 90px; background: var(--green-pale); }
.om-head { text-align: center; margin-bottom: 32px; }
.om-title { font-family: var(--font-heading); font-weight: 700; font-size: clamp(26px, 2.8vw, 35px); color: var(--text-dark); margin-bottom: 12px; }
.om-title .text-green { color: var(--green-mid); }
.om-sub { font-size: 18px; font-weight: 300; color: var(--text-body); line-height: 1.6; }
.om-frame { border-radius: 20px; overflow: hidden; aspect-ratio: 1200 / 470; max-width: 1200px; margin: 0 auto; box-shadow: var(--shadow-sm); }
.om-frame iframe { width: 100%; height: 100%; display: block; }

.contact-support { padding: 0 0 90px; }
.cs-title { text-align: center; font-family: var(--font-heading); font-weight: 700; font-size: clamp(26px, 2.6vw, 32px); color: var(--text-dark); margin-bottom: 28px; }
.cc-card-wide { position: relative; max-width: 900px; padding-right: 130px; overflow: hidden; }
.cc-wheat { position: absolute; right: 28px; bottom: 0%; transform: translateY(-0%); width: 34px; height: auto; opacity: 0.9; pointer-events: none; }

@media (max-width: 1024px) {
	.cc-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
	.cf-grid { grid-template-columns: 1fr; }
	.cf-details { order: 2; }
	.cf-form-card { order: 1; }
}
@media (max-width: 640px) {
	/* 1 card per slide here (per initEdgeCarousel's perView()) - it spans nearly the
	   full width, so it can afford close to the original desktop sizing. */
	.edge-card { padding: 24px 22px 60px; min-height: 190px; gap: 16px; }
	.edge-card-title { font-size: 20px; }
	.edge-card-text { font-size: 15px; }
	.edge-card-index { right: 22px; gap: 8px; }
	.edge-card-num { font-size: 20px; }
	.edge-card-line { height: 28px; }
}

@media (max-width: 640px) {
	.contact-hero { padding: 44px 0; background: linear-gradient(180deg, rgba(247,244,232,0.2) 0%, rgba(238,243,230,0.2) 100%), url('./images/contact-hero-bg.webp') center/cover no-repeat; }
	.ch-title { font-size: 28px; }
	.ch-desc { font-size: 16.5px; }
	.contact-team { padding: 56px 0; }
	.cc-grid { grid-template-columns: 1fr; gap: 16px; }
	.cc-card-span2 { grid-column: span 1; }
	.contact-form-section { padding: 0 0 56px; }
	.cf-sub br { display: none; }
	.cf-details, .cf-form-card { padding: 26px 22px; }
	.cf-row { grid-template-columns: 1fr; gap: 0; }
	.cf-actions { justify-content: stretch; }
	.cf-submit { width: 100%; justify-content: center; }
	.contact-support { padding: 0 0 56px; }
	.office-map-section { padding: 44px 0 56px; }
	.om-sub br { display: none; }
	.om-frame { aspect-ratio: 4 / 3; }
	.cc-card-wide { padding-right: 24px; }
	.cc-wheat { display: none; }
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
	.edge-bg { width: 110px; opacity: 0.7; }
	.why-grid { grid-template-columns: 1fr; max-width: 480px; margin-inline: auto; }
	.stats-counters { grid-template-columns: repeat(2, 1fr); }
	.counter-item:nth-child(n) { border-left: none; border-right: none; }
	.counter-item:nth-child(odd) { border-right: 1px solid #FFFFFF33; }
	.footer-grid { grid-template-columns: 1.4fr 1fr 1fr; row-gap: 40px; }
	.footer-brand { grid-column: 1 / -1; }
	.footer-contactbar-inner { grid-template-columns: repeat(2, 1fr); gap: 24px; }
	.fcb-item-nopad { padding-left: 0; }
	.wheat-deco { display: none; }
	.news-grid { grid-template-columns: repeat(2, 1fr); }

	/* Core values: below laptop, stack and disable the sticky effect */
	.values-grid { grid-template-columns: 1fr; gap: 32px; }
	.values-sticky { min-height: 0; }
	.values-head-block { position: static; top: auto; }
	.values-art { position: static; bottom: auto; left: auto; opacity: 1; width: 160px; margin-top: 24px; margin-left: 0; max-width: 100%; display:none}
}

@media (max-width: 768px) {
	:root { --header-h: 68px; }
	.main-navigation { display: none; }
	.hamburger { display: flex; }
	.header-social { display: none; }
	.btn-shop { display: none; }

	.hero-section { padding: 36px 0 56px; }
	.hero-top { grid-template-columns: 1fr; gap: 22px; text-align: center; }
	.hero-title { align-items: center; gap:4px;}
	.hero-title span { font-size: 34px; }
	.hero-desc { margin-inline: auto; font-size: 19px; line-height: 1.4; }
	.hero-btns { justify-content: center; }
	.hero-banner { aspect-ratio: 16/9; }
	.hero-stalk { display: none; }
	.hero-deco { display: none; }

	.edge-card-title { max-width: 100%; }

	/* 2 cards per slide at this width (per initEdgeCarousel's perView()) - each still
	   has decent room, so just trim the sizing a little rather than the aggressive
	   shrink needed back when this squeezed 3 cards into the same space. */
	.edge-carousel-wrap { padding-inline: 16px; }
	.edge-card { padding: 20px 18px 56px; min-height: 170px; gap: 12px; }
	.edge-card-title { font-size: 17px; margin-bottom: 0; line-height: 1.3; }
	.edge-card-text { font-size: 13.5px; line-height: 1.55; }
	.edge-card-index { right: 18px; gap: 6px; }
	.edge-card-num { font-size: 18px; }
	.edge-card-line { height: 24px; }

	.story-grid, .farmers-grid { grid-template-columns: 1fr; gap: 40px; }
	.story-deco { display: none; }
	.philosophy-deco { display: none; }
	.philosophy-section { padding: 56px 0 48px; }
	.farmers-badge { right: 14px; top: 14px; padding: 14px 18px; }
	.farmers-badge-num { font-size: 28px; }

	/* Core values: smaller spacing on phones (already stacked at 1024px) */
	.values-section { padding: 60px 0; }
	.values-art { width: 150px; margin-top: 20px; display:none}
	.value-card { padding: 24px 22px; }

	.stats-counters { grid-template-columns: repeat(2, 1fr); }

	.testimonial-art { width: 110px; opacity: 0.35; }
	.testimonial-text { font-size: 17px; }

	/* Blog cards become a swipeable slider on mobile instead of a stacked grid -
	   scroll-snap gives native touch swipe with no JS required. */
	.news-grid {
		display: flex;
		grid-template-columns: unset;
		max-width: 100%;
		margin-inline: 0;
		gap: 16px;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
		padding-bottom: 8px;
		scrollbar-width: none;
	}
	.news-grid::-webkit-scrollbar { display: none; }
	.news-grid .news-card {
		flex: 0 0 86%;
		scroll-snap-align: center;
	}
	.news-cta-row .circle-nav { display: inline-flex; }

	.footer-grid { grid-template-columns: 1fr 1fr; }
	.footer-brand { grid-column: 1 / -1; }
	.footer-contactbar-inner { grid-template-columns: 1fr; gap: 18px; }
	.fcb-item-nopad { padding-left: 52px; }
	.footer-bottom .container { flex-direction: column; text-align: center; }
	.footer-credit { margin-inline: 0; }
}

@media (max-width: 480px) {
	.hero-btns { flex-direction: column; align-items: stretch; }
	.hero-btns .btn { justify-content: space-between; }
	.farmer-stats { grid-template-columns: 1fr; }
	.stats-counters { grid-template-columns: 1fr 1fr; }
	.marquee-item { padding: 0 30px; }
	.marquee-item img { height: 28px; }
}

/* ============================================================
   EVENTS PAGE
   ============================================================ */
.events-hero { position: relative; overflow: hidden; padding: 90px 0; }
.events-hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; z-index: 0; }
.events-hero .container { position: relative; z-index: 1; }
.events-hero-content { max-width: 560px; }
.events-hero-title { font-family: var(--font-heading); font-size: clamp(28px, 3.4vw, 38px); font-weight: 700; color: var(--green-mid); margin-bottom: 16px; line-height: 1.25; }
.events-hero-desc { font-size: 18px; font-weight: 300; color: var(--text-dark); line-height: 1.7; }

@media (max-width: 768px) {
	.hero-btns .btn { justify-content: space-between; }
	.events-hero { padding: 64px 0; }
	.events-hero-content { max-width: 100%; }
}
@media (max-width: 480px) {
	.events-hero { padding: 48px 0; }
	.events-hero-title { font-size: 24px; }
	.events-hero-desc { font-size: 15px; }
}

/* ============================================================
   BLOG PAGE
   ============================================================ */
.blog-hero { position: relative; overflow: hidden; padding: 90px 0; }
.blog-hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; z-index: 0; }
.blog-hero-overlay { position: absolute; inset: 0; z-index: 1; }
.blog-hero .container { position: relative; z-index: 2; }
.blog-hero-content { max-width: 520px; }
.blog-hero-title { font-family: var(--font-heading); font-size: clamp(28px, 3.4vw, 38px); font-weight: 700; color: var(--text-dark); margin-bottom: 16px; line-height: 1.25; }
.blog-hero-desc { font-size: 18px; font-weight: 300; color: var(--text-body); line-height: 1.7; }

.blog-listing { padding: 60px 0 90px; background: var(--white); }

.blog-featured { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: center; background: var(--green-pale); border-radius: 24px; padding: 20px; margin-bottom: 40px; }
.blog-featured-img { position: relative; border-radius: 16px; overflow: hidden; aspect-ratio: 16/11; }
.blog-featured-img img { width: 100%; height: 100%; object-fit: cover; }
.blog-featured-badge { position: absolute; top: 14px; left: 14px; background: var(--white); color: var(--green-mid); font-size: 13px; font-weight: 600; padding: 5px 16px; border-radius: 50px; }
.blog-featured-body { padding: 12px 24px 12px 0; }
.blog-featured-title a { font-family: var(--font-heading); font-size: clamp(22px, 2.6vw, 30px); font-weight: 700; color: var(--text-dark); line-height: 1.3; }
.blog-featured-title a:hover { color: var(--green-mid); }
.blog-featured-title { margin-bottom: 16px; padding-bottom: 20px; border-bottom: 1px solid rgba(20,64,31,0.12); }
.blog-featured-date { font-size: 15px; color: var(--gray-500); margin-bottom: 12px; }
.blog-featured-excerpt { font-size: 17px; color: var(--text-body); line-height: 1.7; margin-bottom: 24px; }

.blog-filters { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin-bottom: 36px; }

.blog-empty { padding: 40px 0; color: var(--gray-500); grid-column: 1 / -1; text-align: center; }

.pg-ellipsis { border: none; color: var(--gray-500); }

@media (max-width: 900px) {
	.blog-featured { grid-template-columns: 1fr; padding: 16px; }
	.blog-featured-body { padding: 4px 4px 8px; }
}
@media (max-width: 768px) {
	.blog-hero { padding: 64px 0; }
	.blog-hero-content { max-width: 100%; }
	.blog-hero-overlay { background: linear-gradient(180deg, rgba(255,255,255,0.92) 0%, rgba(255,255,255,0.78) 100%); }
}
@media (max-width: 480px) {
	.blog-hero { padding: 48px 0; }
	.blog-hero-title { font-size: 24px; }
	.blog-hero-desc { font-size: 15px; }
	.blog-filters { gap: 8px; }
}

/* ============================================================
   BLOG DETAIL (single post)
   ============================================================ */
.bd-hero { background: linear-gradient(to top, #0A5634, #008449); padding: 56px 0 220px; text-align: center; }
.bd-badge { display: inline-block; background: var(--green-mid); color: #fff; font-size: 11px; font-weight: 700; letter-spacing: 1.32px; padding: 7px 20px; border-radius: 999px; margin-bottom: 20px; }
.bd-title { font-family: var(--font-heading); font-size: clamp(24px, 3vw, 35px); font-weight: 500; color: #fff; line-height: 1.4; max-width: 900px; margin: 0 auto 16px; }
.bd-meta { display: flex; align-items: center; justify-content: center; gap: 16px; flex-wrap: wrap; }
.bd-meta-item { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-body); font-weight: 300; font-size: 15px; color: #E7E9E7; }
.bd-meta-icon { width: 17px; height: 17px; display: inline-flex; color: #E7E9E7; }
.bd-meta-icon svg { width: 100%; height: 100%; }
.bd-meta-sep { color: #659579; font-size: 13px; }

.bd-banner-wrap { margin-top: -180px; position: relative; z-index: 2; }
.bd-banner { border-radius: 25px; overflow: hidden; aspect-ratio: 1171/375; }
.bd-banner img { width: 100%; height: 100%; object-fit: cover; }

.bd-body { padding: 56px 0 40px; background: var(--white); }
.bd-layout { display: grid; grid-template-columns: 280px 1fr; gap: 48px; align-items: start; margin-bottom: 40px; }

.bd-sidebar { position: sticky; top: calc(var(--header-h) + 24px); display: flex; flex-direction: column; gap: 24px; }
.bd-toc { display: flex; flex-direction: column; }
.bd-toc-link { display: block; padding: 9px 0 9px 16px; font-size: 18px; font-weight: 700; color: var(--gray-500); border-left: 3px solid transparent; }
.bd-toc-link.bd-toc-level-3 { font-size: 16px; font-weight: 400; padding-left: 28px; }
.bd-toc-link.bd-toc-level-4 { font-size: 15px; font-weight: 400; padding-left: 40px; }
.bd-toc-link:hover { color: var(--green-mid); }
.bd-toc-link.is-active { color: var(--text-dark); border-left-color: var(--green-mid); }

.bd-subscribe { background: var(--green-dark); border-radius: 22px; padding: 25px 19px; overflow: hidden; }
.bd-subscribe-title { font-size: 24px; font-weight: 500; color: #FFC93B; margin-bottom: 12px; }
.bd-subscribe-desc { font-size: 14px; color: #CBDBCF; line-height: 1.6; margin-bottom: 22px; }
.bd-subscribe-form { display: flex; flex-direction: column; gap: 12px; }
.bd-subscribe-input { background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.22); border-radius: 10px; padding: 13px 16px; font-size: 14px; color: #fff; font-family: var(--font-body); }
.bd-subscribe-input::placeholder { color: #CBDBCF; }
.bd-subscribe-btn { background: var(--green-mid); color: #fff; border: none; border-radius: 10px; padding: 14px; font-size: 15px; font-weight: 500; }
.bd-subscribe-btn:hover { background: var(--green); }
.bd-subscribe-msg { font-size: 14px; color: var(--green-light); }
.bd-subscribe-msg.is-error { color: #ff9c9c; }

.bd-back { display: inline-flex; align-items: center; gap: 10px; font-size: 16px; color: var(--green-mid); align-self: flex-start; }
.bd-back-icon { display: inline-flex; align-items: center; justify-content: center; width: 30px; height: 30px; border-radius: 50%; background: var(--gray-100); }
.bd-back-icon svg { width: 16px; height: 16px; }

.bd-main { min-width: 0; }
.bd-content { max-width: 100%; }
.bd-content p { font-size: 18px; color: #444; line-height: 1.75; }
.bd-content h2 { font-size: 27px; letter-spacing: -0.5px; color: #0E1D16; margin: 44px 0 18px; }
.bd-content h3 { font-size: 22px; color: #0E1D16; margin: 36px 0 16px; }
.bd-content h4 { font-size: 19px; color: #0E1D16; margin: 28px 0 14px; }
.bd-content blockquote { font-family: var(--font-script); font-style: italic; font-weight: 500; font-size: 25px; line-height: 1.68; color: #0E1D16; border-left: 3px solid var(--green-mid); padding: 6px 0 6px 28px; margin: 32px 0; }
.bd-content ul { list-style: none; padding-left: 0; margin: 0 0 20px; }
.bd-content ul li { position: relative; padding-left: 36px; margin-bottom: 14px; font-size: 18px; color: #444; }
.bd-content ul li strong { color: #0E1D16; }
.bd-content ul li::before { content: ''; position: absolute; left: 0; top: 2px; width: 22px; height: 22px; border-radius: 50%; background: var(--green-mid); }
.bd-content ul li::after { content: '\2713'; position: absolute; left: 5px; top: 2px; width: 22px; height: 22px; color: #fff; font-size: 12px; line-height: 22px; text-align: center; }
.bd-content h2, .bd-content h3, .bd-content h4 { scroll-margin-top: calc(var(--header-h) + 24px); }

.bd-tags { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; padding-top: 24px; border-top: 1px solid var(--gray-200); }
.bd-tags-label { font-size: 15px; font-weight: 700; color: #0E1D16; margin-right: 6px; }
.bd-tag { background: var(--gray-100); color: #444; font-size: 14px; padding: 8px 18px; border-radius: 999px; }

.bd-related-section { padding: 60px 0 90px; background: var(--green-pale); }
.bd-related-title { font-family: var(--font-heading); font-size: 26px; font-weight: 700; color: #0E1D16; margin-bottom: 32px; }

@media (max-width: 1024px) {
	.bd-layout { grid-template-columns: 240px 1fr; gap: 32px; }
}
@media (max-width: 900px) {
	.bd-layout { grid-template-columns: 1fr; }
	.bd-sidebar { position: static; flex-direction: row; flex-wrap: wrap; }
	.bd-toc { flex-direction: row; flex-wrap: wrap; gap: 4px 18px; }
	.bd-subscribe { flex: 1 1 100%; }
	.bd-back { flex: 1 1 100%; }
}
@media (max-width: 768px) {
	.bd-hero { padding: 40px 0 160px; }
	.bd-banner-wrap { margin-top: -130px; }
	.bd-meta { gap: 10px; }
}
@media (max-width: 480px) {
	.bd-hero { padding: 32px 0 120px; }
	.bd-banner-wrap { margin-top: -96px; }
	.bd-banner { border-radius: 16px; }
	.bd-content p, .bd-content ul li { font-size: 16px; }
	.bd-content h2 { font-size: 22px; }
	.bd-content blockquote { font-size: 20px; }
}

/* Events listing ("Where We've Been") */
.events-listing { padding: 60px 0 90px; background: var(--white); }

.ev-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; margin-bottom: 32px; }
.ev-toolbar-left { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.ev-heading { font-family: var(--font-heading); font-size: clamp(22px, 2.4vw, 28px); font-weight: 700; color: var(--green-dark); margin: 0; }
.ev-count { font-size: 13px; font-weight: 600; color: var(--gold); background: #F1EBDD; padding: 6px 14px; border-radius: 50px; white-space: nowrap; }

.ev-toolbar-right { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.ev-year-filters { display: flex; align-items: center; gap: 6px; padding: 8px; background: #eaf0ea; border-radius: 60px;}
.ev-filter { font-size: 14px; font-weight: 500; color: var(--gray-500); padding: 8px 16px; border-radius: 50px; background: transparent; transition: var(--transition); }
.ev-filter:hover { color: var(--green-mid); }
.ev-filter.is-active { background: var(--green-mid); color: var(--white); box-shadow: 0px 6px 16px -8px #0A5634B2; }
.ev-sort { position: relative; }
.ev-sort-native { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.ev-sort-custom { position: relative; }
.ev-sort-toggle {
	display: flex;
	align-items: center;
	gap: 14px;
	font-size: 14px;
	font-weight: 500;
	padding: 9px 20px;
	border: 1px solid var(--gray-200);
	border-radius: 50px;
	background: var(--white);
	color: var(--text-dark);
	cursor: pointer;
	height: 50px;
	transition: var(--transition);
}
.ev-sort-toggle:hover                       { border-color: var(--green-mid); }
.ev-sort-custom.is-open .ev-sort-toggle     { border-color: var(--green-mid); box-shadow: 0 0 0 3px rgba(28,138,89,0.15); }
.ev-sort-chevron                            { width: 10px; height: 6px; color: var(--gray-500); flex-shrink: 0; transition: transform 0.2s ease; }
.ev-sort-custom.is-open .ev-sort-chevron    { transform: rotate(180deg); color: var(--green-mid); }

.ev-sort-list {
	position: absolute;
	top: calc(100% + 8px);
	right: 0;
	min-width: 100%;
	background: var(--white);
	border: 1px solid var(--gray-200);
	border-radius: 16px;
	box-shadow: 0 16px 40px -12px rgba(20,64,31,0.22);
	padding: 6px;
	list-style: none;
	z-index: 10;
}
.ev-sort-option {
	font-size: 14px;
	font-weight: 500;
	color: var(--text-dark);
	padding: 10px 14px;
	border-radius: 10px;
	white-space: nowrap;
	cursor: pointer;
	transition: var(--transition);
}
.ev-sort-option:hover      { background: #EAF0EA; }
.ev-sort-option.is-selected { background: var(--green-mid); color: var(--white); }

.ev-cards { display: flex; flex-direction: column; gap: 28px; }
.ev-card { background: #F1EBDD; border-radius: 26px; padding: 36px 40px 40px; }

.ev-card-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; flex-wrap: wrap; margin-bottom: 16px; }
.ev-title { font-family: var(--font-heading); font-size: 28px; font-weight: 700; color: var(--green-dark); margin: 0; }
.ev-meta { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.ev-meta-item { display: inline-flex; align-items: center; gap: 6px; font-size: 16px; font-weight: 500; color: var(--text-dark); white-space: nowrap; }
.ev-meta-item svg { width: 16px; height: 16px; color: var(--green-mid); flex-shrink: 0; }

.ev-desc { border-left: 3px solid var(--gold); padding-left: 18px; margin-bottom: 46px; }
.ev-desc p { font-size: 18px; font-weight: 300; color: var(--gray-600); line-height: 1.7; margin: 0 0 10px; }
.ev-desc p:last-child { margin-bottom: 0; }

.ev-photo { position: relative; display: block; border-radius: 16px; overflow: hidden; padding: 6px; background: var(--white); box-shadow: 0 14px 26px -10px rgba(0,0,0,0.28); border: none; margin: 0; font: inherit; text-align: left; width: 100%; }
.ev-photo img, .ev-photo video { display: block; width: 100%; height: 100%; object-fit: cover; border-radius: 10px; }
.ev-photo-pin { position: absolute; top: 1px; left: 50%; transform: translateX(-50%); width: 16px; height: 16px; border-radius: 50%; background: var(--gold-light); box-shadow: 0 2px 5px rgba(0,0,0,0.35); z-index: 2; }

/* Video thumbnails are buttons (open the lightbox) but look identical to a photo,
   plus a centered play badge. */
.ev-photo-video { cursor: pointer; }
.ev-play-btn { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 56px; height: 56px; border-radius: 50%; background: var(--green-mid); color: var(--white); display: flex; align-items: center; justify-content: center; box-shadow: 0 10px 22px -6px rgba(0,0,0,0.45); pointer-events: none; z-index: 2; }
.ev-play-btn svg { width: 20px; height: 20px; margin-left: 2px; }

.ev-photos-3 { display: grid; grid-template-columns: 1.4fr 1fr; gap: 22px; align-items: stretch; }
.ev-photo-main { min-height: 340px; transform: rotate(-2deg); }
.ev-photo-main img, .ev-photo-main video { height: 100%; }
.ev-photo-stack { display: flex; flex-direction: column; gap: 20px; }
.ev-photo-stack .ev-photo { flex: 1; max-height: 240px; }
.ev-photo-stack .ev-photo:nth-child(1) { transform: rotate(2deg); }
.ev-photo-stack .ev-photo:nth-child(2) { transform: rotate(-1.5deg); }

/* A video always renders as the large item; when it's the third media item this
   mirrors the grid (stack moves left, video/main moves right) instead of tilting -
   the tilts on ev-photo-main / ev-photo-stack above still apply either way. */
.ev-photos-3.ev-main-right { grid-template-columns: 1fr 1.4fr; }
.ev-photos-3.ev-main-right .ev-photo-main { order: 2; }
.ev-photos-3.ev-main-right .ev-photo-stack { order: 1; }

/* Exactly 2 items sit flat, side by side, no tilt. */
.ev-photos-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.ev-photos-2 .ev-photo { max-height: 260px; transform: none; }

.ev-photos-1 .ev-photo { min-height: 300px; transform: rotate(-1deg); }

.ev-empty { text-align: center; font-size: 16px; color: var(--gray-500); padding: 60px 0; }

/* Video lightbox */
.ev-video-modal { position: fixed; inset: 0; z-index: 2100; display: none; align-items: center; justify-content: center; padding: 20px; }
.ev-video-modal.open { display: flex; }
.ev-video-modal-overlay { position: absolute; inset: 0; background: rgba(11,58,38,0.75); backdrop-filter: blur(3px); }
.ev-video-modal-dialog { position: relative; z-index: 1; width: 100%; max-width: 900px; }
.ev-video-modal-close { position: absolute; top: -44px; right: 0; width: 36px; height: 36px; border-radius: 50%; font-size: 24px; line-height: 1; color: var(--white); background: rgba(255,255,255,0.15); display: flex; align-items: center; justify-content: center; }
.ev-video-modal-close:hover { background: rgba(255,255,255,0.28); }
#evVideoPlayer { display: block; width: 100%; max-height: 80vh; border-radius: 12px; background: #000; }
.ev-video-modal-iframe-wrap { display: none; position: relative; width: 100%; aspect-ratio: 16 / 9; border-radius: 12px; overflow: hidden; background: #000; }
.ev-video-modal-iframe-wrap iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
body.ev-modal-open { overflow: hidden; }

@media (max-width: 900px) {
	.ev-photos-3, .ev-photos-3.ev-main-right { grid-template-columns: 1fr; }
	.ev-photos-3.ev-main-right .ev-photo-main, .ev-photos-3.ev-main-right .ev-photo-stack { order: initial; }
	.ev-photo-main { min-height: 260px; }
	.ev-photo-stack { flex-direction: row; }
	.ev-photo-stack .ev-photo { min-height: 200px; }
}
@media (max-width: 640px) {
	.events-listing { padding: 44px 0 56px; }
	.ev-card { padding: 26px 22px 28px; border-radius: 20px; }
	.ev-title { font-size: 20px; }
	.ev-toolbar { gap: 16px; }
	.ev-toolbar-right { width: 100%; justify-content: space-between; }
	.ev-year-filters { flex-wrap: wrap; }
	.ev-photos-2, .ev-photo-stack { grid-template-columns: 1fr; flex-direction: column; }
	.ev-photos-2 .ev-photo, .ev-photo-stack .ev-photo { min-height: 220px; }
	.ev-desc{margin-bottom: 40px;}
	.ev-desc p { font-size: 14px; }
	.ev-video-modal-close { top: -40px; }
	.ev-play-btn { width: 46px; height: 46px; }
	.ev-play-btn svg { width: 16px; height: 16px; }
}

/* ============================================================
   COOKING METHOD PAGE
   ============================================================ */
.cooking-hero { position: relative; overflow: hidden; padding: 90px 0; }
.cooking-hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; z-index: 0; }
.cooking-hero .container { position: relative; z-index: 1; }
.cooking-hero-content { max-width: 560px; }
.cooking-hero-title { font-family: var(--font-heading); font-size: clamp(28px, 3.4vw, 38px); font-weight: 700; color: var(--green-mid); margin-bottom: 16px; line-height: 1.25; }
.cooking-hero-desc { font-size: 18px; font-weight: 300; color: var(--text-dark); line-height: 1.7; }

@media (max-width: 768px) {
	.cooking-hero { padding: 64px 0; }
	.cooking-hero-content { max-width: 100%; }
}
@media (max-width: 480px) {
	.cooking-hero { padding: 48px 0; }
	.cooking-hero-title { font-size: 24px; }
	.cooking-hero-desc { font-size: 15px; }
}

.cooking-method-page { background: var(--green-pale); }
.cm-listing { padding: 0px; }
.cm-variety { padding: 50px 0 60px; background: #FFFFFF; }
.cm-variety:nth-of-type(odd) { background: #EDF6EE; }
.cm-variety + .cm-variety { border-top: 1px solid rgba(11,58,38,0.1); }
.cm-empty { text-align: center; font-size: 16px; color: var(--gray-500); padding: 60px 0; }

.cm-variety-badge { display: flex; align-items: center; gap: 16px; margin-bottom: 24px; }
.cm-variety-icon { width: 56px; height: 56px; border-radius: 15px; background: var(--green); color: var(--white); display: flex; align-items: center; justify-content: center; flex-shrink: 0; overflow: hidden; }
.cm-variety-icon svg { width: 26px; height: 26px; }
.cm-variety-icon img { width: 100%; height: 100%; object-fit: cover; }
.cm-variety-eyebrow { display: none; } /* design shows the icon + title only, no "Variety 01" label above it */
.cm-variety-title { font-family: var(--font-heading); font-size: clamp(22px, 2.4vw, 30px); font-weight: 700; color: var(--green); letter-spacing: -0.5px; margin: 0; }

.cm-video { position: relative; border-radius: 20px; overflow: hidden; aspect-ratio: 16 / 9; background: #000; box-shadow: var(--shadow-md); margin-bottom: 30px; }
.cm-video-thumb { position: absolute; inset: 0; width: 100%; height: 100%; display: block; padding: 0; border: 0; margin: 0; cursor: pointer; background: none; }
.cm-video-thumb img, .cm-video-thumb video, .cm-video iframe, .cm-video > video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; border: 0; }
.cm-play-btn { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 70px; height: 70px; border-radius: 50%; background: #FF0000; display: flex; align-items: center; justify-content: center; box-shadow: 0 12px 28px rgba(0,0,0,0.4); z-index: 2; }
.cm-play-btn svg { width: 26px; height: 26px; color: var(--white); margin-left: 4px; }

.cm-info-grid { display: grid; grid-template-columns: 1.35fr 1fr; gap: 20px; margin-bottom: 40px; }
.cm-info-card { background: var(--white); border-radius: 18px; padding: 26px 28px; box-shadow: var(--shadow-sm); }
.cm-info-card h3 { font-family: var(--font-heading); font-size: 19px; font-weight: 700; color: var(--green); margin: 0 0 14px; }
.cm-prep-list { counter-reset: cmstep; margin: 0; padding: 0; list-style: none; }
.cm-prep-list li { counter-increment: cmstep; display: flex; gap: 10px; font-size: 15px; font-weight: 300; color: var(--text-dark); line-height: 1.6; margin-bottom: 10px; }
.cm-prep-list li:last-child { margin-bottom: 0; }
.cm-prep-list li::before { content: counter(cmstep) "."; color: var(--gold); font-weight: 700; flex-shrink: 0; }

.cm-serving-para { font-size: 15px; font-weight: 300; color: var(--text-dark); line-height: 1.6; margin: 0 0 14px; }
.cm-serving-list { margin: 0; padding: 0; list-style: none; }
.cm-serving-list li { display: flex; gap: 10px; font-size: 15px; font-weight: 300; color: var(--text-dark); line-height: 1.6; margin-bottom: 10px; }
.cm-serving-list li:last-child { margin-bottom: 0; }
.cm-serving-list li::before { content: ''; width: 6px; height: 6px; margin-top: 8px; border-radius: 50%; background: var(--gold); flex-shrink: 0; }

.cm-methods-head { display: flex; align-items: center; gap: 20px; margin-bottom: 24px; }
.cm-methods-title { font-family: var(--font-heading); font-size: 19px; font-weight: 700; color: var(--green); white-space: nowrap; }
.cm-methods-divider { flex: 1; height: 1px; background: rgba(11,58,38,0.18); }
.cm-methods-tag { font-size: 13px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase; color: #B9821F; white-space: nowrap; }

.cm-methods-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.cm-method-card { background: var(--white); border-radius: 18px; overflow: hidden; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; }
.cm-method-head { background: var(--green-dark); padding: 20px 22px; }
.cm-method-head-top { display: flex; align-items: center; gap: 14px; margin-bottom: 18px; }
.cm-method-icon { width: 44px; height: 44px; border-radius: 12px; background: rgba(255,255,255,0.15); color: var(--white); display: flex; align-items: center; justify-content: center; flex-shrink: 0; overflow: hidden; }
.cm-method-icon svg { width: 20px; height: 20px; }
.cm-method-icon img { width: 100%; height: 100%; object-fit: cover; }
.cm-method-head-text { min-width: 0; }
.cm-method-eyebrow { font-size: 13px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: #A8D08D; margin: 0 0 4px; }
.cm-method-name { font-family: var(--font-heading); font-size: clamp(22px, 2vw, 18px); font-weight: 700; color: var(--white); margin: 0; line-height: 1; }
.cm-method-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.cm-method-stat { background: rgba(255,255,255,0.08); border-radius: 10px; padding: 9px 12px; }
.cm-method-stat span { display: block; font-size: 10px; font-weight: 700; letter-spacing: 0.5px; text-transform: uppercase; color: #A8D08D; margin-bottom: 2px; }
.cm-method-stat strong { font-size: 14px; font-weight: 500; color: var(--white); }

.cm-method-steps { counter-reset: cmm; list-style: none; margin: 0; padding: 18px 22px 6px; flex: 1; }
.cm-method-steps li { counter-increment: cmm; display: flex; align-items: flex-start; gap: 8px; font-size: 15px; font-weight: 300; color: var(--text-dark); line-height: 1.5; margin-bottom: 12px; }
.cm-method-steps li::before { content: counter(cmm); flex-shrink: 0; width: 18px; height: 18px; border-radius: 50%; background: #F3ECD9; color: #B9821F; font-size: 11px; font-weight: 700; display: flex; align-items: center; justify-content: center; margin-top: 1px; }

.cm-method-watch { margin: 4px 22px 20px; align-self: flex-start; display: inline-flex; align-items: center; gap: 8px; background: var(--green-mid); color: var(--white); border-radius: 50px; padding: 10px 20px 10px 10px; font-size: 12px; font-weight: 500; text-transform: uppercase; letter-spacing: 0.5px; transition: var(--transition); }
.cm-method-watch:hover { background: var(--green); }
.cm-watch-icon { display: flex; align-items: center; justify-content: center; width: 22px; height: 22px; border-radius: 50%; background: rgba(255,255,255,1); flex-shrink: 0; }
.cm-watch-icon svg { width: 10px; height: 10px; }

@media (max-width: 900px) {
	.cm-info-grid { grid-template-columns: 1fr; }
	.cm-methods-grid { grid-template-columns: 1fr; max-width: 460px; margin-inline: auto; }
}
@media (max-width: 640px) {
	.cm-variety { padding: 36px 0 44px; }
	.cm-variety-icon { width: 46px; height: 46px; border-radius: 12px; }
	.cm-variety-title { font-size: 20px; }
	.cm-info-card { padding: 20px 22px; }
	.cm-methods-head { flex-wrap: wrap; row-gap: 6px; }
	.cm-methods-divider { display: none; }
	.cm-play-btn { width: 54px; height: 54px; }
	.cm-play-btn svg { width: 20px; height: 20px; }
}

/* Raw vs Boiled comparison (static section) */
.cm-compare { position: relative; padding: 70px 0 80px; background: var(--green-pale); overflow: hidden; }
.cm-compare-art { position: absolute; bottom: 20px; width: 110px; height: auto; pointer-events: none; }
.cm-compare-art-left { left: 0%; }
.cm-compare-art-right { right: 0%; transform: scaleX(-1); }
.cm-compare .container { position: relative; z-index: 1; }

.cm-compare-head { text-align: center; max-width: 640px; margin: 0 auto 40px; }
.cm-compare-desc { font-size: 17px; font-weight: 300; color: var(--text-body); line-height: 1.7; }

.cm-compare-grid { display: flex; gap: 26px; max-width: 1000px; margin: 0 auto; align-items: stretch; }
.cm-compare-card { flex: 1; border-radius: 22px; padding: 36px 34px; background: var(--white); border: 1px solid var(--gray-200); }
.cm-compare-card-tinted { background: #E7ECE8; border-color: transparent; }
.cm-compare-icon { display: inline-flex; align-items: center; justify-content: center; width: 56px; height: 56px; border-radius: 14px; background: var(--green-pale); color: var(--green-mid); margin-bottom: 20px; }
.cm-compare-card-tinted .cm-compare-icon { background: var(--white); }
.cm-compare-icon svg { width: 26px; height: 26px; }
.cm-compare-card h3 { font-family: var(--font-heading); font-size: 22px; font-weight: 700; color: var(--green-dark); margin: 0 0 14px; }
.cm-compare-card p { font-size: 15px; font-weight: 300; color: var(--text-body); line-height: 1.7; margin: 0; }

@media (max-width: 900px) {
	.cm-compare-art { width: 80px; }
	.cm-compare-grid { flex-direction: column; max-width: 560px; margin-inline: auto; }
}
@media (max-width: 640px) {
	.cm-compare { padding: 48px 0 56px; }
	.cm-compare-art { display: none; }
	.cm-compare-card { padding: 28px 24px; }
}

/* Pro tips (static section) - left column stays sticky top+bottom while the
   right column of cards scrolls past it. The grid's default "stretch" makes
   .pt-left as tall as .pt-cards, which is what gives the sticky pieces room
   to travel independently instead of both jumping to the same spot at once. */
.pt-section { padding: 80px 0 100px; background: var(--white); }
.pt-grid { display: grid; grid-template-columns: 1fr 1.3fr; gap: 60px; }
.pt-left { display: flex; flex-direction: column; justify-content: space-between; }
.pt-left-top { position: sticky; top: calc(var(--header-h) + 40px); }
.pt-desc { font-size: 16px; font-weight: 300; color: var(--text-body); line-height: 1.7; margin-top: 16px; max-width: 420px; }
/* margin-left cancels out the container's own left inset (half the whitespace either
   side of the centered, max-width container), so the image's left edge lands flush
   against the true viewport edge (x: 0) instead of just the column's own left edge. */
.pt-left-art { position: sticky; bottom: 0; width: 220px; height: auto; align-self: flex-start; margin-top: 40px; margin-left: calc(-50vw + 50%); }

.pt-cards { display: flex; flex-direction: column; gap: 24px; }
.pt-card { position: relative; border-radius: 22px; padding: 32px 90px 40px 34px; overflow: hidden; }
.pt-card:nth-child(odd) { background: #F3F8F4; }
.pt-card:nth-child(even) { background: #E7ECE8; }
.pt-card h3 { font-family: var(--font-heading); font-size: 22px; font-weight: 700; color: var(--green-dark); margin: 0 0 14px; }
.pt-card p { font-size: 16px; font-weight: 300; color: var(--text-body); line-height: 1.7; margin: 0; }

.pt-num { position: absolute; right: 26px; bottom: 26px; display: flex; flex-direction: column; align-items: center; gap: 6px; }
.pt-num-text { writing-mode: vertical-rl; transform: rotate(180deg); font-family: var(--font-heading); font-weight: 800; font-size: 16px; letter-spacing: 1px; }
.pt-num-line { width: 1px; height: 18px; background: currentColor; opacity: 0.5; }
.pt-card:nth-child(odd) .pt-num { color: var(--green-dark); }
.pt-card:nth-child(even) .pt-num { color: #9BA8A0; }

@media (max-width: 1024px) {
	.pt-grid { grid-template-columns: 1fr; gap: 36px; }
	.pt-left { flex-direction: row; align-items: flex-start; justify-content: space-between; gap: 24px; }
	.pt-left-top, .pt-left-art { position: static; margin-top: 0; }
	.pt-left-art { width: 140px; flex-shrink: 0; margin-left: 0; }
}
@media (max-width: 640px) {
	.value-index{margin-bottom: -24px;}
	.pt-section { padding: 48px 0 56px; }
	.pt-left { flex-direction: column; }
	.pt-left-art { display: none; }
	.pt-card { padding: 26px 70px 30px 24px; }
	.pt-card h3 { font-size: 19px; }
	.pt-card p { font-size: 14.5px; }
}
