/* BP About Field Results widget styles
 *
 * "Sur le terrain — Une technologie évaluée dans des conditions
 * agronomiques réelles" section of the À propos page. A
 * cream/parchment section with a centered editorial header,
 * a large featured report card (image + content), a two-up
 * row of proof cards (anacardier + tomate), a soft disclaimer
 * strip, and an optional bottom kicker.
 *
 * Decorative botanical/background images float low-opacity at
 * the top corners and may extend partly outside the section
 * (overflow: hidden on the section keeps the layout clean).
 *
 * Layout (desktop, >= 1025px):
 *   - centered header
 *   - report card: 2 columns (image 0.95fr / content 1.3fr)
 *   - proof cards: 2 equal columns
 *   - disclaimer: full-width strip
 *   - kicker: centered
 *
 * Tablet (<= 1024px):
 *   - report card stacks vertically (image first, content second)
 *   - proof cards: 2 columns or stack
 *   - stats grids collapse
 *
 * Mobile (<= 768px):
 *   - everything stacks single column
 *   - decorative media are hidden or strongly reduced
 *
 * Approved palette only:
 *   #374F37  deep green
 *   #B8B25A  olive / gold
 *   #D8C47C  gold border / soft
 *   #FBF6EC  cream background
 *   #F4ECDD  cream soft
 *   #FFFCF6  card cream
 *   #E4DCCB  cream border
 *   #FFFFFF  white
 *   #1F2A1F  text
 *   #5C6A5C  text muted
 *
 * No SVG illustrations. No JavaScript. No animated transitions
 * other than a tiny button hover.
 */

/* ============================================================
 * SECTION
 * Cream / parchment background, generous padding, centered
 * inner capped at 1400px. overflow: hidden so the decorative
 * botanical media never cause horizontal scroll.
 * ============================================================ */
.bp-about-field-results {
	--bp-afr-bg:           #FBF7EF;
	--bp-afr-green:        #374F37;
	--bp-afr-olive:        #B8B25A;
	--bp-afr-gold:         #D8C47C;
	--bp-afr-gold-soft:    #E4DCCB;
	--bp-afr-cream-soft:   #F4ECDD;
	--bp-afr-card-bg:      #FFFCF6;
	--bp-afr-white:        #FFFFFF;
	--bp-afr-text:         #1F2A1F;
	--bp-afr-text-muted:   #5C6A5C;

	--bp-afr-inner-max:    1140px;

	--bp-afr-font-body:    var(--bp-font-body, 'Manrope', system-ui, sans-serif);
	--bp-afr-font-display: var(--bp-font-display, 'DM Serif Display', Georgia, serif);

	--bp-afr-card-radius:  22px;
	--bp-afr-meta-radius: 10px;
	--bp-afr-button-radius: 8px;

	position: relative;
	isolation: isolate;
	overflow: hidden;
	box-sizing: border-box;
	inline-size: 100%;
	max-inline-size: 100%;
	margin: 0;
	color: var(--bp-afr-text);
	font-family: var(--bp-afr-font-body);
}

.bp-about-field-results *,
.bp-about-field-results *::before,
.bp-about-field-results *::after {
	box-sizing: border-box;
}

/* Full-bleed: the widget always spans the full width of
 * its Elementor column / page so the inner can use the
 * section background. */
.elementor .elementor-section > .elementor-column > .elementor-widget-wrap,
.elementor .elementor-section > .elementor-column > .elementor-widget-wrap > .elementor-widget,
.elementor .elementor-section > .elementor-column > .elementor-widget-wrap > .elementor-widget > .elementor-widget-container {
	width: 100%;
	max-width: 100%;
}

/* ============================================================
 * DECORATIVE MEDIA
 * Optional low-opacity botanical images. Rendered only when
 * an image is set in the editor. They are visual atmosphere
 * only — they must never compete with text.
 * ============================================================ */
.bp-about-field-results__decor {
	position: absolute;
	inset-block-start: 0;
	z-index: 0;
	pointer-events: none;
	opacity: 0.18;
	display: block;
}

.bp-about-field-results__decor img {
	display: block;
	inline-size: 100%;
	block-size: auto;
	object-fit: contain;
}

.bp-about-field-results__decor--left {
	inline-start: 0;
	inline-size: clamp(180px, 22vw, 360px);
	transform: translate(-30%, -10%);
}

.bp-about-field-results__decor--right {
	inline-end: 0;
	inline-size: clamp(180px, 22vw, 360px);
	transform: translate(30%, -10%);
}

