/*
 * /for-growers landing pages.
 *
 * Loaded only on those pages (see $pageStylesheets in index.php) rather than
 * added to the site-wide /include/min bundle, so it neither adds weight to
 * every other page nor invalidates the shared bundle on every edit here.
 *
 * Sizes are in px to match plant.css, whose `body { font: normal 12px Arial }`
 * is far below what this audience should be reading; every size here is set
 * explicitly so nothing inherits that 12px.
 *
 * Colours, with contrast against their background:
 *   #005a98 blue on white ............ 7.0:1  headings
 *   #2f3944 text on white ............ 11.6:1 body
 *   #56606a muted on white ........... 6.4:1  captions
 *   #5c6b00 green on white ........... 5.9:1  buttons, links
 *   #ffffff on #2f3a04 dark band ..... 12.2:1
 * #728600 (the brand olive) is only used for borders and rules, never for text,
 * because it is 4.1:1 on white and would fail AA at these sizes.
 */

.fg-page {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 1.6;
	color: #2f3944;
	text-align: left;
}

.fg-page p {
	margin: 0 0 16px;
	font-size: 18px;
	line-height: 1.6;
}

.fg-page p:last-child {
	margin-bottom: 0;
}

.fg-page a {
	color: #5c6b00;
	text-decoration: underline;
}

.fg-page a:hover,
.fg-page a:active {
	color: #47520a;
}

/* Focus has to stay visible for the keyboard-only path through the page. */
.fg-page a:focus,
.fg-page summary:focus {
	outline: 3px solid #005a98;
	outline-offset: 2px;
}

.fg-visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

/* ---------------------------------------------------------------- language */

.fg-langbar {
	padding: 10px 40px;
	border-bottom: 1px solid #e2e5da;
	text-align: right;
}

.fg-langbar-link {
	font-size: 16px;
	font-weight: bold;
}

/* ------------------------------------------------------------------- hero */

.fg-hero {
	padding: 44px 40px 40px;
}

.fg-hero-h1 {
	max-width: 20em;
	margin: 0 0 18px;
	padding: 0;
	color: #005a98;
	font-family: 'Ubuntu', Arial, sans-serif;
	font-size: 38px;
	font-weight: 700;
	line-height: 1.2;
}

.fg-hero-sub {
	max-width: 40em;
	margin: 0 0 28px;
	font-size: 20px;
	line-height: 1.55;
	color: #2f3944;
}

.fg-hero-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 24px;
	margin: 0;
}

/* --------------------------------------------------------------- buttons */

.fg-btn {
	display: inline-block;
	padding: 15px 30px;
	background: #5c6b00;
	border: 0;
	border-radius: 3px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
}

.fg-page a.fg-btn {
	color: #fff;
	text-decoration: none;
}

.fg-page a.fg-btn:hover,
.fg-page a.fg-btn:active {
	background: #47520a;
	color: #fff;
}

.fg-page a.fg-btn-onDark {
	background: #fff;
	color: #2f3a04;
}

.fg-page a.fg-btn-onDark:hover,
.fg-page a.fg-btn-onDark:active {
	background: #eef0e2;
	color: #2f3a04;
}

/* The secondary action is a link at body weight on purpose: the page has one
   primary ask and this is not competing with it. */
.fg-page a.fg-textlink {
	font-size: 18px;
	font-weight: normal;
	text-decoration: underline;
}

.fg-page a.fg-textlink-onDark {
	color: #fff;
}

.fg-page a.fg-textlink-onDark:hover,
.fg-page a.fg-textlink-onDark:active {
	color: #eef0e2;
}

.fg-page a.fg-textlink-onDark:focus {
	outline-color: #fff;
}

/* ------------------------------------------------------------- proof strip */

.fg-proof {
	padding: 26px 40px 22px;
	background: #f2f5e6;
	border-top: 1px solid #dde2c8;
	border-bottom: 1px solid #dde2c8;
}

