:root {
	--mas-ink: #1f2a22;
	--mas-muted: #667266;
	--mas-forest: #294f3a;
	--mas-sage: #dbe5d2;
	--mas-mist: #eef4ee;
	--mas-paper: #fbfaf6;
	--mas-clay: #a8634a;
	--mas-berry: #6f3f58;
	--mas-gold: #c99a3d;
	--mas-line: #d9ded3;
	--mas-white: #ffffff;
}

body.mas-seed-store,
body.mas-seed-store * {
	box-sizing: border-box;
}

body.mas-seed-store {
	color: var(--mas-ink);
	background: var(--mas-paper);
	overflow-x: hidden;
}

body.mas-seed-store .wp-site-blocks {
	overflow-x: hidden;
}

body.mas-seed-store .wp-site-blocks > header,
body.mas-seed-store.page .wp-block-post-title,
body.mas-seed-store.page .entry-title {
	display: none;
}

body.mas-seed-store .wp-site-blocks > main,
body.mas-seed-store .wp-block-post-content,
body.mas-seed-store .entry-content,
body.mas-seed-store .wp-block-post-content > .mas-page {
	margin-block-start: 0;
}

body.mas-seed-store .wp-block-post-content,
body.mas-seed-store .entry-content {
	width: 100%;
	max-width: none;
}

.mas-promo-strip {
	display: flex;
	justify-content: center;
	gap: 14px;
	align-items: center;
	padding: 9px 16px;
	background: var(--mas-forest);
	color: var(--mas-white);
	font-size: 14px;
	line-height: 1.4;
}

.mas-promo-strip span,
.mas-hero > *,
.mas-section-head > *,
.mas-feature-list > *,
.mas-contact-grid > *,
.mas-guide-steps > * {
	min-width: 0;
}

.mas-promo-strip span {
	max-width: 100%;
	text-align: center;
	white-space: normal;
	overflow-wrap: anywhere;
}

.mas-promo-strip a {
	color: var(--mas-white);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.mas-site-header {
	position: sticky;
	top: 0;
	z-index: 50;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	min-height: 72px;
	padding: 0 32px;
	border-bottom: 1px solid var(--mas-line);
	background: rgba(251, 250, 246, 0.96);
	backdrop-filter: blur(12px);
}

.mas-brand {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: var(--mas-ink);
	font-weight: 700;
	text-decoration: none;
	white-space: nowrap;
}

.mas-brand-mark {
	display: grid;
	place-items: center;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: var(--mas-sage);
	color: var(--mas-forest);
	font-size: 13px;
	letter-spacing: 0;
}

.mas-site-nav {
	display: flex;
	align-items: center;
	gap: 22px;
}

.mas-site-nav a {
	color: var(--mas-ink);
	font-size: 14px;
	text-decoration: none;
}

.mas-site-nav a:hover {
	color: var(--mas-clay);
}

.mas-nav-toggle {
	display: none;
	position: relative;
	flex: 0 0 auto;
	width: 42px;
	height: 42px;
	border: 1px solid var(--mas-line);
	border-radius: 6px;
	background: var(--mas-white);
	color: var(--mas-ink);
	padding: 0;
}

.mas-nav-toggle span,
.mas-nav-toggle span::before,
.mas-nav-toggle span::after {
	position: absolute;
	left: 10px;
	right: 10px;
	height: 2px;
	border-radius: 999px;
	background: var(--mas-forest);
	content: "";
}

.mas-nav-toggle span {
	top: 20px;
}

.mas-nav-toggle span::before {
	top: -7px;
	left: 0;
	right: 0;
}

.mas-nav-toggle span::after {
	top: 7px;
	left: 0;
	right: 0;
}

.mas-page {
	background: var(--mas-paper);
}

.mas-hero,
.mas-section,
.mas-narrow,
.mas-legal,
.mas-band {
	max-width: 1180px;
	margin: 0 auto;
	padding: 56px 24px;
}

.mas-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
	gap: 36px;
	align-items: stretch;
	min-height: 540px;
}

.mas-hero-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.mas-kicker {
	margin: 0 0 12px;
	color: var(--mas-clay);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: uppercase;
}

.mas-hero h1,
.mas-narrow h1,
.mas-legal h1,
.mas-section h1 {
	margin: 0 0 18px;
	max-width: 760px;
	font-size: 52px;
	line-height: 1.05;
	font-weight: 650;
	letter-spacing: 0;
}