/* ============================================================
 * INNER
 * ============================================================ */
.bp-about-field-results__inner {
	position: relative;
	z-index: 1;
	inline-size: 100%;
	max-inline-size: var(--bp-afr-inner-max);
	margin-inline: auto;
	display: flex;
	flex-direction: column;
	gap: 18px;
}

/* ============================================================
 * HEADER
 * Centered eyebrow + gold line / diamond / line + serif title
 * + two short intro paragraphs.
 * ============================================================ */
.bp-about-field-results__header {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 14px;
	max-inline-size: 100%;
}

.bp-about-field-results__eyebrow {
	margin: 0;
	font-family: var(--bp-afr-font-body);
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--bp-afr-olive);
	line-height: 1.3;
}

.bp-about-field-results__divider {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	margin-block: 4px 2px;
}

.bp-about-field-results__divider-line {
	inline-size: 48px;
	block-size: 1px;
	background-color: var(--bp-afr-olive);
}

.bp-about-field-results__divider-diamond {
	inline-size: 6px;
	block-size: 6px;
	background-color: var(--bp-afr-olive);
	transform: rotate(45deg);
	display: inline-block;
}

.bp-about-field-results__title {
	margin: 0;
	font-family: var(--bp-afr-font-display);
	font-weight: 400;
	font-size: clamp(40px, 4.2vw, 56px);
	line-height: 1.05;
	letter-spacing: -0.005em;
	color: #374F3C;
	max-inline-size: 950px;
}

.bp-about-field-results__intro {
	margin: 0;
	font-family: var(--bp-afr-font-body);
	font-size: 17px;
	line-height: 1.55;
	color: var(--bp-afr-text-muted);
	max-inline-size: 1000px;
}

.bp-about-field-results__intro + .bp-about-field-results__intro {
	margin-block-start: -4px;
}

/* ============================================================
 * FEATURED REPORT CARD
 * Large horizontal card, 2 columns on desktop.
 * Image: fills its panel completely (object-fit: cover).
 * Content: padded right panel with eyebrow, title, metadata
 * badges, description, CTA button.
 * ============================================================ */
.bp-about-field-results__report {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.3fr);
	gap: 0;
	background-color: var(--bp-afr-card-bg);
	border: 1px solid rgba(181, 153, 72, 0.22);
	border-radius: var(--bp-afr-card-radius);
	overflow: hidden;
	box-shadow: 0 24px 50px -40px rgba(31, 42, 31, 0.22);
}

.bp-about-field-results__report-image {
	position: relative;
	inline-size: 100%;
	block-size: 100%;
	min-block-size: 320px;
	max-block-size: 330px;
	overflow: hidden;
	background-color: var(--bp-afr-cream-soft);
}

.bp-about-field-results__report-img {
	display: block;
	inline-size: 100%;
	block-size: 100%;
	object-fit: cover;
	object-position: center;
}

/* Neutral placeholder shown when report_image is empty. */
.bp-about-field-results__image-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	inline-size: 100%;
	block-size: 100%;
	background-color: var(--bp-afr-cream-soft);
	border: 1px dashed rgba(181, 153, 72, 0.35);
	border-radius: 0;
}

.bp-about-field-results__image-placeholder span {
	font-family: var(--bp-afr-font-body);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--bp-afr-text-muted);
}

.bp-about-field-results__report-content {
	display: flex;
	flex-direction: column;
	gap: 16px;
	padding: 32px 34px;
	min-inline-size: 0;
}

.bp-about-field-results__report-eyebrow {
	margin: 0;
	font-family: var(--bp-afr-font-body);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--bp-afr-olive);
}

.bp-about-field-results__report-title {
	margin: 0;
	font-family: var(--bp-afr-font-display);
	font-weight: 400;
	font-size: clamp(28px, 2.6vw, 36px);
	line-height: 1.15;
	color: var(--bp-afr-green);
}

.bp-about-field-results__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-block-start: 2px;
}

.bp-about-field-results__meta-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 14px;
	background-color: var(--bp-afr-cream-soft);
	border: 1px solid rgba(181, 153, 72, 0.28);
	border-radius: var(--bp-afr-meta-radius);
	font-family: var(--bp-afr-font-body);
	font-size: 12.5px;
	font-weight: 500;
	color: var(--bp-afr-text);
	line-height: 1.2;
	white-space: nowrap;
}

.bp-about-field-results__meta-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	inline-size: 14px;
	block-size: 14px;
	color: var(--bp-afr-olive);
}

