:root {
	--botanica-cream: #f7f3ea;
	--botanica-paper: #fffdf7;
	--botanica-sage: #8f9f80;
	--botanica-sage-dark: #34412f;
	--botanica-olive: #5f714f;
	--botanica-ink: #2e3529;
	--botanica-muted: #7d806f;
	--botanica-line: rgba(52, 65, 47, 0.14);
	--botanica-serif: "Cormorant Garamond", Georgia, serif;
	--botanica-sans: "Manrope", Arial, sans-serif;
}

* {
	box-sizing: border-box;
}

body {
	margin: 0;
	background: var(--botanica-cream);
	color: var(--botanica-ink);
	font-family: var(--botanica-sans);
	font-size: 16px;
	line-height: 1.7;
}

a {
	color: inherit;
	text-decoration: none;
}

img {
	height: auto;
	max-width: 100%;
}

.screen-reader-text {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	width: 1px;
	height: 1px;
	white-space: nowrap;
}

.botanica-site-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 50;
	padding: 0;
	transition: top 180ms ease, filter 180ms ease;
}

.botanica-site-header.is-scrolled {
	top: 0;
	filter: drop-shadow(0 18px 35px rgba(28, 31, 24, 0.15));
}

.botanica-header-shell {
	display: grid;
	grid-template-columns: minmax(160px, 240px) 1fr auto;
	align-items: center;
	gap: 26px;
	width: 100%;
	min-height: 64px;
	margin: 0;
	padding: 0 max(24px, calc((100vw - 1120px) / 2));
	border: 0;
	border-bottom: 1px solid rgba(52, 65, 47, 0.12);
	background: rgba(255, 253, 247, 0.88);
	backdrop-filter: blur(18px);
	box-shadow: 0 16px 40px rgba(26, 27, 20, 0.12);
}

.botanica-brand {
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
	line-height: 1.1;
}

.botanica-brand img {
	display: block;
	max-height: 46px;
	width: auto;
}

.botanica-brand__name {
	color: var(--botanica-sage-dark);
	font-family: var(--botanica-serif);
	font-size: 25px;
	font-weight: 700;
	letter-spacing: 0;
}

.botanica-brand__tagline {
	margin-top: 4px;
	color: var(--botanica-muted);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 1.7px;
	text-transform: uppercase;
}

.botanica-menu {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 28px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.botanica-menu a {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	color: var(--botanica-sage-dark);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 1.6px;
	text-transform: uppercase;
}

.botanica-menu a:hover,
.botanica-menu a:focus-visible {
	color: var(--botanica-olive);
}

.botanica-header-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 0 19px;
	border-radius: 999px;
	background: var(--botanica-olive);
	color: #fffdf7;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 1.4px;
	text-transform: uppercase;
	white-space: nowrap;
}

.botanica-header-cta:hover,
.botanica-header-cta:focus-visible {
	background: var(--botanica-sage-dark);
}

.botanica-menu-toggle {
	display: none;
	appearance: none;
	width: 42px;
	height: 42px;
	padding: 0;
	border: 1px solid var(--botanica-line);
	border-radius: 999px;
	background: transparent;
}

.botanica-menu-toggle span:not(.screen-reader-text) {
	display: block;
	width: 17px;
	height: 2px;
	margin: 4px auto;
	background: var(--botanica-sage-dark);
}

.botanica-main {
	min-height: 60vh;
	overflow-x: clip;
}

.home .botanica-main,
.front-page .botanica-main,
.page-template-default .botanica-main:has(.botanica-home) {
	width: 100%;
}

.botanica-page-content {
	width: min(980px, calc(100vw - 40px));
	margin: 0 auto;
	padding: 140px 0 90px;
}

.botanica-article {
	padding: 46px;
	background: var(--botanica-paper);
	box-shadow: 0 18px 45px rgba(52, 65, 47, 0.08);
}