.mas-hero p,
.mas-narrow p,
.mas-legal p,
.mas-band p {
	max-width: 720px;
	color: var(--mas-muted);
	font-size: 17px;
	line-height: 1.7;
	overflow-wrap: break-word;
}

.mas-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 26px;
}

.mas-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 18px;
	border-radius: 6px;
	font-weight: 700;
	text-decoration: none;
}

.mas-button--primary {
	background: var(--mas-forest);
	color: var(--mas-white);
}

.mas-button--secondary {
	background: var(--mas-sage);
	color: var(--mas-forest);
}

.mas-button--ghost {
	border: 1px solid var(--mas-line);
	background: var(--mas-white);
	color: var(--mas-forest);
}

.mas-hero-panel {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	align-content: stretch;
	padding: 12px;
	border: 1px solid var(--mas-line);
	border-radius: 8px;
	background: var(--mas-white);
}

.mas-hero-panel span,
.mas-hero-panel figure {
	position: relative;
	overflow: hidden;
	margin: 0;
	min-height: 180px;
	border-radius: 6px;
	background: var(--mas-paper);
	box-shadow: inset 0 0 0 1px var(--mas-line);
}

.mas-hero-panel span {
	display: grid;
	align-items: end;
	padding: 16px;
	color: var(--mas-forest);
	font-weight: 700;
}

.mas-hero-panel a {
	display: block;
	height: 100%;
	color: var(--mas-white);
	text-decoration: none;
}

.mas-hero-panel img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 180ms ease;
}

.mas-hero-panel a:hover img {
	transform: scale(1.035);
}

.mas-hero-panel figcaption {
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 10px;
	padding: 8px 10px;
	border-radius: 6px;
	background: rgba(22, 36, 27, 0.82);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.25;
}

.mas-section-head {
	display: flex;
	justify-content: space-between;
	align-items: end;
	gap: 20px;
	margin-bottom: 22px;
}

.mas-section h2,
.mas-band h2,
.mas-feature-list h2,
.mas-contact-grid h2,
.mas-guide-steps h2,
.mas-support-card h2,
.mas-growth-snapshot h2 {
	margin: 0 0 10px;
	font-size: 24px;
	line-height: 1.2;
	letter-spacing: 0;
}

.mas-product-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.mas-product-card {
	overflow: hidden;
	border: 1px solid var(--mas-line);
	border-radius: 8px;
	background: var(--mas-white);
}

.mas-product-image {
	display: block;
	aspect-ratio: 1;
	background: var(--mas-mist);
}

.mas-product-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mas-product-card-body {
	padding: 16px;
}

.mas-product-card h3 {
	min-height: 52px;
	margin: 0 0 8px;
	font-size: 16px;
	line-height: 1.35;
	letter-spacing: 0;
}

.mas-product-card h3 a {
	color: var(--mas-ink);
	text-decoration: none;
}

.mas-card-meta,
.mas-archive-seed-meta {
	color: var(--mas-muted);
	font-size: 14px;
	line-height: 1.5;
}

.mas-band {
	margin-top: 20px;
	margin-bottom: 48px;
	border-top: 1px solid var(--mas-line);
	border-bottom: 1px solid var(--mas-line);
	background: var(--mas-mist);
}

.mas-feature-list,
.mas-contact-grid,
.mas-guide-steps {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin-top: 28px;
}

.mas-feature-list article,
.mas-contact-grid article,
.mas-guide-steps article,
.mas-support-card {
	border: 1px solid var(--mas-line);
	border-radius: 8px;
	background: var(--mas-white);
	padding: 22px;
}

.mas-guide-steps span {
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	margin-bottom: 14px;
	border-radius: 50%;
	background: var(--mas-gold);
	color: var(--mas-ink);
	font-weight: 700;
}

.mas-legal {
	max-width: 860px;
}

.mas-legal h2 {
	margin: 30px 0 8px;
	font-size: 22px;
}

.mas-faq details,
.mas-growth-tab details {
	border-top: 1px solid var(--mas-line);
	padding: 18px 0;
}

.mas-faq summary,
.mas-growth-tab summary {
	cursor: pointer;
	font-weight: 700;
}