.bp-about-field-results__meta-icon i,
.bp-about-field-results__meta-icon svg {
	font-size: 14px;
	inline-size: 14px;
	block-size: 14px;
	color: inherit;
}

.bp-about-field-results__report-desc {
	margin: 0;
	font-family: var(--bp-afr-font-body);
	font-size: 15px;
	line-height: 1.55;
	color: var(--bp-afr-text-muted);
}

.bp-about-field-results__report-cta {
	display: flex;
	justify-content: flex-end;
	margin-block-start: 6px;
}

.bp-about-field-results__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	inline-size: auto;
	min-block-size: 46px;
	padding-inline: 22px;
	background-color: var(--bp-afr-green);
	color: var(--bp-afr-white);
	border: 1px solid var(--bp-afr-green);
	border-radius: var(--bp-afr-button-radius);
	font-family: var(--bp-afr-font-body);
	font-size: 14.5px;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-decoration: none;
	cursor: pointer;
	transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.bp-about-field-results__button:hover,
.bp-about-field-results__button:focus-visible {
	background-color: #2C3E2C;
	border-color: #2C3E2C;
	color: var(--bp-afr-white);
}

.bp-about-field-results__button-arrow {
	display: inline-block;
	font-size: 16px;
	line-height: 1;
	transform: translateY(-0.5px);
}

/* ============================================================
 * PROOF CARDS ROW
 * Two equal columns: Anacardier (01) and Tomate (02).
 * ============================================================ */
.bp-about-field-results__cards {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	margin-block-start: 0;
}

.bp-about-field-results__card {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 14px;
	background-color: var(--bp-afr-card-bg);
	border: 1px solid rgba(181, 153, 72, 0.22);
	border-radius: 18px;
	padding: 24px;
	min-inline-size: 0;
	overflow: hidden;
}

.bp-about-field-results__card-graphic {
	position: absolute;
	inset-block-start: 18px;
	inset-inline-end: 18px;
	inline-size: 70px;
	block-size: 70px;
	max-inline-size: 80px;
	max-block-size: 80px;
	display: block;
	pointer-events: none;
	opacity: 0.95;
}

.bp-about-field-results__card-graphic img {
	display: block;
	inline-size: 100%;
	block-size: 100%;
	object-fit: contain;
}

.bp-about-field-results__card-eyebrow {
	margin: 0;
	font-family: var(--bp-afr-font-body);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--bp-afr-olive);
	padding-inline-end: 84px;
}

.bp-about-field-results__card-title {
	margin: 0;
	font-family: var(--bp-afr-font-display);
	font-weight: 400;
	font-size: clamp(22px, 1.9vw, 28px);
	line-height: 1.15;
	color: var(--bp-afr-green);
	padding-inline-end: 84px;
}

.bp-about-field-results__card-desc {
	margin: 0;
	font-family: var(--bp-afr-font-body);
	font-size: 14.5px;
	line-height: 1.55;
	color: var(--bp-afr-text-muted);
}

/* ============================================================
 * STATS
 * Horizontal grid with vertical dividers between columns.
 * Cashew: 4 columns. Tomato: 3 columns.
 * ============================================================ */
.bp-about-field-results__stats {
	display: grid;
	gap: 0;
	margin-block-start: 6px;
	padding-block-start: 14px;
	border-block-start: 1px solid rgba(181, 153, 72, 0.22);
}

.bp-about-field-results__stats--4 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bp-about-field-results__stats--3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bp-about-field-results__stat {
	display: flex;
	flex-direction: column;
	gap: 6px;
	padding-inline: 14px;
	text-align: left;
	min-inline-size: 0;
}

.bp-about-field-results__stat + .bp-about-field-results__stat {
	border-inline-start: 1px solid rgba(181, 153, 72, 0.22);
}

.bp-about-field-results__stat:first-child {
	padding-inline-start: 0;
}

.bp-about-field-results__stat-value {
	font-family: var(--bp-afr-font-display);
	font-weight: 400;
	font-size: clamp(22px, 1.9vw, 30px);
	line-height: 1.1;
	color: var(--bp-afr-green);
	word-break: break-word;
}

.bp-about-field-results__stat-label {
	font-family: var(--bp-afr-font-body);
	font-size: 12.5px;
	line-height: 1.3;
	color: var(--bp-afr-text-muted);
}

/* ============================================================
 * TOMATO NOTE
 * Subtle info block under the tomato stats.
 * ============================================================ */