.fg-proof-list {
	display: flex;
	flex-wrap: wrap;
	gap: 24px 40px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.fg-proof-item {
	flex: 1 1 180px;
	margin: 0;
	padding: 0;
}

.fg-proof-figure {
	display: block;
	color: #3f4a00;
	font-family: 'Ubuntu', Arial, sans-serif;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.15;
}

.fg-proof-label {
	display: block;
	margin-top: 4px;
	font-size: 16px;
	line-height: 1.4;
	color: #444c54;
}

.fg-proof-caption {
	margin: 20px 0 0;
	font-size: 16px;
	color: #4b5359;
}

/* ---------------------------------------------------------------- sections */

.fg-section {
	padding: 40px;
	border-bottom: 1px solid #e6e8e3;
}

.fg-section-band {
	background: #f8f9f4;
}

.fg-h2 {
	max-width: 26em;
	margin: 0 0 14px;
	padding: 0;
	color: #005a98;
	font-family: 'Ubuntu', Arial, sans-serif;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.25;
}

.fg-lead {
	max-width: 42em;
	margin: 0 0 24px;
	font-size: 18px;
}

.fg-section-actions {
	margin: 28px 0 0;
}

/* ------------------------------------------------------------------- steps */

.fg-steps {
	max-width: 46em;
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: fg-step;
}

.fg-step {
	position: relative;
	margin: 0 0 22px;
	padding: 0 0 0 52px;
	font-size: 18px;
	line-height: 1.5;
	counter-increment: fg-step;
}

.fg-step:last-child {
	margin-bottom: 0;
}

.fg-step-term {
	display: block;
	font-weight: bold;
	color: #2f3944;
}

.fg-step-detail {
	display: block;
	margin-top: 4px;
	font-size: 17px;
	color: #3a434c;
}

.fg-step::before {
	content: counter(fg-step);
	position: absolute;
	left: 0;
	top: 0;
	width: 34px;
	height: 34px;
	background: #5c6b00;
	border-radius: 50%;
	color: #fff;
	font-family: 'Ubuntu', Arial, sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 34px;
	text-align: center;
}

/* ----------------------------------------------------------------- context */

.fg-context {
	padding: 32px 40px;
	background: #f8f9f4;
	border-bottom: 1px solid #e6e8e3;
}

.fg-context-heading {
	max-width: 26em;
	margin: 0 0 12px;
	padding: 0;
	color: #3f4a00;
	font-family: 'Ubuntu', Arial, sans-serif;
	font-size: 21px;
	font-weight: 700;
	line-height: 1.3;
}

.fg-context p {
	max-width: 44em;
	font-size: 17px;
	color: #444c54;
}

/* ----------------------------------------------------------------- tables */

.fg-pricing-table {
	width: 100%;
	max-width: 780px;
	margin: 0;
	border-collapse: collapse;
	text-align: left;
}

.fg-pricing-table th,
.fg-pricing-table td {
	padding: 14px 16px 14px 0;
	border-bottom: 1px solid #dcdfd6;
	vertical-align: top;
	font-size: 18px;
}

.fg-pricing-table thead th {
	border-bottom: 2px solid #728600;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #4b5359;
}

.fg-pricing-table tbody th {
	font-weight: normal;
}

/* No nowrap: the column heading and the amounts have to be free to wrap, since
   the Spanish headings are wider than a 375px column on their own. */
.fg-col-price {
	padding-right: 0;
	text-align: right;
}

.fg-pricing-term {
	display: block;
	font-weight: bold;
	color: #2f3944;
}

.fg-pricing-detail {
	display: block;
	margin-top: 3px;
	font-size: 16px;
	line-height: 1.45;
	color: #56606a;
}

.fg-pricing-table td.fg-col-price {
	font-weight: bold;
	color: #2f3944;
}

.fg-pricing-emphasis {
	max-width: 42em;
	margin: 26px 0 0;
	padding: 16px 20px;
	background: #eef2dd;
	border-left: 5px solid #728600;
	font-size: 19px;
	font-weight: bold;
	color: #2f3944;
}

.fg-pricing-terms {
	margin: 14px 0 0;
	font-size: 16px;
	color: #56606a;
}

/* -------------------------------------------------------------- objections */

.fg-faq {
	max-width: 48em;
	border-top: 1px solid #dcdfd6;
}

.fg-faq-item {
	border-bottom: 1px solid #dcdfd6;
}

.fg-faq-summary {
	position: relative;
	padding: 16px 44px 16px 0;
	cursor: pointer;
	list-style: none;
}

.fg-faq-summary::-webkit-details-marker {
	display: none;
}

.fg-faq-question {
	display: inline;
	margin: 0;
	padding: 0;
	color: #005a98;
	font-family: 'Ubuntu', Arial, sans-serif;
	font-size: 19px;
	font-weight: 700;
	line-height: 1.4;
}

.fg-faq-summary::after {
	content: "+";
	position: absolute;
	right: 8px;
	top: 14px;
	color: #3f4a00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	line-height: 1;
}

.fg-faq-item[open] .fg-faq-summary::after {
	content: "\2212";
}

.fg-faq-answer {
	padding: 0 0 18px;
}

.fg-faq-answer p {
	max-width: 44em;
	font-size: 17px;
	color: #3a434c;
}

/* Footnote under a section, for the qualifications that belong in smaller type
   than the section itself. Following a two-column block it needs more room, or
   it reads as part of the last item in the left column. */
.fg-split + .fg-note {
	margin-top: 28px;
}

.fg-note {
	max-width: 44em;
	margin: 18px 0 0;
	font-size: 15px;
	line-height: 1.5;
	color: #56606a;
}

/* --------------------------------------------------------------- closing */

.fg-closing {
	padding: 44px 40px;
	background-color: #2f3a04;
	background-image: linear-gradient(rgba(47, 58, 4, 0.93), rgba(47, 58, 4, 0.93)), url(/images/homepage/nursery-back.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
}

.fg-closing-heading {
	max-width: 24em;
	margin: 0 0 12px;
	padding: 0;
	color: #fff;
	font-family: 'Ubuntu', Arial, sans-serif;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.25;
}

.fg-closing-body {
	max-width: 40em;
	margin: 0 0 14px;
	font-size: 19px;
	color: #fff;
}

/* The lead sentence carries the weight; the paragraphs under it are support and
   read at the body size of the rest of the page. */
.fg-closing-body ~ .fg-closing-body {
	font-size: 17px;
	line-height: 1.55;
	color: #eef1e6;
}

.fg-closing-body:last-of-type {
	margin-bottom: 26px;
}

.fg-closing-actions {
	margin: 0;
}

.fg-closing-talk {
	max-width: 44em;
	margin: 34px 0 0;
	padding: 22px 0 0;
	border-top: 1px solid rgba(255, 255, 255, 0.35);
}

.fg-closing-talk-heading {
	margin: 0 0 10px;
	padding: 0;
	color: #fff;
	font-family: 'Ubuntu', Arial, sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
}

.fg-closing-talk p {
	color: #fff;
	font-size: 17px;
}

.fg-closing-talk-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 10px 26px;
	margin: 0;
}

.fg-closing-phone {
	font-size: 17px;
	color: #fff;
}

/* ------------------------------------------------------- two column split */

/* #bodyTd is 1400px wide, so a single 780px column of text or table left a dead
   strip down the right of every section. Text carries the left column and the
   supporting photograph the right, collapsing to one column below 900px. */
.fg-split {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
	gap: 30px 44px;
	align-items: start;
}

.fg-split-main,
.fg-split-aside {
	min-width: 0;
}

/* For a short left column, such as the four steps, against a tall photograph. */
.fg-split-center {
	align-items: center;
}

/* The three reasons to name your states read as a list beside the photograph,
   not as a grid inside the column. */
.fg-split-reach .fg-points {
	grid-template-columns: 1fr;
	gap: 20px;
}

.fg-figure {
	margin: 0;
}

.fg-figure img {
	display: block;
	width: 100%;
	height: auto;
	border: 1px solid #dcdfd6;
	border-radius: 3px;
}

.fg-split-closing .fg-figure img {
	border-color: rgba(255, 255, 255, 0.35);
}

.fg-split-aside .fg-pricing-emphasis {
	margin-top: 22px;
}

/* ------------------------------------------------------------------ points */

.fg-points {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 22px 40px;
	margin: 0 0 26px;
}

.fg-point {
	margin: 0;
}

.fg-point-term {
	display: block;
	margin: 0;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.35;
	color: #2f3944;
}

.fg-point-detail {
	margin: 5px 0 0;
	font-size: 17px;
	line-height: 1.5;
	color: #3a434c;
}

.fg-reach-honest {
	max-width: 44em;
	margin: 0 0 8px;
	padding: 14px 18px;
	background: #eef2dd;
	border-left: 5px solid #728600;
	font-size: 17px;
	color: #2f3944;
}

.fg-h3 {
	max-width: 26em;
	margin: 36px 0 12px;
	padding: 0;
	color: #005a98;
	font-family: 'Ubuntu', Arial, sans-serif;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.3;
}

/* -------------------------------------------------------------- logo walls */

.fg-logo-wall {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
	gap: 18px;
	margin: 0 0 22px;
	padding: 0;
	list-style: none;
}

.fg-logo-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0;
	padding: 18px 16px 16px;
	background: #fff;
	border: 1px solid #dcdfd6;
	border-radius: 3px;
	text-align: center;
}

