/* Standard WordPress page template. */

.standard-page {
	padding: 0;
	background: #f3f6f4;
}

.standard-page__article {
	margin: 0;
}

.standard-page__hero {
	position: relative;
	min-height: 330px;
	padding: clamp(2.3rem, 6vw, 4.6rem) 0 clamp(5.3rem, 9vw, 7rem);
	overflow: hidden;
	color: #fff;
	background:
		radial-gradient(circle at 78% 25%, rgba(105, 214, 25, 0.16), transparent 24rem),
		radial-gradient(circle at 8% 100%, rgba(91, 188, 30, 0.13), transparent 22rem),
		linear-gradient(120deg, #061a12 0%, #0a2c1d 58%, #061a12 100%);
}

.standard-page__hero::before {
	position: absolute;
	inset: 0;
	opacity: 0.28;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
	background-size: 42px 42px;
	content: "";
	pointer-events: none;
}

.standard-page__hero::after {
	position: absolute;
	right: clamp(-7rem, -3vw, -2rem);
	bottom: -15rem;
	width: 34rem;
	height: 34rem;
	border: 1px solid rgba(111, 211, 49, 0.16);
	border-radius: 50%;
	box-shadow:
		0 0 0 5rem rgba(111, 211, 49, 0.025),
		0 0 0 10rem rgba(111, 211, 49, 0.018);
	content: "";
	pointer-events: none;
}

.standard-page__hero-inner {
	position: relative;
	z-index: 1;
}

.standard-page__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	margin-bottom: 0.85rem;
	color: #76d733;
	font-size: 0.7rem;
	font-weight: 850;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.standard-page__eyebrow svg {
	width: 21px;
	height: 21px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.standard-page__title {
	max-width: 920px;
	margin: 0;
	color: #fff;
	font-size: clamp(2.4rem, 6vw, 4.7rem);
	font-weight: 850;
	line-height: 1.02;
	letter-spacing: -0.055em;
}

.standard-page__intro {
	max-width: 720px;
	margin: 1.2rem 0 0;
	color: #b7c8bd;
	font-size: clamp(0.95rem, 1.5vw, 1.08rem);
	line-height: 1.7;
}

.standard-page__body {
	position: relative;
	z-index: 2;
	margin-top: clamp(-4.2rem, -6vw, -3rem);
	padding-bottom: clamp(2.5rem, 6vw, 5rem);
}

.standard-page__card {
	padding: clamp(1.25rem, 4vw, 3.5rem);
	background:
		radial-gradient(circle at 100% 0, rgba(104, 203, 43, 0.055), transparent 19rem),
		#fff;
	border: 1px solid #dde5e0;
	border-top: 4px solid #5dc326;
	border-radius: 16px;
	box-shadow: 0 24px 54px rgba(17, 49, 29, 0.12);
}

.standard-page__thumbnail {
	max-width: 980px;
	margin: 0 auto clamp(1.7rem, 4vw, 3rem);
	overflow: hidden;
	border-radius: 13px;
	box-shadow: 0 16px 38px rgba(17, 49, 29, 0.13);
}

.standard-page__thumbnail img {
	display: block;
	width: 100%;
	height: auto;
}

.standard-page__card > .entry-content {
	max-width: 850px;
	margin-inline: auto;
	color: #455149;
	font-size: clamp(0.96rem, 1.15vw, 1.04rem);
	line-height: 1.9;
}

.standard-page__card > .entry-content > :first-child {
	margin-top: 0;
}

.standard-page__card > .entry-content > :last-child {
	margin-bottom: 0;
}

.standard-page__card > .entry-content > p:first-child {
	color: #26372c;
	font-size: clamp(1.04rem, 1.5vw, 1.15rem);
	font-weight: 540;
	line-height: 1.8;
}

.standard-page__card .entry-content h2,
.standard-page__card .entry-content h3 {
	color: #17241b;
	font-weight: 830;
	line-height: 1.3;
	letter-spacing: -0.025em;
}

.standard-page__card .entry-content h2 {
	position: relative;
	padding-bottom: 0.7rem;
	margin: clamp(2rem, 4vw, 2.8rem) 0 1rem;
	font-size: clamp(1.45rem, 2.5vw, 1.9rem);
	border-bottom: 1px solid #e1e8e3;
}

.standard-page__card .entry-content h2::after {
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 62px;
	height: 3px;
	background: #60c628;
	border-radius: 999px;
	content: "";
}

.standard-page__card .entry-content h3 {
	margin: 1.8rem 0 0.75rem;
	font-size: clamp(1.15rem, 2vw, 1.4rem);
}

.standard-page__card .entry-content a {
	color: #338f13;
	font-weight: 700;
	text-decoration-color: rgba(51, 143, 19, 0.35);
	text-underline-offset: 0.18em;
}

.standard-page__card .entry-content strong {
	color: #1d2a21;
}

.standard-page__card .entry-content ul,
.standard-page__card .entry-content ol {
	padding: 1rem 1.2rem 1rem 2.7rem;
	margin: 1.4rem 0;
	background: #f8faf8;
	border: 1px solid #e0e8e2;
	border-radius: 12px;
}

.standard-page__card .entry-content li {
	padding-left: 0.2rem;
	margin: 0.42rem 0;
}

.standard-page__card .entry-content li::marker {
	color: #54b91f;
	font-weight: 800;
}

.standard-page__card .entry-content blockquote {
	position: relative;
	padding: 1.5rem 1.5rem 1.5rem 4rem;
	margin: clamp(1.5rem, 4vw, 2.2rem) 0;
	color: #edf6f0;
	background: linear-gradient(135deg, #082319, #0d3823);
	border: 0;
	border-radius: 14px;
	box-shadow: 0 17px 38px rgba(8, 43, 25, 0.16);
}

.standard-page__card .entry-content blockquote::before {
	position: absolute;
	top: 0.9rem;
	left: 1.25rem;
	color: #72d835;
	font-family: Georgia, serif;
	font-size: 3.2rem;
	line-height: 1;
	content: "“";
}

.standard-page__card .entry-content blockquote p:last-child {
	margin-bottom: 0;
}

.standard-page__card .entry-content figure:not(.wp-block-table),
.standard-page__card .entry-content img {
	border-radius: 12px;
}

.standard-page__card .entry-content img {
	max-width: 100%;
	height: auto;
}

.standard-page__card .entry-content .wp-block-table {
	margin: 1.7rem 0;
	overflow-x: auto;
	border: 1px solid #dce5df;
	border-radius: 12px;
	box-shadow: 0 10px 26px rgba(23, 58, 34, 0.07);
}

.standard-page__card .entry-content table {
	width: 100%;
	min-width: 560px;
	margin: 0;
	border-spacing: 0;
	border-collapse: separate;
}

.standard-page__card .entry-content th,
.standard-page__card .entry-content td {
	padding: 0.8rem;
	border: 0;
	border-right: 1px solid #e4ebe6;
	border-bottom: 1px solid #e4ebe6;
}

.standard-page__card .entry-content th {
	color: #edf7f0;
	background: #09291b;
}

.standard-page__card .entry-content tr:last-child td {
	border-bottom: 0;
}

.standard-page__card .entry-content th:last-child,
.standard-page__card .entry-content td:last-child {
	border-right: 0;
}

.standard-page__card .entry-content hr {
	width: min(180px, 35%);
	height: 3px;
	margin: 2.4rem auto;
	background: linear-gradient(90deg, transparent, #68cb2e, transparent);
	border: 0;
}

/* Contact Form 7 on standard pages. */
.standard-page .wpcf7 {
	max-width: 760px;
	margin: 1.5rem auto 0;
}

.standard-page .wpcf7-form {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.15rem;
	padding: clamp(1.2rem, 3vw, 2rem);
	background: #f8faf8;
	border: 1px solid #dce6df;
	border-radius: 14px;
	box-shadow: 0 14px 34px rgba(17, 49, 29, 0.07);
}

.standard-page .wpcf7-form > p {
	min-width: 0;
	margin: 0;
	color: #24342a;
	font-size: 0.84rem;
	font-weight: 750;
	line-height: 1.45;
}

.standard-page .wpcf7-form > p:nth-of-type(n + 3),
.standard-page .wpcf7-response-output {
	grid-column: 1 / -1;
}

.standard-page .wpcf7-form label,
.standard-page .wpcf7-form-control-wrap {
	display: block;
}

.standard-page .wpcf7-form-control-wrap {
	margin-top: 0.45rem;
}

.standard-page .wpcf7-form input[type="text"],
.standard-page .wpcf7-form input[type="email"],
.standard-page .wpcf7-form textarea {
	width: 100%;
	padding: 0.82rem 0.9rem;
	color: #17241b;
	font-family: inherit;
	font-size: 0.92rem;
	font-weight: 500;
	line-height: 1.5;
	background: #fff;
	border: 1px solid #ccd9d0;
	border-radius: 8px;
	outline: 0;
	box-shadow: 0 1px 2px rgba(17, 49, 29, 0.04);
	transition: border-color 160ms ease, box-shadow 160ms ease;
}

.standard-page .wpcf7-form textarea {
	min-height: 180px;
	resize: vertical;
}

.standard-page .wpcf7-form input[type="text"]:focus,
.standard-page .wpcf7-form input[type="email"]:focus,
.standard-page .wpcf7-form textarea:focus {
	border-color: #58b927;
	box-shadow: 0 0 0 3px rgba(88, 185, 39, 0.14);
}

.standard-page .wpcf7-form .wpcf7-not-valid {
	border-color: #c83e3e;
	box-shadow: 0 0 0 3px rgba(200, 62, 62, 0.1);
}

.standard-page .wpcf7-not-valid-tip {
	margin-top: 0.4rem;
	color: #b62f2f;
	font-size: 0.74rem;
	font-weight: 650;
}

.standard-page .wpcf7-acceptance .wpcf7-list-item {
	margin: 0;
}

.standard-page .wpcf7-acceptance label {
	display: flex;
	gap: 0.65rem;
	align-items: flex-start;
	color: #536159;
	font-size: 0.78rem;
	font-weight: 550;
	line-height: 1.55;
	cursor: pointer;
}

.standard-page .wpcf7-acceptance input[type="checkbox"] {
	width: 17px;
	height: 17px;
	margin: 0.12rem 0 0;
	flex: 0 0 auto;
	accent-color: #4bad20;
}

.standard-page .wpcf7-submit {
	min-width: 180px;
	padding: 0.88rem 1.35rem;
	color: #fff;
	font-family: inherit;
	font-size: 0.86rem;
	font-weight: 800;
	line-height: 1;
	background: linear-gradient(135deg, #55ba25, #368f16);
	border: 0;
	border-radius: 8px;
	box-shadow: 0 8px 18px rgba(61, 159, 24, 0.22);
	cursor: pointer;
	transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
}

.standard-page .wpcf7-submit:hover,
.standard-page .wpcf7-submit:focus-visible {
	filter: brightness(1.05);
	transform: translateY(-1px);
	box-shadow: 0 11px 23px rgba(61, 159, 24, 0.28);
}

.standard-page .wpcf7-submit:disabled {
	opacity: 0.65;
	cursor: wait;
	transform: none;
}

.standard-page .wpcf7-spinner {
	margin: 0 0 0 0.65rem;
	vertical-align: middle;
}

.standard-page .wpcf7-response-output {
	padding: 0.85rem 1rem;
	margin: 0;
	color: #31513b;
	font-size: 0.8rem;
	font-weight: 650;
	line-height: 1.55;
	background: #eef8ef;
	border: 1px solid #92c99a;
	border-radius: 8px;
}

.standard-page .wpcf7-form.init .wpcf7-response-output {
	display: none;
}

.standard-page .wpcf7-form.invalid .wpcf7-response-output,
.standard-page .wpcf7-form.failed .wpcf7-response-output,
.standard-page .wpcf7-form.unaccepted .wpcf7-response-output,
.standard-page .wpcf7-form.spam .wpcf7-response-output {
	color: #793333;
	background: #fff3f2;
	border-color: #dfa09b;
}

.standard-page__comments {
	padding-bottom: clamp(2.5rem, 6vw, 5rem);
}

.standard-page__comments .comments-area {
	padding: clamp(1.2rem, 3vw, 2rem);
	background: #fff;
	border: 1px solid #dde5e0;
	border-radius: 14px;
	box-shadow: 0 14px 36px rgba(17, 49, 29, 0.08);
}

@media (max-width: 700px) {
	.standard-page__hero {
		min-height: 280px;
		padding-top: 2rem;
	}

	.standard-page__body {
		margin-top: -3rem;
	}

	.standard-page__card {
		border-radius: 12px;
	}

	.standard-page__card .entry-content blockquote {
		padding: 1.25rem 1rem 1.25rem 3.2rem;
	}

	.standard-page__card .entry-content blockquote::before {
		left: 0.9rem;
	}

	.standard-page .wpcf7-form {
		grid-template-columns: 1fr;
	}

	.standard-page .wpcf7-form > p {
		grid-column: 1;
	}
}

@media (max-width: 420px) {
	.standard-page__title {
		font-size: 2.25rem;
	}

	.standard-page__card {
		padding-inline: 1rem;
	}

	.standard-page .wpcf7-form {
		padding: 1rem;
	}

	.standard-page .wpcf7-submit {
		width: 100%;
	}
}