.bp-about-field-results__note {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	margin: 0;
	padding: 10px 12px;
	background-color: rgba(85, 105, 65, 0.06);
	border-radius: 8px;
	font-family: var(--bp-afr-font-body);
	font-size: 11.5px;
	line-height: 1.4;
	color: var(--bp-afr-text-muted);
}

.bp-about-field-results__note-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	inline-size: 14px;
	block-size: 14px;
	color: var(--bp-afr-olive);
	margin-block-start: 1px;
}

.bp-about-field-results__note-icon i,
.bp-about-field-results__note-icon svg {
	font-size: 14px;
	inline-size: 14px;
	block-size: 14px;
	color: inherit;
}

.bp-about-field-results__note-text {
	flex: 1 1 auto;
	min-inline-size: 0;
}

/* ============================================================
 * DISCLAIMER STRIP
 * Visual shell provided by the site-wide `.bp-info-strip`
 * utility (see `assets/css/elementor/bp-info-strip.css`).
 * The variant class is preserved as a structural hook only.
 * ============================================================ */

/* ============================================================
 * BOTTOM KICKER
 * Centered small label: gold line / text / gold line.
 * Hidden entirely when the control is empty.
 * ============================================================ */
.bp-about-field-results__kicker {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	margin: 0;
	font-family: var(--bp-afr-font-body);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--bp-afr-olive);
}

.bp-about-field-results__kicker-line {
	inline-size: 36px;
	block-size: 1px;
	background-color: var(--bp-afr-olive);
}

.bp-about-field-results__kicker-text {
	white-space: nowrap;
}

/* ============================================================
 * RESPONSIVE — TABLET
 * ============================================================ */
@media (max-width: 1024px) {
	.bp-about-field-results {
		padding-block: 72px;
		padding-inline: 22px;
	}

	.bp-about-field-results__inner {
		gap: 32px;
	}

	.bp-about-field-results__report {
		grid-template-columns: minmax(0, 1fr);
	}

	.bp-about-field-results__report-image {
		min-block-size: 260px;
		max-block-size: 280px;
	}

	.bp-about-field-results__report-content {
		padding: 28px 26px;
	}

	.bp-about-field-results__report-cta {
		justify-content: flex-start;
	}

	.bp-about-field-results__cards {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bp-about-field-results__stats--4 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		row-gap: 18px;
	}

	.bp-about-field-results__stats--4 .bp-about-field-results__stat:nth-child(3) {
		border-inline-start: none;
		padding-inline-start: 0;
	}

	.bp-about-field-results__decor {
		opacity: 0.12;
	}
}

/* ============================================================
 * RESPONSIVE — MOBILE
 * ============================================================ */
@media (max-width: 768px) {
	.bp-about-field-results {
		padding-block: 56px;
		padding-inline: 18px;
	}

	.bp-about-field-results__inner {
		gap: 28px;
	}

	.bp-about-field-results__title {
		font-size: clamp(32px, 8vw, 40px);
	}

	.bp-about-field-results__intro {
		font-size: 16px;
	}

	.bp-about-field-results__divider-line {
		inline-size: 32px;
	}

	.bp-about-field-results__report {
		grid-template-columns: minmax(0, 1fr);
	}

	.bp-about-field-results__report-image {
		min-block-size: 220px;
		max-block-size: 240px;
	}

	.bp-about-field-results__report-content {
		padding: 24px 20px;
	}

	.bp-about-field-results__report-title {
		font-size: 26px;
	}

	.bp-about-field-results__cards {
		grid-template-columns: minmax(0, 1fr);
		gap: 16px;
	}

	.bp-about-field-results__card {
		padding: 20px;
	}

	.bp-about-field-results__card-eyebrow,
	.bp-about-field-results__card-title {
		padding-inline-end: 76px;
	}

	.bp-about-field-results__card-title {
		font-size: 22px;
	}

	.bp-about-field-results__stats--4 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		row-gap: 18px;
	}

	.bp-about-field-results__stats--4 .bp-about-field-results__stat:nth-child(3) {
		border-inline-start: none;
		padding-inline-start: 0;
	}

	.bp-about-field-results__stats--3 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		row-gap: 18px;
	}

	.bp-about-field-results__stats--3 .bp-about-field-results__stat:nth-child(3) {
		grid-column: 1 / -1;
		border-inline-start: none;
		padding-inline-start: 0;
	}

	.bp-about-field-results__disclaimer {
		/* Mobile sizing owned by .bp-info-strip responsive block. */
	}

	.bp-about-field-results__kicker-line {
		inline-size: 22px;
	}

	.bp-about-field-results__decor {
		display: none;
	}
}