/* Some shows only publish a white version of their mark, so those cards carry
   the dark ground the mark was drawn for. */
.fg-logo-card-dark {
	background: #2f3a04;
	border-color: #2f3a04;
}

/* Fixed height: the marks are lazy loaded and must not shift the row when they
   arrive. */
.fg-logo-mark {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 62px;
	margin-bottom: 12px;
}

/* Sized by the box rather than by the file, so that marks of very different
   proportions line up — and so the vector marks, which carry a viewBox but no
   intrinsic width, do not collapse. */
.fg-logo-mark img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.fg-logo-wordmark {
	font-family: 'Ubuntu', Arial, sans-serif;
	font-size: 26px;
	font-weight: 700;
	letter-spacing: 0.02em;
	color: #3f4a00;
}

.fg-logo-name {
	font-size: 17px;
	font-weight: bold;
	line-height: 1.3;
	color: #2f3944;
}

.fg-logo-meta {
	margin-top: 3px;
	font-size: 15px;
	line-height: 1.35;
	color: #56606a;
}

.fg-logo-card-dark .fg-logo-name {
	color: #fff;
}

.fg-logo-card-dark .fg-logo-meta {
	color: #dfe6c0;
}

.fg-logo-wall-compact {
	grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
}

.fg-logo-wall-compact .fg-logo-mark {
	height: 48px;
	margin-bottom: 10px;
}

