:root {
	--we-gutter: clamp(1.25rem, 4vw, 5rem);
	--we-rule: #d8d1c6;
	--we-ease: cubic-bezier(.2, .65, .3, 1);
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after {
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: .01ms !important;
	}
}

body {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

:where(a, button, input, select, textarea, summary):focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 4px;
}

a {
	text-underline-offset: .25em;
}

p {
	text-wrap: pretty;
}

h1, h2, h3 {
	text-wrap: balance;
}

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

.we-site-header {
	background: rgba(247, 244, 238, .96);
	border-bottom: 1px solid transparent;
	position: relative;
	z-index: 20;
}

.has-js .we-site-header {
	position: sticky;
	top: 0;
	transition: border-color 220ms var(--we-ease), box-shadow 220ms var(--we-ease);
}

.we-site-header.is-scrolled {
	border-color: var(--we-rule);
	box-shadow: 0 8px 30px rgba(41, 40, 37, .04);
}

.we-wordmark {
	font-family: var(--wp--preset--font-family--editorial);
	font-size: clamp(1.2rem, 1rem + .7vw, 1.7rem);
	font-weight: 400;
	letter-spacing: .02em;
	line-height: 1;
	margin: 0;
	white-space: nowrap;
}

.we-wordmark a {
	text-decoration: none;
}

.we-navigation {
	letter-spacing: .08em;
	text-transform: uppercase;
}

.we-navigation a,
.we-footer a {
	text-decoration: none;
}

.we-navigation a {
	background-image: linear-gradient(currentColor, currentColor);
	background-position: 0 100%;
	background-repeat: no-repeat;
	background-size: 0 1px;
	transition: background-size 180ms var(--we-ease);
}

.we-navigation a:hover,
.we-navigation a:focus-visible {
	background-size: 100% 1px;
}

.we-nav-cta {
	border: 1px solid currentColor;
	padding: .65rem .9rem;
}

.we-eyebrow {
	font-family: var(--wp--preset--font-family--sans);
	font-size: .75rem;
	font-weight: 500;
	letter-spacing: .16em;
	line-height: 1.4;
	text-transform: uppercase;
}

.we-hero h1 {
	max-width: 11ch;
}

.we-hero h1 em {
	font-weight: 400;
}

.we-hero-copy {
	max-width: 670px;
}

.we-intro-heading {
	max-width: 21ch;
}

.we-narrow {
	margin-left: auto;
	margin-right: auto;
	max-width: 680px;
}

.we-world-grid {
	margin-top: clamp(3rem, 5vw, 6rem);
}

.we-world {
	display: flex;
	flex-direction: column;
}

.we-world-builders {
	padding-top: clamp(3rem, 8vw, 9rem);
}

.we-world .wp-block-image {
	margin-bottom: clamp(2rem, 3vw, 3.5rem);
	overflow: hidden;
}

.we-world .wp-block-image img {
	transition: transform 650ms var(--we-ease);
}

.we-world:hover .wp-block-image img {
	transform: scale(1.015);
}

.we-world h2 {
	margin-top: .5rem;
	max-width: 11ch;
}

.we-text-link {
	font-size: .78rem;
	font-weight: 500;
	letter-spacing: .12em;
	margin-top: auto;
	padding-top: 1rem;
	text-transform: uppercase;
}

.we-text-link a {
	border-bottom: 1px solid currentColor;
	display: inline-block;
	padding-bottom: .25rem;
	text-decoration: none;
}

.we-why h2,
.we-story h2 {
	max-width: 12ch;
}

.we-process-feeling h2 {
	margin-left: auto;
	margin-right: auto;
	max-width: 18ch;
}

.we-closing h2 {
	margin-left: auto;
	margin-right: auto;
	max-width: 17ch;
}

.wp-block-button__link {
	transition: background-color 180ms var(--we-ease), color 180ms var(--we-ease);
}

.wp-block-button__link:hover {
	background: var(--wp--preset--color--bronze) !important;
	color: var(--wp--preset--color--warm-white) !important;
}

.we-footer .wp-block-separator {
	margin-block: clamp(2.5rem, 5vw, 5rem) 1.5rem;
	opacity: .65;
}

.we-footer .wp-block-navigation-item {
	color: inherit;
}

.we-project-story .wp-block-post-content {
	font-size: var(--wp--preset--font-size--lead);
}

.we-project-story .wp-block-post-content > h2 {
	margin-top: clamp(4rem, 8vw, 8rem);
}

.we-project-story .wp-block-post-content > .wp-block-image.alignwide,
.we-project-story .wp-block-post-content > .wp-block-gallery.alignwide {
	margin-bottom: clamp(3rem, 7vw, 7rem);
	margin-top: clamp(3rem, 7vw, 7rem);
}

.we-project-story blockquote {
	font-family: var(--wp--preset--font-family--editorial);
	font-size: var(--wp--preset--font-size--h3);
	line-height: 1.25;
	margin-block: clamp(4rem, 8vw, 8rem);
}

.we-philosophy-quote {
	border: 0;
	font-family: var(--wp--preset--font-family--editorial);
	font-size: var(--wp--preset--font-size--h2);
	margin-block: clamp(5rem, 10vw, 10rem);
	max-width: 15ch;
	padding-left: 0;
}

@media (max-width: 1100px) {
	.we-navigation {
		--navigation-layout-justification-setting: flex-end;
	}
}

@media (max-width: 781px) {
	.we-site-header {
		padding-inline: 0 !important;
	}

	.we-world-builders {
		padding-top: var(--wp--preset--spacing--2-xl);
	}

	.we-story-grid {
		gap: var(--wp--preset--spacing--xl);
	}

	.we-footer .wp-block-column {
		margin-bottom: 2rem;
	}
}

@media (max-width: 480px) {
	.we-hero {
		min-height: 80svh !important;
	}

	.we-hero h1 {
		font-size: clamp(3rem, 15vw, 4.5rem) !important;
	}

	.we-nav-cta {
		border: 0;
		padding: 0;
	}
}

