:root {
	--vo-ink: #111111;
	--vo-text: #3a3a3a;
	--vo-muted: #6f6c61;
	--vo-vanilla: #c3bea8;
	--vo-vanilla-light: #e9e7e0;
	--vo-soft: #f7f6f6;
	--vo-line: #dedede;
	--vo-white: #ffffff;
	--vo-radius: 8px;
	--vo-wrap: min(1500px, calc(100vw - 40px));
	--vo-shadow: 0 24px 80px rgba(17, 17, 17, 0.10);
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--vo-white);
	color: var(--vo-text);
	font-family: "Figtree", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	line-height: 1.72;
	letter-spacing: 0;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

img,
video {
	display: block;
	max-width: 100%;
	height: auto;
}

a {
	color: inherit;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.18em;
}

p {
	margin: 0 0 1.1rem;
}

h1,
h2,
h3,
h4 {
	margin: 0 0 1rem;
	color: var(--vo-ink);
	font-family: "Fraunces", Georgia, serif;
	font-weight: 300;
	line-height: 1.05;
	letter-spacing: 0;
	overflow-wrap: break-word;
	hyphens: auto;
}

h1 {
	font-size: clamp(3.1rem, 8vw, 8.8rem);
	max-width: 11ch;
}

h2 {
	font-size: clamp(2.3rem, 4.8vw, 5.6rem);
	max-width: 13ch;
}

h3 {
	font-size: clamp(1.55rem, 2.4vw, 2.5rem);
}

button,
input,
select,
textarea {
	font: inherit;
	letter-spacing: 0;
}

.vo-wrap {
	width: var(--vo-wrap);
	margin-inline: auto;
}

.vo-main {
	min-height: 60vh;
}

.vo-section {
	padding: clamp(64px, 9vw, 140px) 0;
}

.vo-section--soft {
	background: var(--vo-soft);
}

.vo-section--primary {
	background: var(--vo-vanilla);
	color: var(--vo-ink);
}

.vo-kicker {
	margin-bottom: 1rem;
	color: var(--vo-muted);
	font-size: 0.82rem;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
}

.vo-lead {
	max-width: 560px;
	font-size: clamp(1.08rem, 1.4vw, 1.32rem);
	line-height: 1.6;
}

.vo-button,
.button,
.wp-element-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0.88rem 1.35rem;
	border: 1px solid var(--vo-ink);
	border-radius: var(--vo-radius);
	background: var(--vo-ink);
	color: var(--vo-white);
	font-family: "Figtree", sans-serif;
	font-size: 0.9rem;
	font-weight: 700;
	line-height: 1.1;
	text-decoration: none;
	transition: background 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease;
	white-space: normal;
	text-align: center;
}

.vo-button:hover,
.button:hover,
.wp-element-button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover {
	background: transparent;
	color: var(--vo-ink);
	transform: translateY(-1px);
}

.vo-button--outline {
	background: transparent;
	color: var(--vo-ink);
}

.vo-button--outline:hover {
	background: var(--vo-ink);
	color: var(--vo-white);
}

.vo-button-row {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.vo-arrow-link {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	font-weight: 700;
	text-decoration: none;
}

.vo-arrow-link::after {
	content: "→";
	font-size: 1.1em;
	line-height: 1;
}

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

.screen-reader-text:focus {
	z-index: 9999;
	top: 12px;
	left: 12px;
	width: auto;
	height: auto;
	padding: 0.7rem 1rem;
	clip: auto;
	background: var(--vo-white);
	box-shadow: var(--vo-shadow);
}

.vo-content {
	max-width: 760px;
}

.vo-content--wide {
	max-width: 1180px;
}

.vo-default-page > h1 {
	max-width: 13ch;
	margin-bottom: clamp(28px, 4vw, 52px);
	font-size: clamp(2.9rem, 6vw, 6.4rem);
}

.vo-content h2,
.vo-content h3,
.vo-content h4 {
	max-width: none;
	margin-top: 2.1rem;
	margin-bottom: 0.75rem;
	line-height: 1.15;
}

.vo-content h2 {
	font-size: clamp(1.75rem, 2.8vw, 2.7rem);
}

.vo-content h3 {
	font-size: clamp(1.35rem, 2vw, 1.9rem);
}

.vo-content ul,
.vo-content ol {
	padding-left: 1.25rem;
	margin: 0 0 1.25rem;
}

.vo-content li + li {
	margin-top: 0.35rem;
}

.vo-content a {
	font-weight: 700;
}

.vo-page-main,
.vo-archive-main,
.vo-woo-main {
	padding: clamp(80px, 12vw, 150px) 0;
}

@media (max-width: 720px) {
	:root {
		--vo-wrap: min(100vw - 28px, 1500px);
	}

	body {
		font-size: 15px;
	}

	h1 {
		font-size: clamp(2.75rem, 14vw, 5rem);
	}

	h2 {
		font-size: clamp(2.15rem, 12vw, 4rem);
	}
}