.fg-logo-wall-compact .fg-logo-wordmark {
	font-size: 21px;
}

.fg-logo-wall-compact .fg-logo-name {
	font-size: 16px;
}

.fg-logo-wall-compact .fg-logo-meta {
	font-size: 14px;
}

/* ------------------------------------------------------------- responsive */

@media (max-width: 900px) {
	.fg-hero-h1 {
		font-size: 30px;
	}

	.fg-proof-item {
		flex: 1 1 40%;
	}

	.fg-split {
		grid-template-columns: 1fr;
		gap: 26px;
	}

	/* The photograph is support, not content: at one column it stops competing
	   with the text for the top of the screen. */
	.fg-figure img {
		max-width: 560px;
	}
}

@media (max-width: 600px) {
	.fg-langbar,
	.fg-hero,
	.fg-proof,
	.fg-section,
	.fg-context,
	.fg-closing {
		padding-left: 18px;
		padding-right: 18px;
	}

	.fg-hero {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.fg-section,
	.fg-closing {
		padding-top: 32px;
		padding-bottom: 32px;
	}

	.fg-hero-h1 {
		font-size: 26px;
	}

	.fg-hero-sub {
		font-size: 18px;
	}

	.fg-hero-actions {
		display: block;
	}

	/* Full-width tap target, with the secondary link below rather than beside. */
	.fg-btn {
		display: block;
		width: 100%;
		box-sizing: border-box;
		padding-left: 16px;
		padding-right: 16px;
	}

	.fg-page a.fg-textlink {
		display: inline-block;
		margin-top: 18px;
	}

	.fg-h2,
	.fg-closing-heading {
		font-size: 24px;
	}

	.fg-proof-item {
		flex: 1 1 100%;
	}

	.fg-proof-figure {
		font-size: 26px;
	}

	.fg-pricing-table th,
	.fg-pricing-table td {
		padding: 12px 10px 12px 0;
		font-size: 17px;
	}

	.fg-faq-question {
		font-size: 18px;
	}

	.fg-logo-wall,
	.fg-logo-wall-compact {
		grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
		gap: 12px;
	}

	.fg-logo-card {
		padding: 14px 10px 12px;
	}

	.fg-logo-mark {
		height: 46px;
	}

	.fg-logo-wordmark {
		font-size: 19px;
	}

	.fg-logo-name {
		font-size: 15px;
	}

	.fg-logo-meta {
		font-size: 13px;
	}

	.fg-h3 {
		font-size: 20px;
	}

	.fg-point-term {
		font-size: 17px;
	}
}