.mas-growth-snapshot {
	margin: 22px 0;
	padding: 18px;
	border: 1px solid var(--mas-line);
	border-radius: 8px;
	background: var(--mas-mist);
}

.mas-growth-snapshot dl {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin: 0;
}

.mas-growth-snapshot dl div {
	padding: 12px;
	border-radius: 6px;
	background: var(--mas-white);
}

.mas-growth-snapshot dt {
	margin-bottom: 5px;
	color: var(--mas-clay);
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0;
}

.mas-growth-snapshot dd {
	margin: 0;
	color: var(--mas-ink);
	font-size: 14px;
	line-height: 1.45;
}

.mas-growth-tab table,
.woocommerce div.product .woocommerce-tabs .panel table {
	width: 100%;
	border-collapse: collapse;
	margin: 12px 0 18px;
}

.mas-growth-tab th,
.mas-growth-tab td,
.woocommerce div.product .woocommerce-tabs .panel th,
.woocommerce div.product .woocommerce-tabs .panel td {
	padding: 12px;
	border: 1px solid var(--mas-line);
	text-align: left;
	vertical-align: top;
}

.mas-archive-seed-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin: 8px 0;
}

.mas-archive-seed-meta span {
	padding: 4px 8px;
	border-radius: 999px;
	background: var(--mas-mist);
	color: var(--mas-forest);
}

.mas-site-footer {
	padding: 46px 32px 24px;
	background: #16241b;
	color: var(--mas-white);
}

.mas-footer-grid {
	display: grid;
	grid-template-columns: 1.4fr repeat(3, 1fr);
	gap: 28px;
	max-width: 1180px;
	margin: 0 auto;
}

.mas-footer-brand {
	margin: 0 0 10px;
	font-size: 20px;
	font-weight: 700;
}

.mas-site-footer p {
	max-width: 420px;
	color: #d9e3d7;
	line-height: 1.6;
}

.mas-site-footer h2 {
	margin: 0 0 14px;
	color: var(--mas-white);
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0;
}

.mas-site-footer nav {
	display: flex;
	flex-direction: column;
	gap: 9px;
}

.mas-site-footer a {
	color: #d9e3d7;
	text-decoration: none;
}

.mas-site-footer a:hover {
	color: var(--mas-white);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.mas-footer-bottom {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	max-width: 1180px;
	margin: 34px auto 0;
	padding-top: 18px;
	border-top: 1px solid rgba(255, 255, 255, 0.16);
	color: #d9e3d7;
	font-size: 13px;
}

@media (max-width: 960px) {
	.mas-site-header {
		padding: 0 18px;
		gap: 14px;
	}

	.mas-nav-toggle {
		display: inline-flex;
	}

	.mas-site-nav {
		position: absolute;
		top: 72px;
		left: 0;
		right: 0;
		display: none;
		flex-direction: column;
		align-items: stretch;
		gap: 0;
		padding: 10px 18px 18px;
		border-bottom: 1px solid var(--mas-line);
		background: var(--mas-paper);
	}

	.mas-site-nav.is-open {
		display: flex;
	}

	.mas-site-nav a {
		padding: 12px 0;
		border-top: 1px solid var(--mas-line);
	}

	.mas-hero {
		grid-template-columns: 1fr;
		min-height: auto;
	}

	.mas-product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.mas-feature-list,
	.mas-contact-grid,
	.mas-guide-steps,
	.mas-footer-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.mas-promo-strip {
		flex-direction: column;
		gap: 4px;
		padding: 8px 14px;
		text-align: center;
	}

	.mas-promo-strip span {
		max-width: 32ch;
	}

	.mas-hero,
	.mas-section,
	.mas-narrow,
	.mas-legal,
	.mas-band {
		width: 100%;
		padding: 38px 18px;
	}

	.mas-hero h1,
	.mas-narrow h1,
	.mas-legal h1,
	.mas-section h1 {
		font-size: 32px;
		line-height: 1.08;
		max-width: 100%;
	}

	.mas-product-grid,
	.mas-hero-panel,
	.mas-growth-snapshot dl {
		grid-template-columns: 1fr;
	}

	.mas-hero-panel span {
		min-height: 88px;
	}

	.mas-hero-panel figure {
		min-height: 220px;
	}

	.mas-footer-bottom {
		flex-direction: column;
	}
}