.botanica-article h1 {
	margin: 0 0 18px;
	font-family: var(--botanica-serif);
	font-size: clamp(42px, 7vw, 76px);
	line-height: 0.95;
}

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

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

.botanica-site-footer {
	background: #303d2d;
	color: rgba(255, 253, 247, 0.78);
}

.botanica-footer-inner {
	display: grid;
	grid-template-columns: 1.35fr 0.8fr 1fr 0.9fr;
	gap: 58px;
	width: min(1120px, calc(100vw - 44px));
	margin: 0 auto;
	padding: 74px 0 58px;
}

.botanica-brand--footer .botanica-brand__name {
	color: #fffdf7;
}

.botanica-brand--footer .botanica-brand__tagline {
	color: rgba(255, 253, 247, 0.5);
}

.botanica-footer-brand p,
.botanica-footer-column p {
	max-width: 280px;
	margin: 18px 0 0;
	font-size: 13px;
	line-height: 1.8;
}

.botanica-footer-column h2 {
	margin: 0 0 18px;
	color: #fffdf7;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 1.9px;
	text-transform: uppercase;
}

.botanica-footer-links {
	display: grid;
	gap: 9px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 13px;
}

.botanica-footer-links a:hover,
.botanica-footer-links a:focus-visible {
	color: #fffdf7;
}

.botanica-footer-bottom {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	width: min(1120px, calc(100vw - 44px));
	margin: 0 auto;
	padding: 22px 0 28px;
	border-top: 1px solid rgba(255, 253, 247, 0.12);
	color: rgba(255, 253, 247, 0.48);
	font-size: 11px;
}

.botanica-footer-bottom p {
	margin: 0;
}

@media (max-width: 880px) {
	.botanica-site-header {
		top: 0;
		padding: 0;
	}

	.botanica-header-shell {
		grid-template-columns: 1fr auto;
		width: 100%;
		min-height: 62px;
		padding: 0 16px;
	}

	.botanica-menu-toggle {
		display: inline-block;
	}

	.botanica-nav,
	.botanica-header-cta {
		display: none;
	}

	.botanica-site-header.is-open .botanica-nav,
	.botanica-site-header.is-open .botanica-header-cta {
		display: flex;
		grid-column: 1 / -1;
	}

	.botanica-site-header.is-open .botanica-nav {
		align-items: stretch;
		padding: 10px 0 0;
	}

	.botanica-menu {
		flex-direction: column;
		align-items: stretch;
		width: 100%;
		gap: 2px;
	}

	.botanica-menu a {
		justify-content: center;
	}

	.botanica-site-header.is-open .botanica-header-cta {
		margin: 4px 0 14px;
	}

	.botanica-footer-inner {
		grid-template-columns: 1fr 1fr;
		gap: 34px;
	}
}

@media (max-width: 620px) {
	.botanica-site-header {
		top: 0;
		padding: 0;
	}

	.botanica-site-header.is-scrolled {
		top: 0;
	}

	.botanica-header-shell {
		min-height: 56px;
		padding: 0 12px;
		border-radius: 0;
	}

	.botanica-brand__name {
		font-size: 21px;
	}

	.botanica-brand__tagline {
		font-size: 8px;
		letter-spacing: 1.1px;
	}

	.botanica-menu-toggle {
		width: 38px;
		height: 38px;
	}

	.botanica-menu a {
		min-height: 40px;
		font-size: 10px;
	}

	.botanica-site-header.is-open .botanica-header-cta {
		width: 100%;
		min-height: 40px;
	}

	.botanica-page-content {
		width: min(100% - 24px, 980px);
		padding: 112px 0 58px;
	}

	.botanica-article {
		padding: 28px 22px;
	}

	.botanica-footer-inner {
		grid-template-columns: 1fr;
		width: min(100% - 34px, 1120px);
		gap: 28px;
		padding: 48px 0 38px;
	}

	.botanica-footer-bottom {
		flex-direction: column;
		gap: 8px;
		width: min(100% - 34px, 1120px);
	}
}
