:root {
	--ms-page-bg: #f7f4ed;
	--ms-page-ink: #18201d;
	--ms-muted: #52605a;
	--ms-border: rgba(24, 32, 29, 0.14);
	--ms-shadow: 0 24px 70px rgba(35, 43, 39, 0.11);
}

html {
	scroll-behavior: smooth;
}

body.ms-guide-page {
	margin: 0;
	background: var(--ms-page-bg);
	color: var(--ms-page-ink);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 18px;
	line-height: 1.65;
}

.ms-guide-page *,
.ms-guide-page *::before,
.ms-guide-page *::after {
	box-sizing: border-box;
}

.ms-guide-page .ct-container,
.ms-guide-page .entry-content {
	width: 100%;
	max-width: none;
	padding: 0;
	margin: 0;
}

.ms-guide-main {
	min-height: 100vh;
}

.ms-skip-link {
	position: fixed;
	z-index: 100000;
	top: 1rem;
	left: 1rem;
	padding: 0.75rem 1rem;
	border-radius: 0.5rem;
	background: #fff;
	color: #111;
	transform: translateY(-200%);
}

.ms-skip-link:focus {
	transform: translateY(0);
	outline: 3px solid #111;
	outline-offset: 3px;
}

.ms-guide-hero {
	display: grid;
	place-items: center;
	min-height: 52vh;
	padding: clamp(4rem, 9vw, 8rem) clamp(1.25rem, 5vw, 6rem);
	background:
		radial-gradient(circle at 18% 12%, rgba(255, 255, 255, 0.74), transparent 28rem),
		linear-gradient(135deg, #e5eee9, #f8eee2 55%, #f5e3ea);
	text-align: center;
}

.ms-guide-hero__inner {
	max-width: 62rem;
}

.ms-guide-hero h1 {
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(2.4rem, 4.5vw, 4.75rem);
	font-weight: 600;
	letter-spacing: -0.055em;
	line-height: 0.96;
}

.ms-guide-hero__lede {
	max-width: 47rem;
	margin: 1.7rem auto 0;
	color: #36443e;
	font-size: clamp(1.05rem, 2vw, 1.3rem);
}

.ms-guide-group {
	padding: clamp(2.5rem, 6vw, 6rem) clamp(1rem, 4vw, 4rem);
}

.ms-guide-group + .ms-guide-group {
	border-top: 1px solid var(--ms-border);
}

.ms-guide-group__heading {
	max-width: 90rem;
	margin: 0 auto clamp(2rem, 5vw, 4rem);
}

.ms-guide-group__heading h2 {
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(2rem, 3.4vw, 3.4rem);
	font-weight: 600;
	letter-spacing: -0.04em;
	line-height: 1;
}

.ms-guide-group__heading p {
	max-width: 45rem;
	margin: 1rem 0 0;
	color: var(--ms-muted);
}

.ms-products {
	display: grid;
	gap: clamp(1.2rem, 3vw, 2.5rem);
	max-width: 90rem;
	margin: 0 auto;
}

.ms-product {
	--ms-bg: #fff;
	--ms-ink: #18201d;
	--ms-accent: #496158;
	display: grid;
	grid-template-columns: minmax(18rem, 0.82fr) minmax(20rem, 1.18fr);
	min-height: 34rem;
	overflow: hidden;
	border: 1px solid color-mix(in srgb, var(--ms-ink) 14%, transparent);
	border-radius: clamp(1.2rem, 2vw, 2rem);
	background: var(--ms-bg);
	color: var(--ms-ink);
	box-shadow: var(--ms-shadow);
}

.ms-product__media {
	display: grid;
	place-items: center;
	min-height: 34rem;
	margin: 0;
	padding: clamp(1rem, 3vw, 2.5rem);
	background: color-mix(in srgb, var(--ms-bg) 78%, #fff);
}

.ms-product__media img {
	display: block;
	width: 100%;
	height: 100%;
	max-height: 42rem;
	object-fit: contain;
	border-radius: 1rem;
	box-shadow: 0 18px 45px color-mix(in srgb, var(--ms-ink) 18%, transparent);
}

.ms-product__content {
	align-self: center;
	padding: clamp(2rem, 5vw, 5rem);
}

.ms-product h3 {
	max-width: 16ch;
	margin: 0 0 1.5rem;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.75rem, 2.7vw, 2.75rem);
	font-weight: 600;
	letter-spacing: -0.045em;
	line-height: 1.03;
}

.ms-product h4 {
	margin: 1.7rem 0 0.55rem;
	color: var(--ms-accent);
	font-size: 0.82rem;
	font-weight: 850;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.ms-product p,
.ms-product ul,
.ms-product ol {
	max-width: 44rem;
	margin-top: 0;
}

.ms-product ol,
.ms-product ul {
	padding-left: 1.25rem;
}

.ms-product li + li {
	margin-top: 0.45rem;
}

.ms-product__source {
	margin-top: 1.4rem;
	font-size: 0.86rem;
}

.ms-product__source a {
	color: var(--ms-accent);
	font-weight: 750;
	text-underline-offset: 0.18em;
}

.ms-product__source a:hover,
.ms-product__source a:focus-visible {
	text-decoration-thickness: 0.16em;
}

.ms-product--bryonia {
	--ms-bg: #eaf4fb;
	--ms-ink: #102a43;
	--ms-accent: #075f9a;
}

.ms-product--pea {
	--ms-bg: #e7f3ec;
	--ms-ink: #14382a;
	--ms-accent: #087158;
}

.ms-product--turmeric {
	--ms-bg: #fff3d5;
	--ms-ink: #3d2a0a;
	--ms-accent: #a8470e;
}

.ms-product--frankincense {
	--ms-bg: #e4f3f3;
	--ms-ink: #153b3d;
	--ms-accent: #096a6e;
}

.ms-product--castor {
	--ms-bg: #f7e8f0;
	--ms-ink: #481a31;
	--ms-accent: #963963;
}

.ms-product--amish {
	--ms-bg: #fff2cf;
	--ms-ink: #352900;
	--ms-accent: #8b5e00;
}

.ms-guide-footer {
	padding: 2.5rem 1.25rem 4rem;
	color: var(--ms-muted);
	text-align: center;
}

@media (max-width: 860px) {
	.ms-product {
		grid-template-columns: 1fr;
	}

	.ms-product__media {
		min-height: auto;
		aspect-ratio: 4 / 5;
	}

	.ms-product__content {
		padding: 2rem 1.4rem 2.5rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}
